1. 1370308 Backport rev 55465 by Nick Coghlan. by Georg Brandl · 17 years ago
  2. d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 18 years ago
  3. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  4. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  5. 790c3c1 Fix an error in the last contextlib.closing example by Nick Coghlan · 18 years ago
  6. e708cf5 Fix latex typo by Nick Coghlan · 18 years ago
  7. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 18 years ago
  8. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 18 years ago
  9. 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 18 years ago
  10. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
  11. bdfd693 Fix some missing imports by Phillip J. Eby · 19 years ago
  12. d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago