Version v3.6.2
  1. bdabd76 bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615) by Ned Deily · 8 years ago
  2. d1d6501 [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) by Serhiy Storchaka · 8 years ago
  3. a9b16cf [3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360) by Serhiy Storchaka · 8 years ago
  4. ea1ab80 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313) by Victor Stinner · 8 years ago
  5. f75f6ed [3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215) by Serhiy Storchaka · 8 years ago
  6. 86b9537 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200) by Victor Stinner · 8 years ago
  7. d89dc84 [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121) by Serhiy Storchaka · 8 years ago
  8. 176f2eb bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109) by Yury Selivanov · 8 years ago
  9. 964c261 [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) by Zachary Ware · 8 years ago
  10. 911068e [3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077) by Serhiy Storchaka · 8 years ago
  11. 0b7629c bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) (#2075) by Victor Stinner · 8 years ago
  12. e89f95b [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640) by Yury Selivanov · 8 years ago
  13. b757745 bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) by Victor Stinner · 8 years ago
  14. c422959 [3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 by Nick Coghlan · 8 years ago
  15. 31b950a bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008) by Victor Stinner · 8 years ago
  16. 854f7ba [3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994) by Nathaniel J. Smith · 8 years ago
  17. 2bafc0d [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) by Steve Dower · 8 years ago
  18. c63ae11 bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) (#1925) by Steve Dower · 8 years ago
  19. 94d8261 [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287) by Mariatta · 8 years ago
  20. 54af41d bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1719) by Xiang Zhang · 8 years ago
  21. 69f3a5a tmtotuple(): use time_t for gmtoff (#1276) (#1635) by Victor Stinner · 8 years ago
  22. aad1caf bpo-30242: resolve some undefined behaviours in struct (#1418) (#1586) by Xiang Zhang · 8 years ago
  23. 3dc7c52 bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1546) by INADA Naoki · 8 years ago
  24. 72e1b61 bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1507) by Xiang Zhang · 8 years ago
  25. 39b73dd [3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469) by Serhiy Storchaka · 8 years ago
  26. 1bebd8a [3.6] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1441) by Serhiy Storchaka · 8 years ago
  27. 0c2ff08 Backport bpo-30205 to 3.6 (#1403) by Antoine Pitrou · 8 years ago
  28. 3a8f8ea bpo-30125: Fix faulthandler.disable() on Windows (#1243) by Victor Stinner · 8 years ago
  29. e254617 [3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1186) by Serhiy Storchaka · 8 years ago
  30. 39dedb6 [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1184) by Serhiy Storchaka · 8 years ago
  31. 680fea4 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180) by Serhiy Storchaka · 8 years ago
  32. d5fa5f3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1150) by Xiang Zhang · 8 years ago
  33. 8e72013 [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142) by Mariatta · 8 years ago
  34. 04ac853 convert from long long to PyLong loselessly (#1106) (#1121) by Benjamin Peterson · 8 years ago
  35. c26b19d Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) by Serhiy Storchaka · 8 years ago
  36. d0d575a bpo-29939: suppress compiler warnings in _ctypes_test (#1038) by Vinay Sajip · 8 years ago
  37. 7d5d13d bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933) by Serhiy Storchaka · 8 years ago
  38. 599bb18 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911) by T. Wouters · 8 years ago
  39. bf4bb2e bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) by Serhiy Storchaka · 8 years ago
  40. a6b4e19 bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) by Serhiy Storchaka · 8 years ago
  41. 90eafdb faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797) by Christophe Zeitouny · 8 years ago
  42. fca705d bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722) by Serhiy Storchaka · 8 years ago
  43. 7c20811 Add sockaddr_alg to sock_addr_t (GH-234) (GH-533) by Mariatta · 8 years ago
  44. 53b2667 bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671) by Michael Seifert · 8 years ago
  45. c609484 [3.6] bpo-29723: Consistently configure sys.path[0] (#636) by Nick Coghlan · 8 years ago
  46. 16416c2 bpo-29770: remove outdated PYO related info (GH-590) (GH-612) by Xiang Zhang · 8 years ago
  47. 68d2980 bpo-29619: Convert st_ino using unsigned integer (#557) (#584) by Victor Stinner · 8 years ago
  48. 26d013e [3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#579) by orenmn · 8 years ago
  49. 9cef253 [3.6] bpo-29768: Fixed compile-time check for expat version. (#576) by Serhiy Storchaka · 8 years ago
  50. 7253ade bpo-29176: Fix name of the _curses.window class (#52) (#532) by Mariatta · 8 years ago
  51. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 8 years ago
  52. d8b72e4 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  53. 13802a3 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  54. 784ba7c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397) by Donald Stufft · 8 years ago
  55. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) by Berker Peksag · 8 years ago
  56. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 8 years ago
  57. e48fd93 bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209) by Serhiy Storchaka · 8 years ago
  58. 7d5587e Update URL of Mersenne Twister Home Page (#20) (#115) by INADA Naoki · 9 years ago
  59. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 9 years ago
  60. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 9 years ago
  61. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 9 years ago
  62. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 9 years ago
  63. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 9 years ago
  64. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 9 years ago
  65. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 9 years ago
  66. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 9 years ago
  67. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 9 years ago
  68. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 9 years ago
  69. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 9 years ago
  70. cd12f7c merge 3.5 by doko@ubuntu.com · 9 years ago
  71. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 9 years ago
  72. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 9 years ago
  73. 741c45a merge 3.5 by Benjamin Peterson · 9 years ago
  74. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 9 years ago
  75. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 9 years ago
  76. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 9 years ago
  77. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 9 years ago
  78. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 9 years ago
  79. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  80. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  81. e660335 Merge 3.5. by Stefan Krah · 9 years ago
  82. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 9 years ago
  83. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 9 years ago
  84. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 9 years ago
  85. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 9 years ago
  86. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 9 years ago
  87. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 9 years ago
  88. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 9 years ago
  89. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 9 years ago
  90. 8d979d5 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 9 years ago
  91. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 9 years ago
  92. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 9 years ago
  93. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 9 years ago
  94. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  95. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  96. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 9 years ago
  97. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 9 years ago
  98. 690e81f Merge from 3.5. by Serhiy Storchaka · 9 years ago
  99. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 9 years ago
  100. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 9 years ago