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