1. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  2. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  3. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
  4. 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
  5. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  6. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  7. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  8. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  9. 06871ef Fix version. by Georg Brandl · 9 years ago
  10. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  11. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  12. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  13. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  14. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  15. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  16. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  17. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  18. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  19. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  20. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  21. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  22. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  23. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  24. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  25. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  26. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  27. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  28. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  29. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  30. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  31. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  32. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  33. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  34. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  35. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  36. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  37. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  38. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  39. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  40. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  41. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  42. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  43. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  44. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  45. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  46. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  47. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  48. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  49. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  50. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  51. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  52. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  53. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  54. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  55. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  56. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  57. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 9 years ago
  58. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  59. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  60. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  61. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  62. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  63. 76d9a6b Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 9 years ago
  64. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 9 years ago
  65. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  66. 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
  67. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  68. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 9 years ago
  69. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  70. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  71. 84c63e8 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 9 years ago
  72. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  73. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 9 years ago
  74. 3af81f2 merge 3.4 by Andrew Svetlov · 9 years ago
  75. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  76. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 9 years ago
  77. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  78. 3858a1c Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 9 years ago
  79. 6401e79 Issue #26029: Finish correction. by Terry Jan Reedy · 9 years ago
  80. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  81. cbe6356 Issue20969 - Set the Epub Author and Epub Publisher in Python docs. by Senthil Kumaran · 9 years ago
  82. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 9 years ago
  83. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  84. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  85. 0deaf9a merge from 3.4 by Senthil Kumaran · 9 years ago
  86. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 9 years ago
  87. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  88. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  89. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  90. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  91. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  92. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  93. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  94. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  95. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  96. fcb6db5 merge from 3.4 by Senthil Kumaran · 9 years ago
  97. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  98. 46a78bc Fix grammar. by Zachary Ware · 9 years ago
  99. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  100. 630329e merge 3.3 by Benjamin Peterson · 9 years ago