1. ffb56c0 Replace deprecated assembly op code. by Chih-Hung Hsieh · 6 years ago
  2. 75345c5 [3.6] bpo-29723: Consistently configure sys.path[0] (#636) by Nick Coghlan · 7 years ago
  3. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  4. d8b72e4 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 7 years ago
  5. 13802a3 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 7 years ago
  6. 784ba7c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397) by Donald Stufft · 7 years ago
  7. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) by Berker Peksag · 7 years ago
  8. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  9. e48fd93 bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209) by Serhiy Storchaka · 7 years ago
  10. 7d5587e Update URL of Mersenne Twister Home Page (#20) (#115) by INADA Naoki · 7 years ago
  11. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  12. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  13. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  14. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  15. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  16. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  17. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  18. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  19. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  20. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  21. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  22. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  23. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  24. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  25. 741c45a merge 3.5 by Benjamin Peterson · 7 years ago
  26. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  27. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  28. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  29. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  30. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  31. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  32. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  33. e660335 Merge 3.5. by Stefan Krah · 7 years ago
  34. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 7 years ago
  35. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  36. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  37. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 7 years ago
  38. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 7 years ago
  39. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 7 years ago
  40. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 7 years ago
  41. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 7 years ago
  42. 8d979d5 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 7 years ago
  43. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 7 years ago
  44. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 7 years ago
  45. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 7 years ago
  46. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  47. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  48. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 7 years ago
  49. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 7 years ago
  50. 690e81f Merge from 3.5. by Serhiy Storchaka · 7 years ago
  51. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 7 years ago
  52. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 7 years ago
  53. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  54. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  55. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 7 years ago
  56. cb2128c _asyncio uses _PyObject_CallMethodIdObjArgs() by Victor Stinner · 7 years ago
  57. c3c6f71 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 7 years ago
  58. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 7 years ago
  59. 427f10b Merge from 3.5. by Serhiy Storchaka · 7 years ago
  60. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 7 years ago
  61. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 7 years ago
  62. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 7 years ago
  63. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 7 years ago
  64. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 7 years ago
  65. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 7 years ago
  66. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 7 years ago
  67. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 7 years ago
  68. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 7 years ago
  69. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 7 years ago
  70. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 7 years ago
  71. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 7 years ago
  72. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 7 years ago
  73. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 7 years ago
  74. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 7 years ago
  75. 93ff872 Issue #28732: Raise ValueError when argv[0] is empty. by Steve Dower · 7 years ago
  76. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 7 years ago
  77. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 7 years ago
  78. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 7 years ago
  79. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  80. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  81. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 7 years ago
  82. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 7 years ago
  83. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 7 years ago
  84. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 7 years ago
  85. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 7 years ago
  86. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  87. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 8 years ago
  88. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 8 years ago
  89. 852cc33 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  90. 579f038 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  91. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  92. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  93. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  94. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  95. 88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  96. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  97. a0d9c68 Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 8 years ago
  98. 0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 8 years ago
  99. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 8 years ago
  100. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago