1. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  2. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  3. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  4. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  5. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  6. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  7. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  8. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  9. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  10. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  11. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  12. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  13. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  14. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  15. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  16. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  17. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  18. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  19. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  20. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  21. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  22. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  23. 96790a4 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  24. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  25. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  26. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  27. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  28. 3872d62 Issue #25609: Double back-ticks to avoid “make check” buildbot failure by Martin Panter · 8 years ago
  29. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  30. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  31. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  32. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  33. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  34. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 8 years ago
  35. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 8 years ago
  36. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 8 years ago
  37. ee803a8 Issue #26567: enhance ResourceWarning example by Victor Stinner · 8 years ago
  38. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  39. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 8 years ago
  40. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 8 years ago
  41. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 9 years ago
  42. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 9 years ago
  43. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  44. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 9 years ago
  45. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  46. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  47. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  48. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  49. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  50. 288ed03 Issue #26304: Additional “allows to” fix specific to 3.6 by Martin Panter · 9 years ago
  51. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  52. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  53. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  54. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  55. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  56. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  57. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  58. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  59. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  60. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  61. 613065b Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. by Senthil Kumaran · 9 years ago
  62. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  63. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  64. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  65. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  66. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  67. 2c008d8 Merge 3.5 by Yury Selivanov · 9 years ago
  68. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  69. e93f407 Merge 3.5 by Yury Selivanov · 9 years ago
  70. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  71. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  72. 4f09806 #25485: Add context manager support to Telnet class. by R David Murray · 9 years ago
  73. 28a465c Issue #23883: Add news listing modules with new exported APIs by Martin Panter · 9 years ago
  74. fad4b60 Adjust grammar and punctuation in whatsnew/3.6.rst by Martin Panter · 9 years ago
  75. 22fd1c2 Merge typo and grammar fixes from 3.5 by Martin Panter · 9 years ago
  76. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  77. 6fe3926 Issue #25590: Complete attribute names even if they are not yet created by Martin Panter · 9 years ago
  78. d545f7f Merge with 3.5 by Zachary Ware · 9 years ago
  79. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  80. c826ab0 Fix typos in whatsnew. by Zachary Ware · 9 years ago
  81. 2fbde51 merge by Raymond Hettinger · 9 years ago
  82. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  83. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  84. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  85. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  86. a1fc949 Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak. by Raymond Hettinger · 9 years ago
  87. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  88. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  89. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  90. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  91. 22d4553 Merge 3.5 by Yury Selivanov · 9 years ago
  92. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  93. ff99988 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  94. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  95. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  96. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  97. 6dc9ce1 Remove double 'error'. by Terry Jan Reedy · 9 years ago
  98. 8b880c7 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  99. ad56c92 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  100. 65a73cd Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 9 years ago