1. 3a1dbb0 Remove markup from docstring by Nick Coghlan · 15 years ago
  2. 0d8b4e3 Issue 6288: Update contextlib.nested() docstring to reflect new documentation by Nick Coghlan · 15 years ago
  3. 1917ad5 Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago
  4. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  5. 655fc70 #1748: use functools.wraps instead of rolling own metadata update. by Georg Brandl · 16 years ago
  6. 3814a91 Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate) by Nick Coghlan · 17 years ago
  7. ac4018a Use try-except-finally in contextlib. by Georg Brandl · 17 years ago
  8. 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
  9. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  10. 1e01397 Fix docstring for contextfactory; mentioned old contextmanager name. by Brett Cannon · 18 years ago
  11. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 18 years ago
  12. da2268f Fix contextlib.nested to cope with exit methods raising and handling exceptions by Nick Coghlan · 18 years ago
  13. 93149d9 Minor clarity edit to contextlib per Guido's request. by Phillip J. Eby · 18 years ago
  14. 9388020 Fix typos; enhance comments on patch for SF #1462485. by Phillip J. Eby · 18 years ago
  15. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 18 years ago
  16. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 18 years ago
  17. ccc7bb4 More extensive comment on __exit__ handling, per Guido's request. by Phillip J. Eby · 18 years ago
  18. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  19. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  20. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 18 years ago
  21. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago