Python 3.6.5
  1. 15b6400 bpo-30622: Fix backport of NPN fix (#6102) by Christian Heimes · 7 years ago
  2. 32efcd1 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6032) by Steve Dower · 7 years ago
  3. 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
  4. 7592c0a bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago
  5. baa4507 [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990) by Steve Dower · 7 years ago
  6. 10fb1bf bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946) by Miss Islington (bot) · 7 years ago
  7. 5bf7485 [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906) by Serhiy Storchaka · 7 years ago
  8. e650fd3 Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145) by Miss Islington (bot) · 7 years ago
  9. 1278c21 [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585) by animalize · 7 years ago
  10. a79591c [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881) by Christian Heimes · 7 years ago
  11. 48707a1 [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861) by Christian Heimes · 7 years ago
  12. e9370a4 bpo-32185: Don't send IP in SNI TLS extension (#5865) by Christian Heimes · 7 years ago
  13. fc9471a bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  14. 980790e bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  15. 16de2a9 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  16. f62a9d4 Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 8 years ago
  17. 4731634 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by INADA Naoki · 8 years ago
  18. a1d33f7 bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 8 years ago
  19. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  20. c90a5de [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) by Terry Jan Reedy · 8 years ago
  21. 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
  22. 1d896ed [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389) by Antoine Pitrou · 8 years ago
  23. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  24. 020668b correct the typos (GH-4950) (#4951) by Miss Islington (bot) · 8 years ago
  25. 22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) by Victor Stinner · 8 years ago
  26. d1cb106 bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869) by Miss Islington (bot) · 8 years ago
  27. 28453fe [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) by Andrew Svetlov · 8 years ago
  28. 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
  29. 71d8f36 bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795) by Miss Islington (bot) · 8 years ago
  30. 8bcd410 bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661) by Miss Islington (bot) · 8 years ago
  31. c91bf74 bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653) by Miss Islington (bot) · 8 years ago
  32. cb79c22 bpo-31440: Changed default module search path for windows (#4613) by Miss Islington (bot) · 8 years ago
  33. 33217d2 bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416) by Victor Stinner · 8 years ago
  34. 18056fb bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (GH-4391) (#4392) by Miss Islington (bot) · 8 years ago
  35. 6ed9d4e bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH-4384) (#4385) by Miss Islington (bot) · 8 years ago
  36. 596286f [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352) by Serhiy Storchaka · 8 years ago
  37. b0331c9 bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303) by Miss Islington (bot) · 8 years ago
  38. 9684cf6 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4301) by Miss Islington (bot) · 8 years ago
  39. a512493 bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4262) by Miss Islington (bot) · 8 years ago
  40. ea80ae0 bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261) by Miss Islington (bot) · 8 years ago
  41. f8b3f6b [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-4230) (#4253) by Tal Einat · 8 years ago
  42. aad7ac1 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4221) by Miss Islington (bot) · 8 years ago
  43. 1f81ea8 bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (GH-3826) (#4218) by Miss Islington (bot) · 8 years ago
  44. 2be9a31 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215) by Miss Islington (bot) · 8 years ago
  45. f44a629 Remove nested comments in blake2 (GH-4173) (#4214) by Miss Islington (bot) · 8 years ago
  46. ff6ae4d bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) by Miss Islington (bot) · 8 years ago
  47. 84e252b bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4201) by Miss Islington (bot) · 8 years ago
  48. f9a639b bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190) by Miss Islington (bot) · 8 years ago
  49. 5db3208 bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) by Miss Islington (bot) · 8 years ago
  50. 4b27d51 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) by xdegaye · 8 years ago
  51. 6e45d7b bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4086) by Miss Islington (bot) · 8 years ago
  52. aaf6a3d [3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083) by Miss Islington (bot) · 8 years ago
  53. 77af0a3 [3.6] bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (GH-3729). (#4081) by Serhiy Storchaka · 8 years ago
  54. 97abcab [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033) by Miss Islington (bot) · 8 years ago
  55. be4e9cc [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) (#4032) by Miss Islington (bot) · 8 years ago
  56. 95602b3 [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) by Pablo Galindo · 8 years ago
  57. cfc6047 [3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008) by Miss Islington (bot) · 8 years ago
  58. c923da1 [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973) by Miss Islington (bot) · 8 years ago
  59. 5f90800 bpo-28647: Update -u documentation (GH-3954) by Berker Peksag · 8 years ago
  60. 764969a [3.6] bpo-28157: Improvements for the time module documentation (GH-928) by Miss Islington (bot) · 8 years ago
  61. a8ac71d [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3945) by Miss Islington (bot) · 8 years ago
  62. a65b242 [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874) by Miss Islington (bot) · 8 years ago
  63. fcc832a [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873) by Serhiy Storchaka · 8 years ago
  64. 7d6ddb9 bpo-28129: fix ctypes crashes (#386) (#3799) by Victor Stinner · 8 years ago
  65. befc956 [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794) by Serhiy Storchaka · 8 years ago
  66. 7c24e99 [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777) by Miss Islington (bot) · 8 years ago
  67. bdb215b [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774) by Miss Islington (bot) · 8 years ago
  68. a1c49f6 [3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776) by Miss Islington (bot) · 8 years ago
  69. 69b2dc8 [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770) by Miss Islington (bot) · 8 years ago
  70. a6bddb8 [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743) by Miss Islington (bot) · 8 years ago
  71. e2a30cd [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744) by Miss Islington (bot) · 8 years ago
  72. 7e32cee [3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3714) by Miss Islington (bot) · 8 years ago
  73. 88d0663 [3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) (#3681) by Miss Islington (bot) · 8 years ago
  74. f37dd11 [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654) by Miss Islington (bot) · 8 years ago
  75. 8afd7ab [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645) by Miss Islington (bot) · 8 years ago
  76. 49caab4 [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-3545) (#3585) by Miss Islington (bot) · 8 years ago
  77. f135f62 [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584) by Miss Islington (bot) · 8 years ago
  78. 472cc9f [3.6] _ssl_: Fix compiler warning (GH-3559) (#3569) by Christian Heimes · 8 years ago
  79. fa82dda [3.6] bpo-30246: fix several error messages which only mention bytes in struct (#3561) by Xiang Zhang · 8 years ago
  80. c0e7736 [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518) by Victor Stinner · 8 years ago
  81. f8909d0 [3.6] bpo-31406: Fix crash due to lack of type checking in subclassing. (GH-3477) (#3479) by Miss Islington (bot) · 8 years ago
  82. 16f16db [3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466) by Christian Heimes · 8 years ago
  83. ddb536b [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453) by Serhiy Storchaka · 8 years ago
  84. 9f2b3d4 [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444) by Christian Heimes · 8 years ago
  85. 6c99b65 [3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432) by Christian Heimes · 8 years ago
  86. 6da379b [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381) by Christian Heimes · 8 years ago
  87. c3c3062 [3.6] _pickle: Fix whichmodule() (GH-3358) (#3361) by Christian Heimes · 8 years ago
  88. e5f2f80 bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350) by Victor Stinner · 8 years ago
  89. 63b3f2b [3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778) by Christian Heimes · 8 years ago
  90. f201e88 [3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321) by Christian Heimes · 8 years ago
  91. 2ddea0f [3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342) by Christian Heimes · 8 years ago
  92. 02854da [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344) by Christian Heimes · 8 years ago
  93. 7316c6d [3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314) by Christian Heimes · 8 years ago
  94. 39fde5f [3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280) by Segev Finer · 8 years ago
  95. 2eea952 bpo-31095: fix potential crash during GC (GH-3195) by INADA Naoki · 8 years ago
  96. 31b8efe [3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274) by Gregory P. Smith · 8 years ago
  97. 98bbeb7 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269) by Serhiy Storchaka · 8 years ago
  98. 58521fd bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) (#3267) by Christopher Wilcox · 8 years ago
  99. 095a421 [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (GH-3226) (#3243) by Oren Milman · 8 years ago
  100. 2d1653a [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3241) by Pauli Virtanen · 8 years ago