1. 4fe9f16 Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  2. 7caf908 Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. by Mark Dickinson · 8 years ago
  3. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  4. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  5. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  6. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  7. 0add84b Issue #27539: Merge from 3.5. by Mark Dickinson · 8 years ago
  8. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  9. 54cd196 Issue #26984: int() now always returns an instance of exact int. by Serhiy Storchaka · 8 years ago
  10. d7f3cdd Issue #21718: Merge from 3.5 by Berker Peksag · 8 years ago
  11. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  12. dc590a4 Issue #25604: Fix minor bug in integer true division, which could by Mark Dickinson · 8 years ago
  13. 164a3c8 Issue #27662: add missing Misc/NEWS entry. by Mark Dickinson · 8 years ago
  14. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  15. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  16. f9ed528 Issue #27487: Merge runpy warning from 3.5 by Martin Panter · 8 years ago
  17. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  18. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  19. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  20. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  21. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  22. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 8 years ago
  23. 7649b24 issue26981: fix typo by Ethan Furman · 8 years ago
  24. e8e6127 issue26981: add _order_ compatibility shim to enum.Enum by Ethan Furman · 8 years ago
  25. 3e45875 Fix more typos by Martin Panter · 8 years ago
  26. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  27. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  28. 051b220 Issue #27787: Merge regrtest fixup from 3.5 by Martin Panter · 8 years ago
  29. 332dbc7 Issue26988: remove AutoEnum by Ethan Furman · 8 years ago
  30. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  31. 1cce732 Issue #27713: merge from 3.5 by Ned Deily · 8 years ago
  32. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  33. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  34. 2a400fd Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  35. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  36. c199603 Merge: #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  37. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  38. 696738c Updated NEWS with information on the argparse change. by Vinay Sajip · 8 years ago
  39. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  40. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  41. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  42. 989df09 Issue #16764: Move NEWS entry to correct section and remove too strict test. by Serhiy Storchaka · 8 years ago
  43. dc35cda Issue #27594: Prevent assertion error when running test_ast with coverage by Ned Deily · 8 years ago
  44. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  45. 4d02b1b merge 3.5 (#27783) by Benjamin Peterson · 8 years ago
  46. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  47. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  48. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  49. f59249b Add a missing # by Brett Cannon · 8 years ago
  50. e9850f0 fix hyperlink by Ethan Furman · 8 years ago
  51. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  52. 0a3ccac merge 3.5 (#27774) by Benjamin Peterson · 8 years ago
  53. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  54. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  55. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  56. a853c47 merge 3.5 (#27773) by Benjamin Peterson · 8 years ago
  57. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  58. cc2e80b merge 3.5 by Benjamin Peterson · 8 years ago
  59. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  60. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  61. ee454a0 Merge from releasing branch by Ned Deily · 8 years ago
  62. ac7974f Start 3.6.0bb1 by Ned Deily · 8 years ago
  63. fc560a8 Fix typo in Misc/NEWS. by Guido van Rossum · 8 years ago
  64. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  65. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 8 years ago
  66. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  67. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  68. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  69. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  70. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 8 years ago
  71. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  72. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 8 years ago
  73. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  74. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 8 years ago
  75. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  76. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  77. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  78. c0654d4 merge 3.5 by Benjamin Peterson · 8 years ago
  79. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  80. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  81. 7bc44302 merge 3.5 (closes #27758) by Benjamin Peterson · 8 years ago
  82. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  83. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  84. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  85. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 8 years ago
  86. c57e4d1 Issue #25825: Merge AIX fix from 3.5 by Martin Panter · 8 years ago
  87. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  88. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  89. d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for by Gregory P. Smith · 8 years ago
  90. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  91. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  92. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  93. 73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. by Ethan Furman · 8 years ago
  94. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  95. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  96. 70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict by Martin Panter · 8 years ago
  97. 0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 by Martin Panter · 8 years ago
  98. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  99. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  100. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago