1. 7fe9cad bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465) by Miss Islington (bot) · 3 years, 5 months ago
  2. f097d23 bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460) by Miss Islington (bot) · 3 years, 5 months ago
  3. ff359d7 bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461) by Miss Islington (bot) · 3 years, 5 months ago
  4. a7aa105 bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441) by Miss Islington (bot) · 3 years, 6 months ago
  5. 0d39951 [3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430) by Ken Jin · 3 years, 6 months ago
  6. 1c0106c bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423) by Miss Islington (bot) · 3 years, 6 months ago
  7. eb8ab04 bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363) (GH-26424) by Miss Islington (bot) · 3 years, 6 months ago
  8. 35be1f3 bpo-44256: Do not expose _functools._list_elem_type (GH-26416) by Miss Islington (bot) · 3 years, 6 months ago
  9. da9e0cb bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414) by Miss Islington (bot) · 3 years, 6 months ago
  10. d1c7329 bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-26413) by Miss Islington (bot) · 3 years, 6 months ago
  11. da8097a bpo-42972: Fully support GC for mmap heap types (GH-26373) by Miss Islington (bot) · 3 years, 6 months ago
  12. e73b3b1 bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26406) by Miss Islington (bot) · 3 years, 6 months ago
  13. ea47a8a bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399) by Miss Islington (bot) · 3 years, 6 months ago
  14. 0bf0500 bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) by Miss Islington (bot) · 3 years, 6 months ago
  15. 4431922 [3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398) by Miss Islington (bot) · 3 years, 6 months ago
  16. 4115996 bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393) by Miss Islington (bot) · 3 years, 6 months ago
  17. 534da74 bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114) by Miss Islington (bot) · 3 years, 6 months ago
  18. e8d9df0 bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104) by Miss Islington (bot) · 3 years, 6 months ago
  19. 46f96f0 Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26251) by Miss Islington (bot) · 3 years, 6 months ago
  20. e87fd41 Fix compiler warning in the xml module (GH-26245) (GH-26249) by Miss Islington (bot) · 3 years, 6 months ago
  21. 60fa8b3 bpo-44145: Release the GIL around HMAC_Update. (GH-26157) by Miss Islington (bot) · 3 years, 6 months ago
  22. ba260ac bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081) by Miss Islington (bot) · 3 years, 6 months ago
  23. 1ee58f2 bpo-40645: Fix ref leaks in _hashopenssl (GH-26079) by Miss Islington (bot) · 3 years, 6 months ago
  24. 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 3 years, 6 months ago
  25. 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 3 years, 6 months ago
  26. 3b2a45f bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) by Miss Islington (bot) · 3 years, 6 months ago
  27. b19ec7f Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909) by Miss Islington (bot) · 3 years, 6 months ago
  28. 912ef3f Add C-API tests (GH-25886) (#25887) by Miss Islington (bot) · 3 years, 6 months ago
  29. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 3 years, 6 months ago
  30. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 3 years, 6 months ago
  31. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 3 years, 6 months ago
  32. 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 3 years, 6 months ago
  33. cbb7b9e bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823) by Erlend Egeberg Aasland · 3 years, 6 months ago
  34. c96cc08 bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 3 years, 6 months ago
  35. 73766b0 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721) by Zackery Spytz · 3 years, 6 months ago
  36. 91554e4 bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) by Christian Heimes · 3 years, 6 months ago
  37. e983252 bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) by Christian Heimes · 3 years, 6 months ago
  38. 251ffa9 bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738) by Ma Lin · 3 years, 6 months ago
  39. 665c774 bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753) by Victor Stinner · 3 years, 7 months ago
  40. 7dcf0f6 bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751) by Victor Stinner · 3 years, 7 months ago
  41. 9746cda bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) by Erlend Egeberg Aasland · 3 years, 7 months ago
  42. 387397f bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750) by Erlend Egeberg Aasland · 3 years, 7 months ago
  43. 0cad068 bpo-43916: Remove _disabled_new() function (GH-25745) by Victor Stinner · 3 years, 7 months ago
  44. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 3 years, 7 months ago
  45. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 3 years, 7 months ago
  46. c6ad03f bpo-43908: Make array.array type immutable (GH-25696) by Erlend Egeberg Aasland · 3 years, 7 months ago
  47. 5daf70b bpo-43908: Make re types immutable (GH-25697) by Erlend Egeberg Aasland · 3 years, 7 months ago
  48. 103d5e4 bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693) by Victor Stinner · 3 years, 7 months ago
  49. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 3 years, 7 months ago
  50. f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 3 years, 7 months ago
  51. a5e6444 bpo-43963: Add _signal module state (GH-25676) by Victor Stinner · 3 years, 7 months ago
  52. a09766d bpo-43963: Fix import _signal in subinterpreters (GH-25674) by Victor Stinner · 3 years, 7 months ago
  53. 93f4118 Fix thread locks in zlib module may go wrong in rare case. (#22126) by Ma Lin · 3 years, 7 months ago
  54. 7244c00 bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) by Erlend Egeberg Aasland · 3 years, 7 months ago
  55. 666991f bpo-18233: Add internal methods to access peer chain (GH-25467) by Christian Heimes · 3 years, 7 months ago
  56. 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 3 years, 7 months ago
  57. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 7 months ago
  58. 019e9e8 bpo-43538: Add extra arguments to os.startfile (GH-25538) by Steve Dower · 3 years, 7 months ago
  59. 7d37b86 bpo-35114: Make ssl.RAND_status() return a bool (GH-20063) by Zackery Spytz · 3 years, 7 months ago
  60. b9ad88b bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) by Christian Heimes · 3 years, 7 months ago
  61. e9194ea bpo-43852: Improve tuple creation in sqlite3 (GH-25421) by Erlend Egeberg Aasland · 3 years, 7 months ago
  62. e07d809 bpo-38222: Check specifically for a drive, not just a colon (GH-25540) by Steve Dower · 3 years, 7 months ago
  63. fe63a40 bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Steve Dower · 3 years, 7 months ago
  64. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 3 years, 7 months ago
  65. dc516ef bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) by Steve Dower · 3 years, 7 months ago
  66. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 3 years, 7 months ago
  67. 7b86e47 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Steve Dower · 3 years, 7 months ago
  68. 139c232 bpo-40137: Move state lookups out of the critical path (GH-25492) by Raymond Hettinger · 3 years, 7 months ago
  69. 3309113 bpo-43799: Also define SSLv3_method() (GH-25481) by Christian Heimes · 3 years, 7 months ago
  70. 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 3 years, 7 months ago
  71. 2875c60 bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) by Christian Heimes · 3 years, 7 months ago
  72. 89d1550 bpo-42854: Use SSL_read/write_ex() (GH-25468) by Christian Heimes · 3 years, 7 months ago
  73. aa6da32 bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463) by Christian Heimes · 3 years, 7 months ago
  74. 7f1305e bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) by Christian Heimes · 3 years, 7 months ago
  75. b8d0fa0 bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) by Christian Heimes · 3 years, 7 months ago
  76. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 3 years, 7 months ago
  77. b467d9a bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) by Christian Heimes · 3 years, 7 months ago
  78. 5cb601f bpo-43296: Handle sqlite3_value_blob() errors (GH-24674) by Erlend Egeberg Aasland · 3 years, 7 months ago
  79. def9193 bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404) by Erlend Egeberg Aasland · 3 years, 7 months ago
  80. c1ae741 bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) by Erlend Egeberg Aasland · 3 years, 7 months ago
  81. 6f1e8cc bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) by Erlend Egeberg Aasland · 3 years, 7 months ago
  82. a483388 bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) by Christian Heimes · 3 years, 7 months ago
  83. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 3 years, 7 months ago
  84. 6f37ebc bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Christian Heimes · 3 years, 7 months ago
  85. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 3 years, 7 months ago
  86. d3b73f3 bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) by Christian Heimes · 3 years, 7 months ago
  87. 04732ca bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 3 years, 7 months ago
  88. b1dc1aa bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) by Serhiy Storchaka · 3 years, 7 months ago
  89. afd1265 bpo-31956: Add start and stop parameters to array.index() (GH-25059) by Zackery Spytz · 3 years, 7 months ago
  90. 240bcf8 bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151) by Victor Stinner · 3 years, 7 months ago
  91. bec8c78 bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) by Inada Naoki · 3 years, 7 months ago
  92. cfa1766 Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)" (#25108) by Inada Naoki · 3 years, 8 months ago
  93. ff3c973 bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) by Inada Naoki · 3 years, 8 months ago
  94. 73b20ae bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) by Antoine Pitrou · 3 years, 8 months ago
  95. 068ebf9 bpo-33164: blake2: Fix Coverity scan (GH-25060) by Inada Naoki · 3 years, 8 months ago
  96. 70cdf18 bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063) by Pablo Galindo · 3 years, 8 months ago
  97. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 3 years, 8 months ago
  98. 933dfd7 bpo-40645: use C implementation of HMAC (GH-24920) by Christian Heimes · 3 years, 8 months ago
  99. 3bb1987 Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944) by Raymond Hettinger · 3 years, 8 months ago
  100. 232f4cb Fix typo in fuzzer.c (GH-25013) by Ikko Ashimine · 3 years, 8 months ago