1. dffd42f Whitespace by Terry Jan Reedy · 9 years ago
  2. d9792a0 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. by Terry Jan Reedy · 9 years ago
  3. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 9 years ago
  4. 9647110 Issue #27188: Merge from 3.5 by Berker Peksag · 9 years ago
  5. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 9 years ago
  6. 89f27e5 Merge from 3.5 by Berker Peksag · 9 years ago
  7. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 9 years ago
  8. db287b5 Issue #27221: Merge from 3.5 by Berker Peksag · 9 years ago
  9. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 9 years ago
  10. 98e9051 Add grammatical article to “an ASCII letter” by Martin Panter · 9 years ago
  11. aea671e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  12. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 9 years ago
  13. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 9 years ago
  14. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 9 years ago
  15. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 9 years ago
  16. 7bfb415 Clarify that md5 is in the algorithms_guaranteed list despite what by Gregory P. Smith · 9 years ago
  17. 8907dcd issue15468 - use sha256 instead of md5 or sha1 in the examples. by Gregory P. Smith · 9 years ago
  18. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 9 years ago
  19. 6bf8e61 Merge from 3.5 by Berker Peksag · 9 years ago
  20. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 9 years ago
  21. d1f5340 Merge from 3.5 by Berker Peksag · 9 years ago
  22. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 9 years ago
  23. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  24. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  25. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 9 years ago
  26. 9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in by Serhiy Storchaka · 9 years ago
  27. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 9 years ago
  28. 568be63 Issue #27186: Add os.PathLike support to pathlib. by Brett Cannon · 9 years ago
  29. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 9 years ago
  30. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 9 years ago
  31. 62e3ad3 Issue #27280: Merge from 3.5 by Berker Peksag · 9 years ago
  32. b7bdfcf Issue #24617: Merge os.mkdir() doc from 3.5 by Martin Panter · 9 years ago
  33. b18ffb4 Add a versionadded directive to os.PathLike by Berker Peksag · 9 years ago
  34. 7082bc3 Issue #8491: Merge readline doc from 3.5 by Martin Panter · 9 years ago
  35. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 9 years ago
  36. a0053be Merge by Brett Cannon · 9 years ago
  37. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 9 years ago
  38. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 9 years ago
  39. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 9 years ago
  40. 516f546 Add a missing :term:. by Brett Cannon · 9 years ago
  41. 0fa1aa1 Clarify the os.fspath() documentation. by Brett Cannon · 9 years ago
  42. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 9 years ago
  43. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
  44. 7a71338 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  45. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 9 years ago
  46. d211bfb Merge 3.5 (whatsnew) by Yury Selivanov · 9 years ago
  47. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 9 years ago
  48. 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 9 years ago
  49. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 9 years ago
  50. b198c42 Fix RST conflicts with Idle news entries by Martin Panter · 9 years ago
  51. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 9 years ago
  52. 3c923ea Issue #21593: Merge from 3.5 by Berker Peksag · 9 years ago
  53. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 9 years ago
  54. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 9 years ago
  55. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  56. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 9 years ago
  57. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 9 years ago
  58. 0d3535a Issue #23883: News updates for __all__ attributes by Martin Panter · 9 years ago
  59. 223b874 Issue #26014: merge from 3.5 by Ned Deily · 9 years ago
  60. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 9 years ago
  61. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 9 years ago
  62. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 9 years ago
  63. 1b749c5 [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 9 years ago
  64. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 9 years ago
  65. 20ab954 Issue #17888: Merge from 3.5 by Berker Peksag · 9 years ago
  66. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 9 years ago
  67. 94f89a6 Fix typos in datetime documentation. by Berker Peksag · 9 years ago
  68. 003f604 [merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 9 years ago
  69. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 9 years ago
  70. 2950776 [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 9 years ago
  71. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 9 years ago
  72. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 9 years ago
  73. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  74. c79b06c Issue #19234: Merge from 3.5 by Kushal Das · 9 years ago
  75. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 9 years ago
  76. 7a3827f Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
  77. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
  78. 1940919 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  79. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  80. 11aaa42 psuedo merge: #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 9 years ago
  81. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 9 years ago
  82. 194a4a2 [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 9 years ago
  83. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 9 years ago
  84. 464afee [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
  85. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
  86. 287e687 issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  87. 3498db1 merge 3.5 by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  88. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  89. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  90. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  91. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
  92. ca4589e Issue #16192: Merge from 3.5 by Berker Peksag · 9 years ago
  93. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 9 years ago
  94. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 9 years ago
  95. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
  96. e747dd8 Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
  97. d612920 Issue #16192: Merge from 3.5 by Berker Peksag · 9 years ago
  98. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 9 years ago
  99. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
  100. 010bb99 merge 3.5 by Benjamin Peterson · 9 years ago