1. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  2. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  3. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  4. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  5. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  6. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  7. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  8. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  9. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  10. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  11. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  12. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
  13. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 9 years ago
  14. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  15. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
  16. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
  17. f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 13 years ago
  18. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  19. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
  20. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
  21. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
  22. 8a20851 Issue #25654: by Victor Stinner · 9 years ago
  23. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  24. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  25. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  26. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  27. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  28. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  29. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  30. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
  31. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  32. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
  33. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  34. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  35. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  36. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  37. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  38. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  39. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  40. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  41. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  42. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  43. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  44. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  45. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  46. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  47. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  48. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  49. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  50. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  51. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  52. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  53. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  54. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  55. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  56. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  57. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  58. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  59. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  60. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  61. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  62. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  63. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  64. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  65. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  66. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  67. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  68. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  69. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  70. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  71. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  72. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  73. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  74. 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
  75. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  76. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  77. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  78. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  79. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 9 years ago
  80. 3af81f2 merge 3.4 by Andrew Svetlov · 9 years ago
  81. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  82. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 9 years ago
  83. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  84. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 9 years ago
  85. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  86. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  87. 0deaf9a merge from 3.4 by Senthil Kumaran · 9 years ago
  88. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 9 years ago
  89. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  90. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  91. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  92. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  93. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  94. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  95. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  96. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  97. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  98. fcb6db5 merge from 3.4 by Senthil Kumaran · 9 years ago
  99. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  100. 46a78bc Fix grammar. by Zachary Ware · 9 years ago