1. 7649b24 issue26981: fix typo by Ethan Furman · 8 years ago
  2. e8e6127 issue26981: add _order_ compatibility shim to enum.Enum by Ethan Furman · 8 years ago
  3. 3e45875 Fix more typos by Martin Panter · 8 years ago
  4. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  5. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  6. 051b220 Issue #27787: Merge regrtest fixup from 3.5 by Martin Panter · 8 years ago
  7. 332dbc7 Issue26988: remove AutoEnum by Ethan Furman · 8 years ago
  8. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  9. 1cce732 Issue #27713: merge from 3.5 by Ned Deily · 8 years ago
  10. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  11. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  12. 2a400fd Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  13. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  14. c199603 Merge: #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  15. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  16. 696738c Updated NEWS with information on the argparse change. by Vinay Sajip · 8 years ago
  17. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  18. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  19. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  20. 989df09 Issue #16764: Move NEWS entry to correct section and remove too strict test. by Serhiy Storchaka · 8 years ago
  21. dc35cda Issue #27594: Prevent assertion error when running test_ast with coverage by Ned Deily · 8 years ago
  22. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  23. 4d02b1b merge 3.5 (#27783) by Benjamin Peterson · 8 years ago
  24. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  25. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  26. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  27. f59249b Add a missing # by Brett Cannon · 8 years ago
  28. e9850f0 fix hyperlink by Ethan Furman · 8 years ago
  29. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  30. 0a3ccac merge 3.5 (#27774) by Benjamin Peterson · 8 years ago
  31. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  32. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  33. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  34. a853c47 merge 3.5 (#27773) by Benjamin Peterson · 8 years ago
  35. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  36. cc2e80b merge 3.5 by Benjamin Peterson · 8 years ago
  37. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  38. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  39. ee454a0 Merge from releasing branch by Ned Deily · 8 years ago
  40. ac7974f Start 3.6.0bb1 by Ned Deily · 8 years ago
  41. fc560a8 Fix typo in Misc/NEWS. by Guido van Rossum · 8 years ago
  42. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  43. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 8 years ago
  44. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  45. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  46. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  47. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  48. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 8 years ago
  49. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  50. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 8 years ago
  51. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  52. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 8 years ago
  53. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  54. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  55. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  56. c0654d4 merge 3.5 by Benjamin Peterson · 8 years ago
  57. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  58. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  59. 7bc44302 merge 3.5 (closes #27758) by Benjamin Peterson · 8 years ago
  60. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  61. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  62. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  63. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 8 years ago
  64. c57e4d1 Issue #25825: Merge AIX fix from 3.5 by Martin Panter · 8 years ago
  65. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  66. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  67. d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for by Gregory P. Smith · 8 years ago
  68. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  69. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  70. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  71. 73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. by Ethan Furman · 8 years ago
  72. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  73. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  74. 70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict by Martin Panter · 8 years ago
  75. 0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 by Martin Panter · 8 years ago
  76. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  77. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  78. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  79. 7bfbd1d merge heads by Senthil Kumaran · 8 years ago
  80. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  81. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  82. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  83. bf5868d merge 3.5 (#27656) by Benjamin Peterson · 8 years ago
  84. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 8 years ago
  85. 6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  86. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  87. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  88. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  89. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 8 years ago
  90. 28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 by Zachary Ware · 8 years ago
  91. 6276b47 Merge 3.5 (issue #27404) by Victor Stinner · 8 years ago
  92. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  93. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  94. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 8 years ago
  95. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  96. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  97. 8d49896 (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  98. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  99. b93d863 Issue #1621: Avoid signed overflow in list and tuple operations by Martin Panter · 8 years ago
  100. 32d2ce3 Issue #27581: Merge overflow fix from 3.5 by Martin Panter · 8 years ago