1. b87d600 Version bump for 3.6.0a4 by Ned Deily · 9 years ago v3.6.0a4
  2. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 9 years ago
  3. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 9 years ago
  4. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 9 years ago
  5. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  6. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 9 years ago
  7. eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects by Serhiy Storchaka · 9 years ago
  8. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 9 years ago
  9. d61a2e7 Update Misc/NEWS. by Steven D'Aprano · 9 years ago
  10. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  11. b6f78c2 merge 3.5 (closes #27760) by Benjamin Peterson · 9 years ago
  12. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 9 years ago
  13. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 9 years ago
  14. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  15. c0654d4 merge 3.5 by Benjamin Peterson · 9 years ago
  16. f17a8e9 merge 3.4 by Benjamin Peterson · 9 years ago
  17. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  18. 7bc44302 merge 3.5 (closes #27758) by Benjamin Peterson · 9 years ago
  19. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 9 years ago
  20. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 9 years ago
  21. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  22. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 9 years ago
  23. c57e4d1 Issue #25825: Merge AIX fix from 3.5 by Martin Panter · 9 years ago
  24. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 9 years ago
  25. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 9 years ago
  26. d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for by Gregory P. Smith · 9 years ago
  27. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 9 years ago
  28. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 9 years ago
  29. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 9 years ago
  30. 73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. by Ethan Furman · 9 years ago
  31. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 9 years ago
  32. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 9 years ago
  33. 70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict by Martin Panter · 9 years ago
  34. 0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 by Martin Panter · 9 years ago
  35. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 9 years ago
  36. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 9 years ago
  37. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  38. 7bfbd1d merge heads by Senthil Kumaran · 9 years ago
  39. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  40. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  41. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  42. bf5868d merge 3.5 (#27656) by Benjamin Peterson · 9 years ago
  43. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 9 years ago
  44. 6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 9 years ago
  45. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 9 years ago
  46. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 9 years ago
  47. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 9 years ago
  48. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 9 years ago
  49. 28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 by Zachary Ware · 9 years ago
  50. 6276b47 Merge 3.5 (issue #27404) by Victor Stinner · 9 years ago
  51. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 9 years ago
  52. 2faa65a Issue #23943: Merge spelling fixes from 3.5 by Martin Panter · 9 years ago
  53. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 9 years ago
  54. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 9 years ago
  55. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 9 years ago
  56. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 9 years ago
  57. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  58. 8d49896 (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 9 years ago
  59. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 9 years ago
  60. b93d863 Issue #1621: Avoid signed overflow in list and tuple operations by Martin Panter · 9 years ago
  61. 32d2ce3 Issue #27581: Merge overflow fix from 3.5 by Martin Panter · 9 years ago
  62. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 9 years ago
  63. 996d72b Issue #7063: Remove dead code from array slice handling by Martin Panter · 9 years ago
  64. 0533826 Issue #27610: Adds PEP 514 metadata to Windows installer by Steve Dower · 9 years ago
  65. 1f7480a Fixes bad Misc/NEWS merge by Steve Dower · 9 years ago
  66. edddc27 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 9 years ago
  67. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 9 years ago
  68. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 9 years ago
  69. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 9 years ago
  70. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 9 years ago
  71. de85ed6 Closes #25393: Merge with 3.5 by Zachary Ware · 9 years ago
  72. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 9 years ago
  73. fe8d966 Issue #27567: Expose the POLLRDHUP constant in the select module by Berker Peksag · 9 years ago
  74. a1ea9c8 add mising word by Benjamin Peterson · 9 years ago
  75. 0715ce3 add EPOLLEXCLUSIVE by Benjamin Peterson · 9 years ago
  76. 96e9716 expose EPOLLRDHUP (closes #27567) by Benjamin Peterson · 9 years ago
  77. 6fb9090 Issue #1621: Avoid signed int negation overflow in audioop by Martin Panter · 9 years ago
  78. bd09f15 Issue #27507: Merge overflow check from 3.5 by Martin Panter · 9 years ago
  79. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 9 years ago
  80. b646790 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 9 years ago
  81. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 9 years ago
  82. 262dc1e Issue #27533: Release GIL in nt._isdir by Steve Dower · 9 years ago
  83. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 9 years ago
  84. 7905f99 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 9 years ago
  85. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 9 years ago
  86. 3410c01 Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 9 years ago
  87. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 9 years ago
  88. df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 9 years ago
  89. 7266964 Merge: #27522: break unintended cycle in feedparser. by R David Murray · 9 years ago
  90. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 9 years ago
  91. b3e73b3 Merge for #27083 by Brett Cannon · 9 years ago
  92. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 9 years ago
  93. 896e87a Merge for #26844 by Brett Cannon · 9 years ago
  94. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 9 years ago
  95. 044283a Issue #27512: Don't segfault when os.fspath() calls an object whose by Brett Cannon · 9 years ago
  96. ce7b27d merge 3.5 (#27514) by Benjamin Peterson · 9 years ago
  97. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 9 years ago
  98. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 9 years ago
  99. fb4f825 Issue #27369: Merge test_pyexpat from 3.5 by Martin Panter · 9 years ago
  100. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 9 years ago