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 · 18 years ago
  2. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  3. 1e01397 Fix docstring for contextfactory; mentioned old contextmanager name. by Brett Cannon · 18 years ago
  4. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 18 years ago
  5. da2268f Fix contextlib.nested to cope with exit methods raising and handling exceptions by Nick Coghlan · 18 years ago
  6. 93149d9 Minor clarity edit to contextlib per Guido's request. by Phillip J. Eby · 18 years ago
  7. 9388020 Fix typos; enhance comments on patch for SF #1462485. by Phillip J. Eby · 18 years ago
  8. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 18 years ago
  9. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 18 years ago
  10. ccc7bb4 More extensive comment on __exit__ handling, per Guido's request. by Phillip J. Eby · 18 years ago
  11. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  12. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  13. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 18 years ago
  14. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago