Commit graph

21 commits

Author SHA1 Message Date
Nick Coghlan
4e0cbce114 Issue #7: Provide MANIFEST.in to ensure files are uploaded correctly 2012-01-17 21:57:24 +10:00
Nick Coghlan
3dd3fa10c6 Merge in dev changes, ready to release 0.3 2012-01-04 14:33:24 +10:00
Nick Coghlan
e2b0e0c037 Prep for 0.3 release 2012-01-04 14:31:43 +10:00
Nick Coghlan
0cbb244909 Issue #6: fix various problems related to the callback wrappers, including correctly looking up __exit__ on the type in register_exit() 2012-01-04 00:26:17 +10:00
Nick Coghlan
8bca9f8cd0 Issue #5: ContextStack.register no longer pointlessly returns the wrapped function 2012-01-03 23:58:00 +10:00
Nick Coghlan
7cab096ee8 Issue #2: Add examples and recipes section to docs 2012-01-03 23:53:22 +10:00
Nick Coghlan
580d9bde76 Issue #3: Accept context managers in ContextStack.register_exit() 2012-01-03 22:21:27 +10:00
Nick Coghlan
8e373d228e Issue #1: Add ContextStack.preserve() 2012-01-03 15:05:55 +10:00
Nick Coghlan
7f99236d3b Properly wrap callbacks in ContextStack.register() and actually assert something in TestContextStack.test_register() 2012-01-03 14:00:18 +10:00
Nick Coghlan
57bc54d8e4 Version history tweaks for in development version 2012-01-03 13:08:43 +10:00
Nick Coghlan
2c9b212384 Better version history information 2011-12-18 18:09:52 +10:00
Nick Coghlan
1da5ee6412 Move version number into a shared file read by both setup.py and docs/conf.py 2011-12-16 23:37:53 +10:00
Nick Coghlan
22bbb22d21 Fix method name in docs 2011-12-15 23:04:23 +10:00
Nick Coghlan
3fbd301c64 Remove unnecessary colons 2011-12-15 23:03:23 +10:00
Nick Coghlan
dbfcb44e47 Fix typo 2011-12-15 23:02:22 +10:00
Nick Coghlan
dbc0c6d23f Add link back to original tracker issue, fix typo noticed by Chris Neugebauer 2011-12-15 22:30:55 +10:00
Nick Coghlan
c1d261921b If one is going to mark scripts executable, one had best add a shebang line... 2011-12-15 21:13:03 +10:00
Nick Coghlan
9c4193acd0 Allow direct execution of setup.py as well 2011-12-15 21:11:05 +10:00
Nick Coghlan
0744d3cf63 Oops, missed one reference to the initial name 2011-12-15 21:10:29 +10:00
Nick Coghlan
4e624974a6 Rename CleanupManager to ContextStack and fix usage of the test module as __main__ 2011-12-15 21:07:03 +10:00
Nick Coghlan
0077233514 Initial project commit 2011-12-13 22:41:17 +10:00