1. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  2. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 8 years ago
  3. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 8 years ago
  4. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  5. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  6. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  7. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  8. 7740062 Fixed a typo. by Serhiy Storchaka · 8 years ago
  9. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  10. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  11. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  12. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  13. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  14. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  15. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  16. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  17. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  18. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  19. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  20. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  21. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  22. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  23. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  24. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  25. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 8 years ago
  26. 76b2ee0 Fix typo. by Georg Brandl · 8 years ago
  27. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  28. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  29. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  30. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  31. 06871ef Fix version. by Georg Brandl · 9 years ago
  32. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  33. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  34. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  35. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  36. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  37. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  38. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  39. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  40. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  41. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  42. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  43. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  44. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  45. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  46. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  47. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  48. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  49. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  50. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  51. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  52. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  53. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  54. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  55. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  56. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  57. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  58. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  59. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  60. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  61. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  62. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  63. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  64. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  65. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  66. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  67. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  68. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  69. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  70. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  71. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  72. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  73. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  74. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  75. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  76. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  77. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  78. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  79. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 9 years ago
  80. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  81. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  82. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  83. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  84. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  85. 76d9a6b Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 9 years ago
  86. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 9 years ago
  87. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  88. 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
  89. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  90. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 9 years ago
  91. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  92. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  93. 84c63e8 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 9 years ago
  94. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  95. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 9 years ago
  96. 3af81f2 merge 3.4 by Andrew Svetlov · 9 years ago
  97. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  98. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 9 years ago
  99. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  100. 3858a1c Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 9 years ago