1. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  2. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  3. 05da525 Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  4. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  5. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  6. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  7. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  8. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  9. bb44fe0 Issue #22389: Add contextlib.redirect_stderr(). by Berker Peksag · 10 years ago
  10. b3c0f40 Merge removal of issue 20317 debugging code from 3.3 by Nick Coghlan · 11 years ago
  11. add94c9 Issue 20317: Remove debugging code from contextlib by Nick Coghlan · 11 years ago
  12. d58831e Merge #20317 from 3.3 by Nick Coghlan · 11 years ago
  13. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 11 years ago
  14. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  15. 561eb5c Issue #19330: Handle the no-docstrings case in tests by Nick Coghlan · 11 years ago
  16. 059def5 Close #19330 by using public classes in contextlib by Nick Coghlan · 11 years ago
  17. 0ddaed3 Close #19396: make test_contextlib tolerate -S by Nick Coghlan · 11 years ago
  18. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  19. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  20. 1254b40 Rename contextlib.ignored() to contextlib.ignore(). by Raymond Hettinger · 11 years ago
  21. 088cbf2 Issue #15805: Add contextlib.redirect_stdout() by Raymond Hettinger · 11 years ago
  22. e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 11 years ago
  23. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  24. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  25. e318a88 Issue #15806: Add contextlib.ignored(). by Raymond Hettinger · 11 years ago
  26. 77452fc Close #14969: Improve the handling of exception chaining in contextlib.ExitStack by Nick Coghlan · 12 years ago
  27. a5bd2a1 Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Patch by Alon Horev) by Nick Coghlan · 12 years ago
  28. c73e8c2 Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev) by Nick Coghlan · 12 years ago
  29. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  30. 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
  31. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  32. b3a8984 Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. by Michael Foord · 14 years ago
  33. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  34. 41fe615 (partially) by Florent Xicluna · 14 years ago
  35. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  36. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  37. c8c0d78 remove warnings supression by Benjamin Peterson · 15 years ago
  38. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  39. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  40. c5b0195 Suppress deprecation warnings. by Raymond Hettinger · 15 years ago
  41. fa3cf21 Restore tests until the code is actually removed. by Raymond Hettinger · 15 years ago
  42. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  43. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  44. 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
  45. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  46. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  47. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  48. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  49. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  50. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 18 years ago
  51. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago