Python 3.10.1
  1. beb8342 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years, 9 months ago
  2. 57100c8 [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811) by Miss Islington (bot) · 3 years, 9 months ago
  3. 632d589 [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) by Miss Islington (bot) · 3 years, 9 months ago
  4. e3aa9fd [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586) by Pablo Galindo Salgado · 3 years, 9 months ago
  5. ed91f95 [3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251). (GH-29343) by Erlend Egeberg Aasland · 3 years, 10 months ago
  6. 7e2c0a1 [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29323) by Łukasz Langa · 3 years, 10 months ago
  7. 1990308 bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) by Miss Islington (bot) · 3 years, 10 months ago
  8. 696a89f bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) by Miss Islington (bot) · 3 years, 10 months ago
  9. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 10 months ago
  10. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 10 months ago
  11. 70b150a [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951) by Dong-hee Na · 3 years, 10 months ago
  12. c80f0b7 [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28834) by Dong-hee Na · 3 years, 10 months ago
  13. 8772935 bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) by Miss Islington (bot) · 3 years, 10 months ago
  14. 6846d67 bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816) by Miss Islington (bot) · 3 years, 10 months ago
  15. 5afc5bb [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781) by Miss Islington (bot) · 3 years, 11 months ago
  16. d0d2965 bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738) by Miss Islington (bot) · 3 years, 11 months ago
  17. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  18. 22cf6a2 bpo-45329: Fix freed memory access in pyexpat.c (GH-28649) by Miss Islington (bot) · 3 years, 11 months ago
  19. 2221207 bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) by Miss Islington (bot) · 3 years, 11 months ago
  20. 282992b bpo-45332: Fix broken Decimal test and benchmark (GH-28680) by Miss Islington (bot) · 3 years, 11 months ago
  21. b994fee hashlib: Fix old message about unicode objects. (GH-28653) by Miss Islington (bot) · 3 years, 11 months ago
  22. 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 3 years, 11 months ago
  23. fd52afd bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) by Miss Islington (bot) · 3 years, 11 months ago
  24. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
  25. 62c74f3 bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404) by Miss Islington (bot) · 4 years ago
  26. aa6dd54 [3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). (GH-28298) by Erlend Egeberg Aasland · 4 years ago
  27. b86437b bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260) by Miss Islington (bot) · 4 years ago
  28. 23c4677 bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) by Miss Islington (bot) · 4 years ago
  29. a272ffe Remove documentation for non-existing socket class attributes (GH-28029) by Miss Islington (bot) · 4 years ago
  30. e5f259e Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27997) by Miss Islington (bot) · 4 years ago
  31. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  32. 41c87c4 bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) by Miss Islington (bot) · 4 years ago
  33. 2706785 bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) by Miss Islington (bot) · 4 years ago
  34. 2a80893 [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943) by Erlend Egeberg Aasland · 4 years ago
  35. 6ff7fef bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) by Miss Islington (bot) · 4 years ago
  36. 2b1e713 bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) by Miss Islington (bot) · 4 years ago
  37. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 4 years, 1 month ago
  38. 0cb470e [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) by Erlend Egeberg Aasland · 4 years, 1 month ago
  39. bccb7b9 bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501) by Miss Islington (bot) · 4 years, 1 month ago
  40. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 4 years, 1 month ago
  41. 5ec2757 bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308) by Miss Islington (bot) · 4 years, 1 month ago
  42. 632e8a6 bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) by Miss Islington (bot) · 4 years, 1 month ago
  43. ff7af22 bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079) by Miss Islington (bot) · 4 years, 1 month ago
  44. 02e4c0c [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151) by Erlend Egeberg Aasland · 4 years, 1 month ago
  45. 7e1d630 bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107) by Miss Islington (bot) · 4 years, 1 month ago
  46. bb260c2 [3.10] bpo-44630: Fix assertion errors in csv module (GH-27127) (GH-27129) by Miss Islington (bot) · 4 years, 1 month ago
  47. 42da46e bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085) by Miss Islington (bot) · 4 years, 1 month ago
  48. 08697ac bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) by Miss Islington (bot) · 4 years, 1 month ago
  49. 9f431dd bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) by Miss Islington (bot) · 4 years, 1 month ago
  50. 645e527 bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27041) by Miss Islington (bot) · 4 years, 1 month ago
  51. 22bcc07 bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143) by Miss Islington (bot) · 4 years, 1 month ago
  52. 8897012 bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864) by Miss Islington (bot) · 4 years, 2 months ago
  53. 88a3342 bpo-41621: Document defaultdict's default_factory parameter (GH-21945) by Miss Islington (bot) · 4 years, 2 months ago
  54. 6614eac bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824) by Miss Islington (bot) · 4 years, 2 months ago
  55. ccc95c7 [3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816) by Erlend Egeberg Aasland · 4 years, 2 months ago
  56. 28fe015 bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992) by Miss Islington (bot) · 4 years, 2 months ago
  57. 7297d74 bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) by Miss Islington (bot) · 4 years, 2 months ago
  58. 08f2b9d bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) by Miss Islington (bot) · 4 years, 2 months ago
  59. e30fe27 bpo-42972: _thread.RLock implements the GH protocol (GH-26734) by Miss Islington (bot) · 4 years, 2 months ago
  60. 4becc56 [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705) by Miss Islington (bot) · 4 years, 2 months ago
  61. f30f484 bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680) by Miss Islington (bot) · 4 years, 2 months ago
  62. c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 4 years, 2 months ago
  63. d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 4 years, 2 months ago
  64. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 2 months ago
  65. b5cedd0 bpo-44227: Update bisect docstrings (GH-26548) (GH-26563) by Miss Islington (bot) · 4 years, 2 months ago
  66. 317e9ed bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552) by Miss Islington (bot) · 4 years, 2 months ago
  67. ad2f3b7 bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545) by Miss Islington (bot) · 4 years, 2 months ago
  68. 067d6d4 bpo-43853: Handle sqlite3_value_text() errors (GH-25422) by Miss Islington (bot) · 4 years, 2 months ago
  69. 84d80f5 [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515) by Erlend Egeberg Aasland · 4 years, 3 months ago
  70. 0e9af8c bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) by Miss Islington (bot) · 4 years, 3 months ago
  71. 7fe9cad bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465) by Miss Islington (bot) · 4 years, 3 months ago
  72. f097d23 bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460) by Miss Islington (bot) · 4 years, 3 months ago
  73. ff359d7 bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461) by Miss Islington (bot) · 4 years, 3 months ago
  74. a7aa105 bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441) by Miss Islington (bot) · 4 years, 3 months ago
  75. 0d39951 [3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430) by Ken Jin · 4 years, 3 months ago
  76. 1c0106c bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423) by Miss Islington (bot) · 4 years, 3 months ago
  77. eb8ab04 bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363) (GH-26424) by Miss Islington (bot) · 4 years, 3 months ago
  78. 35be1f3 bpo-44256: Do not expose _functools._list_elem_type (GH-26416) by Miss Islington (bot) · 4 years, 3 months ago
  79. da9e0cb bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414) by Miss Islington (bot) · 4 years, 3 months ago
  80. d1c7329 bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-26413) by Miss Islington (bot) · 4 years, 3 months ago
  81. da8097a bpo-42972: Fully support GC for mmap heap types (GH-26373) by Miss Islington (bot) · 4 years, 3 months ago
  82. e73b3b1 bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26406) by Miss Islington (bot) · 4 years, 3 months ago
  83. ea47a8a bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399) by Miss Islington (bot) · 4 years, 3 months ago
  84. 0bf0500 bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) by Miss Islington (bot) · 4 years, 3 months ago
  85. 4431922 [3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398) by Miss Islington (bot) · 4 years, 3 months ago
  86. 4115996 bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393) by Miss Islington (bot) · 4 years, 3 months ago
  87. 534da74 bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114) by Miss Islington (bot) · 4 years, 3 months ago
  88. e8d9df0 bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104) by Miss Islington (bot) · 4 years, 3 months ago
  89. 46f96f0 Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26251) by Miss Islington (bot) · 4 years, 3 months ago
  90. e87fd41 Fix compiler warning in the xml module (GH-26245) (GH-26249) by Miss Islington (bot) · 4 years, 3 months ago
  91. 60fa8b3 bpo-44145: Release the GIL around HMAC_Update. (GH-26157) by Miss Islington (bot) · 4 years, 3 months ago
  92. ba260ac bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081) by Miss Islington (bot) · 4 years, 3 months ago
  93. 1ee58f2 bpo-40645: Fix ref leaks in _hashopenssl (GH-26079) by Miss Islington (bot) · 4 years, 3 months ago
  94. 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 4 years, 3 months ago
  95. 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 4 years, 3 months ago
  96. 3b2a45f bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) by Miss Islington (bot) · 4 years, 3 months ago
  97. b19ec7f Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909) by Miss Islington (bot) · 4 years, 4 months ago
  98. 912ef3f Add C-API tests (GH-25886) (#25887) by Miss Islington (bot) · 4 years, 4 months ago
  99. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
  100. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago