1. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  2. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  3. 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 16 years ago
  4. 4a7ff1d add a test for #7853; the exception must be normalized for with by Benjamin Peterson · 16 years ago
  5. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  6. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  7. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  8. 9c5e411 add missing assertion #6313 by Benjamin Peterson · 16 years ago
  9. f1cccaa remove duplicate test by Benjamin Peterson · 16 years ago
  10. 46121e7 Better name for "Ctor". by Georg Brandl · 16 years ago
  11. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  12. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  13. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  14. 3814a91 Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate) by Nick Coghlan · 18 years ago
  15. 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
  16. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
  17. d845e53 Rev 45706 renamed stuff in contextlib.py, but didn't rename by Tim Peters · 19 years ago
  18. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 19 years ago
  19. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
  20. 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
  21. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  22. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  23. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  24. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago