1. 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
  2. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  3. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  4. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  5. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  6. 86e78d1 #9110: update to ContextDecorator doc. by Georg Brandl · 14 years ago
  7. 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
  8. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  9. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 15 years ago
  10. 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 15 years ago
  11. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  12. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  13. 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
  14. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  15. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  16. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  17. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  18. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  19. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  20. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  21. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago