1. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 11 years ago
  2. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. b7a455f Typo fix by Nick Coghlan · 12 years ago
  4. 2722827 Additional ExitStack examples, and a few other cleanups for the ExitStack docs by Nick Coghlan · 12 years ago
  5. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 12 years ago
  6. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  7. 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
  8. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  9. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  10. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  11. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  12. 86e78d1 #9110: update to ContextDecorator doc. by Georg Brandl · 14 years ago
  13. 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
  14. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  15. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 15 years ago
  16. 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 15 years ago
  17. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  18. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  19. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  20. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  21. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  22. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  23. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  24. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  25. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  26. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  27. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago