1. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 6 years ago
  2. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 8 years ago
  3. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  4. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  5. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 8 years ago
  6. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  7. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  8. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  9. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  10. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  11. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  12. 67b212e Issue #10859: Make `contextlib.GeneratorContextManager` officially by Antoine Pitrou · 14 years ago
  13. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  14. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  15. d71b2c1 this works correctly in py3 already by Benjamin Peterson · 14 years ago
  16. 77aa6a7 Merged revisions 77980 via svnmerge from by Benjamin Peterson · 14 years ago
  17. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  18. 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
  19. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  20. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  21. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  22. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  23. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  24. ba21f61 Fix refleaks in test_with caused by reusing the same exception instance over and over. by Collin Winter · 17 years ago
  25. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  26. 87b6395 With the help of the improved fixer, test_with.py is now fixed. by Guido van Rossum · 17 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  30. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  31. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  32. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  33. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  34. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago