1. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  2. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  3. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  4. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  5. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  6. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  7. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  8. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  9. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  10. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  11. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  12. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  13. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  14. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  15. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  16. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  17. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  18. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  19. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 8 years ago
  20. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  21. 08d85ee Fix use of default reST role by Berker Peksag · 8 years ago
  22. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 8 years ago
  23. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 8 years ago
  24. abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. by Guido van Rossum · 8 years ago
  25. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  26. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  27. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  28. 72e483a Fix half-finished sentence. by Zachary Ware · 8 years ago
  29. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  30. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  31. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  32. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  33. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  34. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  35. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  36. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  37. fa95068 Silence another "default role used" warning in typing.rst by Berker Peksag · 8 years ago
  38. c301cbf Fix whitespace. by Guido van Rossum · 8 years ago
  39. 342e800 Expand documentation about type aliases and NewType in the typing module. by Guido van Rossum · 8 years ago
  40. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  41. 87ec85f Correct typo in Windows docs. by Zachary Ware · 8 years ago
  42. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  43. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  44. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  45. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  46. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  47. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  48. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  49. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  50. 9305bba Issue #26696: Document collections.abc.ByteString. by Brett Cannon · 8 years ago
  51. 2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems by Berker Peksag · 8 years ago
  52. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 8 years ago
  53. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  54. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  55. 7a139c5 #26176: fix usage of Address constructor in email examples. by R David Murray · 8 years ago
  56. e75ffa9 Add versionadded to PyDict_SetDefault documentation by Berker Peksag · 8 years ago
  57. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  58. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  59. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  60. 0ab67df Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  61. 4575098 Fix issue #27402: example for typing did not type-check. by Guido van Rossum · 8 years ago
  62. 6803f35 Issue #27393: Fix escaping of C:\ too by Berker Peksag · 8 years ago
  63. 9c1e9d4 Issue #27393: Fix escaping of venv activate commands on Windows by Berker Peksag · 8 years ago
  64. 559ad5d Remove a stale reference to pathlib.PurePath.path by Brett Cannon · 8 years ago
  65. a064382 Issue #27381: Remove superfluous paren in zipfile documentation by Berker Peksag · 8 years ago
  66. 37e87e6 Issue #26547: Remove outdated term dictproxy from vars() documentation by Berker Peksag · 8 years ago
  67. 79af27e Issue #27378: Remove an outdated reference from regex HOWTO by Berker Peksag · 8 years ago
  68. dcb6c88 Issue #27304: Source code links for sub-packages in the same file. by Terry Jan Reedy · 8 years ago
  69. 8550bd8 alter header; '%' really throws latex through a loop by Benjamin Peterson · 8 years ago
  70. 2275e62 Fix spelling errors in code comments by Martin Panter · 8 years ago
  71. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  72. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  73. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  74. dccc5ed Issue #27327: fix doc typo, noted by Jakub Wilk. by Ned Deily · 8 years ago
  75. 33e7ca7 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. by Berker Peksag · 8 years ago
  76. b14f0c6 merge with 3.4 by Georg Brandl · 8 years ago
  77. 4b9e75b Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  78. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  79. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  80. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  81. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 8 years ago
  82. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  83. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  84. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  85. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  86. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  87. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  88. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  89. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  90. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  91. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  92. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  93. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  94. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  95. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  96. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  97. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  98. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  99. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  100. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago