1. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  2. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  3. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  4. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  5. f74c33a Merge by Raymond Hettinger · 8 years ago
  6. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  7. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  8. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  9. c758d51 Issue #27819: Add more detail in What's New in 3.6. by Jason R. Coombs · 8 years ago
  10. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  11. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  12. 02d03df Issue #26823: fix traceback abbreviation docs by Nick Coghlan · 8 years ago
  13. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  14. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  15. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago
  16. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  17. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  18. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  19. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  20. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  21. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  22. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  23. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  24. 538f5c4 Issue #27285: Cleanup "suspicious" warnings. by Ned Deily · 8 years ago
  25. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  26. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  27. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  28. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  29. e807e89 Fix typo in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  30. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  31. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  32. 696c35e Issue #26186: Remove the restriction that built-in and extension by Brett Cannon · 8 years ago
  33. ec51eb7 merge 3.5 by Benjamin Peterson · 8 years ago
  34. 8550bd8 alter header; '%' really throws latex through a loop by Benjamin Peterson · 8 years ago
  35. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  36. df1d31c Fix “allow(s) to” by Martin Panter · 8 years ago
  37. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  38. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  39. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  40. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  41. dffd42f Whitespace by Terry Jan Reedy · 8 years ago
  42. d9792a0 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. by Terry Jan Reedy · 8 years ago
  43. aea671e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  44. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  45. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  46. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  47. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  48. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  49. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  50. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  51. 7a71338 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  52. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  53. d211bfb Merge 3.5 (whatsnew) by Yury Selivanov · 8 years ago
  54. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  55. 0d3535a Issue #23883: News updates for __all__ attributes by Martin Panter · 8 years ago
  56. 1b749c5 [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  57. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  58. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  59. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  60. 8c740c4 Improved docs for issue27033. Based on comments by R. David Murray. by Serhiy Storchaka · 8 years ago
  61. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  62. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  63. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  64. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  65. 835416c Issue #27064: The py.exe launcher now defaults to Python 3. by Paul Moore · 8 years ago
  66. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  67. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  68. b4a0d52 docs: Update whatsnew/3.6 with asyncio changes by Yury Selivanov · 8 years ago
  69. f979d55 Merge 3.5 by Yury Selivanov · 8 years ago
  70. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  71. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  72. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  73. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  74. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  75. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  76. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  77. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  78. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  79. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  80. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  81. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  82. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  83. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  84. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  85. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  86. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  87. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  88. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  89. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  90. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  91. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  92. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  93. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  94. 96790a4 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  95. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  96. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  97. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  98. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  99. 3872d62 Issue #25609: Double back-ticks to avoid “make check” buildbot failure by Martin Panter · 8 years ago
  100. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago