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. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  4. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  5. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  6. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  7. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  8. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  9. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  10. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  11. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  12. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  13. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  14. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  15. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  16. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
  17. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 9 years ago
  18. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  19. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  20. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
  21. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
  22. f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 13 years ago
  23. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  24. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
  25. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
  26. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
  27. 8a20851 Issue #25654: by Victor Stinner · 9 years ago
  28. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  29. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  30. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  31. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  32. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
  33. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  34. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  35. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  36. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  37. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  38. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
  39. 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
  40. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
  41. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  42. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  43. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 9 years ago
  44. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  45. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  46. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
  47. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  48. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  49. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  50. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  51. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
  52. 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
  53. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  54. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  55. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  56. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  57. 06871ef Fix version. by Georg Brandl · 9 years ago
  58. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  59. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  60. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  61. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  62. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  63. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  64. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  65. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  66. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  67. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  68. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  69. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  70. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  71. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  72. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  73. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  74. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  75. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  76. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  77. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  78. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  79. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  80. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  81. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  82. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  83. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  84. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  85. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  86. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  87. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  88. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  89. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  90. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  91. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  92. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  93. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  94. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  95. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  96. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  97. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  98. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  99. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  100. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago