1. 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 · 19 years ago
  2. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
  3. 790c3c1 Fix an error in the last contextlib.closing example by Nick Coghlan · 19 years ago
  4. e708cf5 Fix latex typo by Nick Coghlan · 19 years ago
  5. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
  6. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 19 years ago
  7. 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 19 years ago
  8. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
  9. bdfd693 Fix some missing imports by Phillip J. Eby · 19 years ago
  10. d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago