1. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  2. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  3. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  4. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  5. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  6. 288ed03 Issue #26304: Additional “allows to” fix specific to 3.6 by Martin Panter · 9 years ago
  7. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  8. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  9. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  10. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  11. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  12. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  13. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  14. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  15. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  16. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  17. 613065b Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. by Senthil Kumaran · 9 years ago
  18. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  19. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  20. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  21. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  22. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  23. 2c008d8 Merge 3.5 by Yury Selivanov · 9 years ago
  24. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  25. e93f407 Merge 3.5 by Yury Selivanov · 9 years ago
  26. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  27. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  28. 4f09806 #25485: Add context manager support to Telnet class. by R David Murray · 9 years ago
  29. 28a465c Issue #23883: Add news listing modules with new exported APIs by Martin Panter · 9 years ago
  30. fad4b60 Adjust grammar and punctuation in whatsnew/3.6.rst by Martin Panter · 9 years ago
  31. 22fd1c2 Merge typo and grammar fixes from 3.5 by Martin Panter · 9 years ago
  32. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  33. 6fe3926 Issue #25590: Complete attribute names even if they are not yet created by Martin Panter · 9 years ago
  34. d545f7f Merge with 3.5 by Zachary Ware · 9 years ago
  35. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  36. c826ab0 Fix typos in whatsnew. by Zachary Ware · 9 years ago
  37. 2fbde51 merge by Raymond Hettinger · 9 years ago
  38. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  39. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  40. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  41. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  42. a1fc949 Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak. by Raymond Hettinger · 9 years ago
  43. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  44. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  45. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  46. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  47. 22d4553 Merge 3.5 by Yury Selivanov · 9 years ago
  48. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  49. ff99988 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  50. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  51. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  52. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  53. 6dc9ce1 Remove double 'error'. by Terry Jan Reedy · 9 years ago
  54. 8b880c7 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  55. ad56c92 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  56. 65a73cd Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 9 years ago
  57. 5783ee1 Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 9 years ago
  58. 9b63868 Issue #25154: Deprecate the pyvenv script. by Brett Cannon · 9 years ago
  59. c0d91af Upgrade the imp module's deprecation to DeprecationWarning. by Brett Cannon · 9 years ago
  60. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  61. ebcf9ed Document latest optimizations using _PyBytesWriter by Victor Stinner · 9 years ago
  62. 0d554d7 Issue #24164: Objects that need calling ``__new__`` with keyword arguments, by Serhiy Storchaka · 9 years ago
  63. b6c9572 Sort module names in whatsnew/3.6.rst by Berker Peksag · 9 years ago
  64. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  65. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  66. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  67. d763909 asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5) by Yury Selivanov · 9 years ago
  68. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  69. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  70. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  71. ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 9 years ago
  72. dd7cb10 Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 9 years ago
  73. 9b93c6b Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 9 years ago
  74. f96418d Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, by Victor Stinner · 9 years ago
  75. b1a3d9a Merge 3.5 by Yury Selivanov · 9 years ago
  76. 8e3b04c whatsnew/3.5: Reword bytes*.hex message by Yury Selivanov · 9 years ago
  77. d7bf45f whatsnew/3.5: Add missing word "class" by Berker Peksag · 9 years ago
  78. 878bc87 whatsnew/3.5: Add missing word "class" by Berker Peksag · 9 years ago
  79. d3b9407 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  80. 516a1a9 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  81. 66ad846 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  82. f0fccb5 Merge 3.5 by Yury Selivanov · 9 years ago
  83. d5fd984 Merge from 3.5. by Larry Hastings · 9 years ago
  84. 69a15f1 whatsnew/3.5: Fix typo by Yury Selivanov · 9 years ago
  85. 801306b whatsnew/3.5: One more edit by Yury Selivanov · 9 years ago
  86. a33cb35 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  87. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  88. 1cecec5 Merge 3.5 by Yury Selivanov · 9 years ago
  89. 73953d8 whatsnew/3.5: Fix typo (issue #25082) by Yury Selivanov · 9 years ago
  90. e148710 Merge 3.5 by Yury Selivanov · 9 years ago
  91. fe369a6 whatsnew/3.5: Reorder stuff (issue #25082). by Yury Selivanov · 9 years ago
  92. 48a0469 Merge 3.5 by Serhiy Storchaka · 9 years ago
  93. 35a361f whatsnew/3.5: Fix formatting. More minor edits. by Serhiy Storchaka · 9 years ago
  94. 5944e25 Merge 3.5 by Yury Selivanov · 9 years ago
  95. 3854f9e whatsnew/3.5: Delete prerelease warning note. by Yury Selivanov · 9 years ago
  96. cc32fba Merge 3.5 by Yury Selivanov · 9 years ago
  97. a7672ba whatsnew/3.5: Fix formatting by Yury Selivanov · 9 years ago
  98. bd316c7 Merge 3.5 by Yury Selivanov · 9 years ago
  99. 72dab13 whatsnew/3.5: Tweak asyncio module section by Yury Selivanov · 9 years ago
  100. f1e6fae Merge 3.5 by Yury Selivanov · 9 years ago