1. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  2. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  3. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  4. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  5. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  6. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  7. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  8. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  9. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  10. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  11. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  12. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  13. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  14. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  15. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  16. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  17. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  18. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  19. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  20. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  21. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  22. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  23. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  24. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  25. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  26. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  27. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  28. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  29. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  30. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  31. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  32. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  33. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  34. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  35. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  36. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  37. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 9 years ago
  38. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  39. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  40. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  41. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  42. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 9 years ago
  43. 3af81f2 merge 3.4 by Andrew Svetlov · 9 years ago
  44. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  45. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 9 years ago
  46. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  47. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 9 years ago
  48. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  49. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  50. 0deaf9a merge from 3.4 by Senthil Kumaran · 9 years ago
  51. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 9 years ago
  52. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  53. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  54. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  55. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  56. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  57. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  58. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  59. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  60. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  61. fcb6db5 merge from 3.4 by Senthil Kumaran · 9 years ago
  62. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  63. 46a78bc Fix grammar. by Zachary Ware · 9 years ago
  64. 01f7ac3 Backport of fix for issue #25930 by Brett Cannon · 9 years ago
  65. a198645 #1753718: clarify RFC compliance and bytes/string argument types. by R David Murray · 9 years ago
  66. 3dc74bf docs: Document ASYNC/AWAIT tokens (issue #25580) by Yury Selivanov · 9 years ago
  67. 9920e29 Merge 3.4 by Yury Selivanov · 9 years ago
  68. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  69. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 9 years ago
  70. f1b3134 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  71. 51a4b22 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  72. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  73. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  74. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  75. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  76. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  77. ee1a0e4 Issue #25767: Merge with 3.4 by Zachary Ware · 9 years ago
  78. 992bfe0 Issue #25767: Link to English Wikipedia instead of French. by Zachary Ware · 9 years ago
  79. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  80. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  81. 46cc4a8 Issue #25508: Merged documentation fix from 3.4. by Vinay Sajip · 9 years ago
  82. 4f44d53 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 9 years ago
  83. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  84. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  85. 6e70131 Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5 by Raymond Hettinger · 9 years ago
  86. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  87. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  88. 23244e5 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  89. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 9 years ago
  90. 92e5d2f Close issue25594: advise against accessing Enum members from other members by Ethan Furman · 9 years ago
  91. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  92. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  93. 6efc7e7 Merge 3.4 by Yury Selivanov · 9 years ago
  94. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 9 years ago
  95. 1535311 Issue #23200: Merge zlib doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  96. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 9 years ago
  97. ce19839 Issue #20468: Merge getpagesize doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  98. f8f66eb Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 9 years ago
  99. 4eccf4b Issue #25615: Merge glob doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  100. 9f3c094 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 9 years ago