Python 3.6.7
  1. 69e6ad6 [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801) by Miss Islington (bot) · 7 years ago
  2. f543e18 [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657) by Serhiy Storchaka · 7 years ago
  3. e7ebf14 [3.6] bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  4. dd0670f Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728) by Miss Islington (bot) · 7 years ago
  5. 166773d [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9690) by Elvis Pranskevichus · 7 years ago
  6. 207bb5f Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) by Miss Islington (bot) · 7 years ago
  7. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  8. 7529754 [3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492) by Christian Heimes · 7 years ago
  9. f37496e bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  10. 71a9c65 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Miss Islington (bot) · 7 years ago
  11. 4fb672f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  12. f7666e8 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  13. 1a107ee bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 7 years ago
  14. fff869e bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  15. e536320 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  16. 6d72686 bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 7 years ago
  17. aa12534 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  18. a00de68 [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209) by Benjamin Peterson · 7 years ago
  19. 6539b91 Delete old expat comment. (GH-9197) by Miss Islington (bot) · 7 years ago
  20. ccbbdd0 [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9178) by Benjamin Peterson · 7 years ago
  21. 2173bb8 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149) by Miss Islington (bot) · 7 years ago
  22. b2260e5 bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158) by Miss Islington (bot) · 7 years ago
  23. 6a939c8 [3.6] Fix misleading mentions of tp_size in comments (GH-9137) by Benjamin Peterson · 7 years ago
  24. 1bcd891 [3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9105) by William Grzybowski · 7 years ago
  25. 23f427a [3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9069) by Alexander Buchkovsky · 7 years ago
  26. c47acc2 bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  27. b14a68f bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851) by Miss Islington (bot) · 7 years ago
  28. b14ab44 bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) by Miss Islington (bot) · 7 years ago
  29. 2a4ee8a bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) by Christian Heimes · 7 years ago
  30. aae872e Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 7 years ago
  31. ada5d99 [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (GH-8584) by Serhiy Storchaka · 7 years ago
  32. 28bbbda bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Steve Dower · 7 years ago
  33. 6ea8a3a [3.6] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8498) by Ammar Askar · 7 years ago
  34. cc13016 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312) by Serhiy Storchaka · 7 years ago
  35. a2aabad [3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218) by Benjamin Peterson · 7 years ago
  36. 9a390b6 delete some unused pysqlite forward declarations (GH-8211) by Miss Islington (bot) · 7 years ago
  37. c14e332 Make various internal _testbuffer symbols static. (GH-8160) by Miss Islington (bot) · 7 years ago
  38. 3ca69f8 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Miss Islington (bot) · 7 years ago
  39. c6671ae Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127) by Miss Islington (bot) · 7 years ago
  40. de6a2de Don't export pending_threadfunc from _testcapi. (GH-8075) by Miss Islington (bot) · 7 years ago
  41. e5153d0 bpo-25862: Fix several bugs in the _io module. (GH-8026) by Miss Islington (bot) · 7 years ago
  42. db7ac30 [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) by Tal Einat · 7 years ago
  43. d6a283b [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8012) by Zackery Spytz · 7 years ago
  44. 5dc3f23 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Miss Islington (bot) · 7 years ago
  45. 1094891 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872) by Victor Stinner · 7 years ago
  46. e2e7ff0 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Miss Islington (bot) · 7 years ago
  47. 1d4089b bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601) by Miss Islington (bot) · 7 years ago
  48. 2bc1946 bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451) by Miss Islington (bot) · 7 years ago
  49. ae55d29 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  50. 1d5198f bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7307) by Miss Islington (bot) · 7 years ago
  51. 0fe3be0 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269) by Miss Islington (bot) · 7 years ago
  52. 9ba3be4 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) (GH-7125) by Miss Islington (bot) · 7 years ago
  53. f0e04b2 [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095) by Serhiy Storchaka · 7 years ago
  54. 0c1e7d8 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  55. 49418f6 [3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006) by Serhiy Storchaka · 7 years ago
  56. 09eb6fe bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows (GH-5120) by Miss Islington (bot) · 7 years ago
  57. 726894a bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  58. 8ac158a bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 7 years ago
  59. 1b27ec6 [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630). (GH-6633) by Serhiy Storchaka · 7 years ago
  60. b0ca398 [3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6582) by Antoine Pitrou · 7 years ago
  61. fc8693d bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by Miss Islington (bot) · 7 years ago
  62. 910d71b bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Miss Islington (bot) · 7 years ago
  63. a5c8830 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Miss Islington (bot) · 7 years ago
  64. d918bbd [3.6] Fix error message in sqlite connection thread check. (GH-6028). (GH-6324) by Serhiy Storchaka · 7 years ago
  65. 57db13e bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Miss Islington (bot) · 7 years ago
  66. f5befbb [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214) by Christian Heimes · 7 years ago
  67. 7abf343 Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  68. f3e6ead [3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160) by Miss Islington (bot) · 7 years ago
  69. 1da0479 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Miss Islington (bot) · 7 years ago
  70. 0ec0290 bpo-30622: Fix backport of NPN fix (#6102) by Christian Heimes · 7 years ago
  71. 32efcd1 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6032) by Steve Dower · 7 years ago
  72. 2f3ba27 [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) (GH-5954) by Miss Islington (bot) · 7 years ago
  73. 7592c0a bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago
  74. baa4507 [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990) by Steve Dower · 7 years ago
  75. 10fb1bf bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946) by Miss Islington (bot) · 7 years ago
  76. 5bf7485 [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906) by Serhiy Storchaka · 7 years ago
  77. e650fd3 Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145) by Miss Islington (bot) · 7 years ago
  78. 1278c21 [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585) by animalize · 7 years ago
  79. a79591c [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881) by Christian Heimes · 7 years ago
  80. 48707a1 [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861) by Christian Heimes · 7 years ago
  81. e9370a4 bpo-32185: Don't send IP in SNI TLS extension (#5865) by Christian Heimes · 7 years ago
  82. fc9471a bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  83. 980790e bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  84. 16de2a9 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  85. f62a9d4 Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 8 years ago
  86. 4731634 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by INADA Naoki · 8 years ago
  87. a1d33f7 bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 8 years ago
  88. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  89. c90a5de [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) by Terry Jan Reedy · 8 years ago
  90. 3a04c52 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000) (GH-3000) (#4101) by Miss Islington (bot) · 8 years ago
  91. 1d896ed [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389) by Antoine Pitrou · 8 years ago
  92. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  93. 020668b correct the typos (GH-4950) (#4951) by Miss Islington (bot) · 8 years ago
  94. 22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) by Victor Stinner · 8 years ago
  95. d1cb106 bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869) by Miss Islington (bot) · 8 years ago
  96. 28453fe [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) by Andrew Svetlov · 8 years ago
  97. ce5a3cd bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810) by Miss Islington (bot) · 8 years ago
  98. 71d8f36 bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795) by Miss Islington (bot) · 8 years ago
  99. 8bcd410 bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661) by Miss Islington (bot) · 8 years ago
  100. c91bf74 bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653) by Miss Islington (bot) · 8 years ago