1. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  2. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  3. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  4. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  5. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  6. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 8 years ago
  7. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  8. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  9. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  10. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  11. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  12. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  13. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  14. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  15. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  16. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  17. ac3f4f3 Fix markup for versionchanged sphinx directive. by Senthil Kumaran · 12 years ago
  18. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  19. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  20. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  21. 16190c8 Change markup so that it creates a link by Éric Araujo · 13 years ago
  22. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  23. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  24. d098c3d Merged revisions 85274 via svnmerge from by Georg Brandl · 14 years ago
  25. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  26. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  27. a1631b3 #9019: remove false (in 3k) claim about Headers updates. by Georg Brandl · 14 years ago
  28. 766ad36 Merged revisions 81163 via svnmerge from by Victor Stinner · 14 years ago
  29. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  30. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  31. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  32. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  33. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  34. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  35. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  36. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  37. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  38. 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 17 years ago
  39. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  40. f6b8121 Remove two lingering references to now-gone has_key() methods from the library docs. by Collin Winter · 17 years ago
  41. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  42. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  43. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago