1. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  2. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  3. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  4. dccc5ed Issue #27327: fix doc typo, noted by Jakub Wilk. by Ned Deily · 8 years ago
  5. 33e7ca7 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. by Berker Peksag · 8 years ago
  6. b14f0c6 merge with 3.4 by Georg Brandl · 8 years ago
  7. 4b9e75b Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  8. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  9. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  10. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  11. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 8 years ago
  12. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  13. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  14. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  15. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  16. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  17. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  18. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  19. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  20. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  21. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  22. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  23. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  24. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  25. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  26. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  27. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  28. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  29. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  30. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  31. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  32. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  33. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  34. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  35. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  36. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 8 years ago
  37. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 8 years ago
  38. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  39. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  40. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  41. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  42. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  43. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  44. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  45. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  46. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  47. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  48. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  49. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  50. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  51. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  52. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  53. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 8 years ago
  54. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  55. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  56. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  57. f9aff92 Fix typo by Zachary Ware · 8 years ago
  58. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  59. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  60. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  61. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 8 years ago
  62. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  63. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  64. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  65. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  66. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  67. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  68. 0619878 stop talking about svn by Benjamin Peterson · 8 years ago
  69. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  70. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  71. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  72. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  73. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  74. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  75. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  76. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 8 years ago
  77. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  78. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  79. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  80. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  81. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  82. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  83. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 9 years ago
  84. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  85. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  86. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  87. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  88. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  89. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
  90. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 9 years ago
  91. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 9 years ago
  92. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  93. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 9 years ago
  94. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 9 years ago
  95. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
  96. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  97. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
  98. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
  99. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 9 years ago
  100. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 9 years ago