1. 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
  2. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  3. 41fe615 (partially) by Florent Xicluna · 14 years ago
  4. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  5. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 15 years ago
  6. c8c0d78 remove warnings supression by Benjamin Peterson · 15 years ago
  7. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  8. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  9. c5b0195 Suppress deprecation warnings. by Raymond Hettinger · 15 years ago
  10. fa3cf21 Restore tests until the code is actually removed. by Raymond Hettinger · 15 years ago
  11. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 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
  14. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  15. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  16. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  17. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  19. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 18 years ago
  20. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago