1. 4e1de16 Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka. by Mark Dickinson · 8 years ago
  2. 583c6e8 Issue #27214: Fix potential bug and remove useless optimization in long_invert. Thanks Oren Milman. by Mark Dickinson · 8 years ago
  3. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  4. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  5. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  6. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  7. 8c3c52b Issue #25825: Merge $(LIBPL) fix from 3.5 by Martin Panter · 8 years ago
  8. aac9b71 Issue #19884: Merge Readline updates from 3.5 by Martin Panter · 8 years ago
  9. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  10. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  11. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  12. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 8 years ago
  13. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 8 years ago
  14. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  15. 250d0e5 Issue #12319: Move NEWS under beta 1 heading by Martin Panter · 8 years ago
  16. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  17. 2436e73 Update NEWS. by Steven D'Aprano · 8 years ago
  18. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  19. f428521 Backed out changeset 1017215f5492 by Mark Dickinson · 8 years ago
  20. 1f5beb7 A new version of typing.py from https://github.com/python/typing. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  21. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  22. 4fe9f16 Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  23. 7caf908 Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. by Mark Dickinson · 8 years ago
  24. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  25. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  26. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  27. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  28. 0add84b Issue #27539: Merge from 3.5. by Mark Dickinson · 8 years ago
  29. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  30. 54cd196 Issue #26984: int() now always returns an instance of exact int. by Serhiy Storchaka · 8 years ago
  31. d7f3cdd Issue #21718: Merge from 3.5 by Berker Peksag · 8 years ago
  32. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  33. dc590a4 Issue #25604: Fix minor bug in integer true division, which could by Mark Dickinson · 8 years ago
  34. 164a3c8 Issue #27662: add missing Misc/NEWS entry. by Mark Dickinson · 8 years ago
  35. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  36. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  37. f9ed528 Issue #27487: Merge runpy warning from 3.5 by Martin Panter · 8 years ago
  38. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  39. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  40. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  41. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  42. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  43. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 8 years ago
  44. 7649b24 issue26981: fix typo by Ethan Furman · 8 years ago
  45. e8e6127 issue26981: add _order_ compatibility shim to enum.Enum by Ethan Furman · 8 years ago
  46. 3e45875 Fix more typos by Martin Panter · 8 years ago
  47. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  48. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  49. 051b220 Issue #27787: Merge regrtest fixup from 3.5 by Martin Panter · 8 years ago
  50. 332dbc7 Issue26988: remove AutoEnum by Ethan Furman · 8 years ago
  51. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  52. 1cce732 Issue #27713: merge from 3.5 by Ned Deily · 8 years ago
  53. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  54. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  55. 2a400fd Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  56. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  57. c199603 Merge: #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  58. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  59. 696738c Updated NEWS with information on the argparse change. by Vinay Sajip · 8 years ago
  60. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  61. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  62. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  63. 989df09 Issue #16764: Move NEWS entry to correct section and remove too strict test. by Serhiy Storchaka · 8 years ago
  64. dc35cda Issue #27594: Prevent assertion error when running test_ast with coverage by Ned Deily · 8 years ago
  65. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  66. 4d02b1b merge 3.5 (#27783) by Benjamin Peterson · 8 years ago
  67. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  68. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  69. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  70. f59249b Add a missing # by Brett Cannon · 8 years ago
  71. e9850f0 fix hyperlink by Ethan Furman · 8 years ago
  72. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  73. 0a3ccac merge 3.5 (#27774) by Benjamin Peterson · 8 years ago
  74. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  75. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  76. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  77. a853c47 merge 3.5 (#27773) by Benjamin Peterson · 8 years ago
  78. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  79. cc2e80b merge 3.5 by Benjamin Peterson · 8 years ago
  80. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  81. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  82. ee454a0 Merge from releasing branch by Ned Deily · 8 years ago
  83. ac7974f Start 3.6.0bb1 by Ned Deily · 8 years ago
  84. fc560a8 Fix typo in Misc/NEWS. by Guido van Rossum · 8 years ago
  85. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  86. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 8 years ago
  87. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  88. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  89. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  90. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  91. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 8 years ago
  92. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  93. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 8 years ago
  94. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  95. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 8 years ago
  96. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  97. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  98. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  99. c0654d4 merge 3.5 by Benjamin Peterson · 8 years ago
  100. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago