1. ba260ac bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081) by Miss Islington (bot) · 4 years, 3 months ago
  2. 1ee58f2 bpo-40645: Fix ref leaks in _hashopenssl (GH-26079) by Miss Islington (bot) · 4 years, 3 months ago
  3. 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 4 years, 3 months ago
  4. 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 4 years, 3 months ago
  5. 3b2a45f bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) by Miss Islington (bot) · 4 years, 3 months ago
  6. b19ec7f Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909) by Miss Islington (bot) · 4 years, 3 months ago
  7. 912ef3f Add C-API tests (GH-25886) (#25887) by Miss Islington (bot) · 4 years, 3 months ago
  8. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 3 months ago
  9. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 3 months ago
  10. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 3 months ago
  11. 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 4 years, 3 months ago
  12. cbb7b9e bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823) by Erlend Egeberg Aasland · 4 years, 3 months ago
  13. c96cc08 bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 3 months ago
  14. 73766b0 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721) by Zackery Spytz · 4 years, 3 months ago
  15. 91554e4 bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) by Christian Heimes · 4 years, 3 months ago
  16. e983252 bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) by Christian Heimes · 4 years, 3 months ago
  17. 251ffa9 bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738) by Ma Lin · 4 years, 3 months ago
  18. 665c774 bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753) by Victor Stinner · 4 years, 3 months ago
  19. 7dcf0f6 bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751) by Victor Stinner · 4 years, 3 months ago
  20. 9746cda bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) by Erlend Egeberg Aasland · 4 years, 3 months ago
  21. 387397f bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750) by Erlend Egeberg Aasland · 4 years, 3 months ago
  22. 0cad068 bpo-43916: Remove _disabled_new() function (GH-25745) by Victor Stinner · 4 years, 3 months ago
  23. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 3 months ago
  24. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 3 months ago
  25. c6ad03f bpo-43908: Make array.array type immutable (GH-25696) by Erlend Egeberg Aasland · 4 years, 4 months ago
  26. 5daf70b bpo-43908: Make re types immutable (GH-25697) by Erlend Egeberg Aasland · 4 years, 4 months ago
  27. 103d5e4 bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693) by Victor Stinner · 4 years, 4 months ago
  28. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
  29. f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 4 years, 4 months ago
  30. a5e6444 bpo-43963: Add _signal module state (GH-25676) by Victor Stinner · 4 years, 4 months ago
  31. a09766d bpo-43963: Fix import _signal in subinterpreters (GH-25674) by Victor Stinner · 4 years, 4 months ago
  32. 93f4118 Fix thread locks in zlib module may go wrong in rare case. (#22126) by Ma Lin · 4 years, 4 months ago
  33. 7244c00 bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) by Erlend Egeberg Aasland · 4 years, 4 months ago
  34. 666991f bpo-18233: Add internal methods to access peer chain (GH-25467) by Christian Heimes · 4 years, 4 months ago
  35. 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 4 years, 4 months ago
  36. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 4 years, 4 months ago
  37. 019e9e8 bpo-43538: Add extra arguments to os.startfile (GH-25538) by Steve Dower · 4 years, 4 months ago
  38. 7d37b86 bpo-35114: Make ssl.RAND_status() return a bool (GH-20063) by Zackery Spytz · 4 years, 4 months ago
  39. b9ad88b bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) by Christian Heimes · 4 years, 4 months ago
  40. e9194ea bpo-43852: Improve tuple creation in sqlite3 (GH-25421) by Erlend Egeberg Aasland · 4 years, 4 months ago
  41. e07d809 bpo-38222: Check specifically for a drive, not just a colon (GH-25540) by Steve Dower · 4 years, 4 months ago
  42. fe63a40 bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Steve Dower · 4 years, 4 months ago
  43. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 4 months ago
  44. dc516ef bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) by Steve Dower · 4 years, 4 months ago
  45. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 4 years, 4 months ago
  46. 7b86e47 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Steve Dower · 4 years, 4 months ago
  47. 139c232 bpo-40137: Move state lookups out of the critical path (GH-25492) by Raymond Hettinger · 4 years, 4 months ago
  48. 3309113 bpo-43799: Also define SSLv3_method() (GH-25481) by Christian Heimes · 4 years, 4 months ago
  49. 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 4 years, 4 months ago
  50. 2875c60 bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) by Christian Heimes · 4 years, 4 months ago
  51. 89d1550 bpo-42854: Use SSL_read/write_ex() (GH-25468) by Christian Heimes · 4 years, 4 months ago
  52. aa6da32 bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463) by Christian Heimes · 4 years, 4 months ago
  53. 7f1305e bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) by Christian Heimes · 4 years, 4 months ago
  54. b8d0fa0 bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) by Christian Heimes · 4 years, 4 months ago
  55. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  56. b467d9a bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) by Christian Heimes · 4 years, 4 months ago
  57. 5cb601f bpo-43296: Handle sqlite3_value_blob() errors (GH-24674) by Erlend Egeberg Aasland · 4 years, 4 months ago
  58. def9193 bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404) by Erlend Egeberg Aasland · 4 years, 4 months ago
  59. c1ae741 bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) by Erlend Egeberg Aasland · 4 years, 4 months ago
  60. 6f1e8cc bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) by Erlend Egeberg Aasland · 4 years, 4 months ago
  61. a483388 bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) by Christian Heimes · 4 years, 4 months ago
  62. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 4 months ago
  63. 6f37ebc bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Christian Heimes · 4 years, 4 months ago
  64. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 4 years, 4 months ago
  65. d3b73f3 bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) by Christian Heimes · 4 years, 4 months ago
  66. 04732ca bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
  67. b1dc1aa bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) by Serhiy Storchaka · 4 years, 4 months ago
  68. afd1265 bpo-31956: Add start and stop parameters to array.index() (GH-25059) by Zackery Spytz · 4 years, 4 months ago
  69. 240bcf8 bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151) by Victor Stinner · 4 years, 4 months ago
  70. bec8c78 bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) by Inada Naoki · 4 years, 4 months ago
  71. cfa1766 Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)" (#25108) by Inada Naoki · 4 years, 4 months ago
  72. ff3c973 bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) by Inada Naoki · 4 years, 4 months ago
  73. 73b20ae bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) by Antoine Pitrou · 4 years, 5 months ago
  74. 068ebf9 bpo-33164: blake2: Fix Coverity scan (GH-25060) by Inada Naoki · 4 years, 5 months ago
  75. 70cdf18 bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063) by Pablo Galindo · 4 years, 5 months ago
  76. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  77. 933dfd7 bpo-40645: use C implementation of HMAC (GH-24920) by Christian Heimes · 4 years, 5 months ago
  78. 3bb1987 Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944) by Raymond Hettinger · 4 years, 5 months ago
  79. 232f4cb Fix typo in fuzzer.c (GH-25013) by Ikko Ashimine · 4 years, 5 months ago
  80. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 4 years, 5 months ago
  81. cdddc2b bpo-43422: Revert _decimal C API addition (GH-24960) by Antoine Pitrou · 4 years, 5 months ago
  82. 77cde50 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Christian Heimes · 4 years, 5 months ago
  83. b05b48d bpo-43571: Add IPPROTO_MPTCP macro (GH-24946) by Rui Cunha · 4 years, 5 months ago
  84. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  85. e0b4aa0 bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011) by Chris Burr · 4 years, 5 months ago
  86. 448801d bpo-41361: Optimized argument parsing for deque_rotate (GH-24796) by Dennis Sweeney · 4 years, 5 months ago
  87. 9c376bc bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836) by Pablo Galindo · 4 years, 5 months ago
  88. 2256a28 bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) by Erlend Egeberg Aasland · 4 years, 5 months ago
  89. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 5 months ago
  90. b4f9089 bpo-43439: Add audit hooks for gc functions (GH-24794) by Pablo Galindo · 4 years, 5 months ago
  91. 68245b7 bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) by Antoine Pitrou · 4 years, 5 months ago
  92. e161ec5 bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723) by Erlend Egeberg Aasland · 4 years, 5 months ago
  93. c61ec7e bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737) by Brandt Bucher · 4 years, 5 months ago
  94. 3b4b2cf bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706) by Mariusz Felisiak · 4 years, 5 months ago
  95. 09605ad missing multiply symbol in the documentation (GH-24686) by Alperen Serkan Aksöz · 4 years, 5 months ago
  96. 25e244c bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305) by Alex Henrie · 4 years, 5 months ago
  97. 0d7ad9f bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850) by Filipe Laíns · 4 years, 5 months ago
  98. 2183d06 bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609) by Erlend Egeberg Aasland · 4 years, 6 months ago
  99. bf9de7a bpo-43335: Update macro to check gcc version (GH-24662) by Dong-hee Na · 4 years, 6 months ago
  100. 5e48e83 bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658) by Erlend Egeberg Aasland · 4 years, 6 months ago