1. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  2. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 7 years ago
  3. 9c0408d bpo-29876: fix DECREF for NULL value in subelement() (GH-760) by Xiang Zhang · 7 years ago
  4. e6a55dd bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758) by Xiang Zhang · 7 years ago
  5. 827c783 bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757) by Xiang Zhang · 7 years ago
  6. 1aa1803 bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) by Serhiy Storchaka · 7 years ago
  7. 0c2ed76 [2.7] bpo-29768: Fixed compile-time check for expat version. (#577) by Serhiy Storchaka · 7 years ago
  8. de1c7d5 Issue #29682:Possible missing NULL check in pyexpat (#573) by svelankar · 7 years ago
  9. f1a696e bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) by Donald Stufft · 7 years ago
  10. 0f48ecd Update URL of Mersenne Twister Home Page (GH-116) by INADA Naoki · 7 years ago
  11. dbbc9d3 update zlib ChangeLog file by doko@ubuntu.com · 8 years ago
  12. 80b24a9 - Issue #29169: Update zlib to 1.2.11. by doko@ubuntu.com · 8 years ago
  13. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 8 years ago
  14. ebcf338 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  15. 888a29f fix _testcapi to work when statically linked into python by Benjamin Peterson · 8 years ago
  16. c7496ee Fix spelling and markup in documentation and code comment by Martin Panter · 8 years ago
  17. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 8 years ago
  18. c8a752e merge heads by Benjamin Peterson · 8 years ago
  19. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  20. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  21. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  22. f04790a Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  23. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 8 years ago
  24. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  25. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  26. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  27. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  28. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 8 years ago
  29. 9ea8faf fix function name by Benjamin Peterson · 8 years ago
  30. e95048e also do not leak the mode string if creating the file fails by Benjamin Peterson · 8 years ago
  31. d3035d5 do not leak the FILE * pointer in error cases of fdopen() by Benjamin Peterson · 8 years ago
  32. 5726b63 inline constant into its single use by Benjamin Peterson · 8 years ago
  33. 26c985a fix refleak in null-containing error case (#21147) by Benjamin Peterson · 8 years ago
  34. d7324bc when you enter repr, you must leave, too (#25455) by Benjamin Peterson · 8 years ago
  35. ada7d92 fix refleak in file handle creation error case by Benjamin Peterson · 8 years ago
  36. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  37. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  38. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  39. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  40. 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  41. 4089b50 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  42. 0436ceb Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  43. 38d335b Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  44. 6a35bf6 Silenced compiler warnings. by Serhiy Storchaka · 8 years ago
  45. bc4bdbd make 'where' Py_ssize_t by Benjamin Peterson · 8 years ago
  46. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  47. 5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  48. 36beb5e Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). by Serhiy Storchaka · 8 years ago
  49. aa03420 be extremely careful about overflows in encode_basestring_ascii (closes #28284) by Benjamin Peterson · 8 years ago
  50. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  51. e8bba99 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  52. 5f75502 Issue #24366: Fix indentation by Martin Panter · 8 years ago
  53. 12c8855 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  54. e4668aa fix misleading indentation (closes #28139) by Benjamin Peterson · 8 years ago
  55. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  56. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  57. 6663eb6 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  58. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 8 years ago
  59. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  60. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  61. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  62. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  63. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 8 years ago
  64. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 8 years ago
  65. e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 8 years ago
  66. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  67. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  68. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  69. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  70. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  71. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  72. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  73. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  74. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  75. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 8 years ago
  76. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  77. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  78. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  79. 2e1a340 ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  80. 1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module by Martin Panter · 8 years ago
  81. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  82. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  83. 8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  84. e5fa8b0 initialize variable to appease gcc by Benjamin Peterson · 8 years ago
  85. 42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  86. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 8 years ago
  87. ff0d875 array.buffer_info() should return a length as int, not long, for compatibility. by Serhiy Storchaka · 8 years ago
  88. 0cc5a2b Fixed integer overflow and handled MemoryError in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  89. b3eaaf0 Issue #22463: Cure unused function warnings on AIX by Martin Panter · 8 years ago
  90. 2924124 Issue #22463: Correct #endif placement; patch by Senthil Kumaran by Martin Panter · 8 years ago
  91. 646b528 Issue #22463: Backport compiler warning fixes and workarounds by Martin Panter · 8 years ago
  92. 4e6e565 Fix English spelling and grammar errors by Martin Panter · 8 years ago
  93. f46d3af ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  94. ef012cc Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  95. 1f7586e Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  96. d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  97. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  98. b3e073c fix leak of keyfile_bytes by Benjamin Peterson · 8 years ago
  99. 3b91de5 stop leaking certfile_bytes (closes #27267) by Benjamin Peterson · 8 years ago
  100. a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 8 years ago