Commit: cb387892441b5c58db149d2c93576205fc3789c2
http://github.com/mw44118/pitz/commit/cb387892441b5c58db149d2c93576205fc3789c2
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-15 (Mon, 15 Jun 2009)
Changed paths:
M docs/index.rst
M docs/main-idea.rst
M docs/tutorial.rst
M docs/use-cases.rst
Log Message:
-----------
doc updates
Commit: 2a2a8c0e53b53433ff06e161c8dae19fefc45a43
http://github.com/mw44118/pitz/commit/2a2a8c0e53b53433ff06e161c8dae19fefc45a43
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-17 (Wed, 17 Jun 2009)
Changed paths:
M pitz/bag.py
M setup.py
Log Message:
-----------
Wrote a pitz-html script to generate html files
Commit: 5368bab59bc40f64fe15a4546c66efc6aa9a92ce
http://github.com/mw44118/pitz/commit/5368bab59bc40f64fe15a4546c66efc6aa9a92ce
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-17 (Wed, 17 Jun 2009)
Changed paths:
M scripts/pitz-html
Log Message:
-----------
Added pitz-html script
Commit: 6e34cb6c7c9678bb18f80b1f73dcb0e556375966
http://github.com/mw44118/pitz/commit/6e34cb6c7c9678bb18f80b1f73dcb0e556375966
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-17 (Wed, 17 Jun 2009)
Changed paths:
M pitz/entity.py
M pitzdir/comment-cabbdd9f-0d5e-47f5-bce5-f13c884c5115.yaml
M pitzdir/task-68ce5154-8268-498a-8651-476ed81a0a2c.yaml
M pitzdir/task-a6d15337-cbaf-42c4-8f0a-a389c68c3587.yaml
Log Message:
-----------
Now to_html and to_yaml are a little smarter about saving only when required.
Commit: 807937246f135b54d3f4437594d954fd7782fcc5
http://github.com/mw44118/pitz/commit/807937246f135b54d3f4437594d954fd7782fcc5
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitz/bag.py
M tests/test_bag.py
Log Message:
-----------
Now bag is a subclassed list
Commit: 5ffbddd57d879d30f0ada524bbdeb4c94c5daa26
http://github.com/mw44118/pitz/commit/5ffbddd57d879d30f0ada524bbdeb4c94c5daa26
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitz/project.py
Log Message:
-----------
projects no longer have self.entities. They ARE lists now.
Commit: ede0e27ed20582d8ab01378cf1da49f38a3df2a6
http://github.com/mw44118/pitz/commit/ede0e27ed20582d8ab01378cf1da49f38a3df2a6
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitzdir/task-1e583c9a-1a8f-4252-aa4b-523a313664cc.yaml
Log Message:
-----------
deleted a redundant entity
Commit: f04e94edc88842797801f36d3ae5d62e554c23ec
http://github.com/mw44118/pitz/commit/f04e94edc88842797801f36d3ae5d62e554c23ec
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitz/bag.py
Log Message:
-----------
Added a pop method to bags
Commit: 285a0c8d1b8bf9096aef5843c6f9f7b48b7b1365
http://github.com/mw44118/pitz/commit/285a0c8d1b8bf9096aef5843c6f9f7b48b7b1365
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitz/__init__.py
M pitz/cmdline.py
Log Message:
-----------
Deleted some useless imports
Commit: d03f0c7f9afe4523b6fd2b47726ab63bf7e0a9f8
http://github.com/mw44118/pitz/commit/d03f0c7f9afe4523b6fd2b47726ab63bf7e0a9f8
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-06-19 (Fri, 19 Jun 2009)
Changed paths:
M pitz/entity.py
M tests/test_entity.py
Log Message:
-----------
Added a self-destruct method to entities