Python 3.10.9
  1. 300d812 [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#100059) by Łukasz Langa · 2 years, 9 months ago
  2. b914eee [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017) by Łukasz Langa · 2 years, 9 months ago
  3. b027dd7 bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) by Luke Garland · 2 years, 9 months ago
  4. a851797 [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) by Kumar Aditya · 2 years, 9 months ago
  5. 610b779 GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897) by Miss Islington (bot) · 2 years, 9 months ago
  6. c426815 bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  7. 1c5e860 [3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680) by Ronald Oussoren · 2 years, 9 months ago
  8. bc2cdfc [3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452) by Kamil Turek · 2 years, 9 months ago
  9. 14c1395 gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  10. 1b5a62b gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) by Miss Islington (bot) · 2 years, 9 months ago
  11. 380b12e gh-83004: Clean up refleak in _pickle initialisation (GH-98841) by Miss Islington (bot) · 2 years, 10 months ago
  12. 70006d6 gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842) by Miss Islington (bot) · 2 years, 10 months ago
  13. 8d44f36 gh-83004: Clean up refleak in _io initialisation (GH-98840) by Miss Islington (bot) · 2 years, 10 months ago
  14. 22bbb0c [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046) by Serhiy Storchaka · 2 years, 10 months ago
  15. 078ce68 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  16. d3d1738 [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890) by Charlie Zhao · 2 years, 10 months ago
  17. af204e4 [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677) by samypr100 · 2 years, 10 months ago
  18. 586bb1f [3.10] bpo-2716: add license for audioop module (GH-19972) (#98532) by Miss Islington (bot) · 2 years, 10 months ago
  19. e77af82 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) by Miss Islington (bot) · 2 years, 10 months ago
  20. 5074c35 Fix readline.c compiler warning. (GH-98738) by Miss Islington (bot) · 2 years, 10 months ago
  21. fd9bdde gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  22. 0e4e058 [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519) by Theo Buehler · 2 years, 10 months ago
  23. c766242 gh-98178: syslog() is not thread-safe on macOS (GH-98213) by Miss Islington (bot) · 2 years, 10 months ago
  24. 4d7d91f [3.10] Add more syslog tests (GH-97953). (GH-98101) by Serhiy Storchaka · 2 years, 10 months ago
  25. 2090eeb [3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066) by Jelle Zijlstra · 2 years, 10 months ago
  26. e73cb54 gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) by Miss Islington (bot) · 2 years, 11 months ago
  27. 11945f2 fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965) by Miss Islington (bot) · 2 years, 11 months ago
  28. 3d89ac2 [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967) by Miss Islington (bot) · 2 years, 11 months ago
  29. 769b9dc [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760) by Serhiy Storchaka · 2 years, 11 months ago
  30. 54bbb5e GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660) by Miss Islington (bot) · 2 years, 11 months ago
  31. c967049 gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) by Miss Islington (bot) · 2 years, 11 months ago
  32. 88a3f18 gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96926) by Miss Islington (bot) · 2 years, 11 months ago
  33. 3ae2be6 gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666) by Miss Islington (bot) · 3 years ago
  34. eecbb54 gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642) by Miss Islington (bot) · 3 years ago
  35. 5d82cef fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327) by Miss Islington (bot) · 3 years ago
  36. 9c04e25 gh-95878: Fix format char in datetime CAPI tests (GH-95879) by Miss Islington (bot) · 3 years ago
  37. be30a6d gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years ago
  38. ae24962 [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477) by Thomas Klausner · 3 years, 1 month ago
  39. 4ad2229 [3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345) by Kumar Aditya · 3 years, 1 month ago
  40. 657efca GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) by Miss Islington (bot) · 3 years, 1 month ago
  41. 2f9e47c gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264) by Miss Islington (bot) · 3 years, 1 month ago
  42. dd0c1a3 gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) by Miss Islington (bot) · 3 years, 1 month ago
  43. 8fd2d36 gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096) by Miss Islington (bot) · 3 years, 1 month ago
  44. 31a390e [3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963) by Miss Islington (bot) · 3 years, 1 month ago
  45. 2d79804 GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  46. 5d75edd gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  47. aa2142d bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748) by Miss Islington (bot) · 3 years, 1 month ago
  48. 916686f GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  49. d4796c2 gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago
  50. 797745e [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671) by Erlend Egeberg Aasland · 3 years, 1 month ago
  51. c5819c1 GH-94644: fix test_curses ref leak (GH-94647) by Miss Islington (bot) · 3 years, 1 month ago
  52. 5e24c80 [3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579) by Pablo Galindo Salgado · 3 years, 1 month ago
  53. 079ea44 [3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) (#94385) by Kumar Aditya · 3 years, 2 months ago
  54. c481cd6 GH-94254: Make _struct module types immutable (GH-94269) by Miss Islington (bot) · 3 years, 2 months ago
  55. deb4d04 [3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273) by Erlend Egeberg Aasland · 3 years, 2 months ago
  56. 86e49a5 [3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266) by Miss Islington (bot) · 3 years, 2 months ago
  57. 525ab8f Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117) by Miss Islington (bot) · 3 years, 2 months ago
  58. 2e8eac1 gh-94101 Disallow instantiation of SSLSession objects (GH-94102) by Miss Islington (bot) · 3 years, 2 months ago
  59. ddac87c DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090) by Miss Islington (bot) · 3 years, 2 months ago
  60. 9d73adf gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025) by Victor Stinner · 3 years, 2 months ago
  61. c4440e6 [3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) (#94011) by Erlend Egeberg Aasland · 3 years, 2 months ago
  62. 2229d34 [3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801) by Erlend Egeberg Aasland · 3 years, 2 months ago
  63. 1190b63 gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931) by Miss Islington (bot) · 3 years, 2 months ago
  64. 9041b00 bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674) by Steve Dower · 3 years, 2 months ago
  65. 8d8251a gh-90763: Modernise xx template module initialisation (GH-93078) by Miss Islington (bot) · 3 years, 2 months ago
  66. 9cc0afc [3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599) by Erlend Egeberg Aasland · 3 years, 2 months ago
  67. 550c44b gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321) by Miss Islington (bot) · 3 years, 3 months ago
  68. add8820 Fix NULL test in _testinternalcapi (GH-92861) by Miss Islington (bot) · 3 years, 3 months ago
  69. 36d42e7 Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) by Miss Islington (bot) · 3 years, 3 months ago
  70. 9be9b58 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  71. 2a2421e [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274) by Erlend Egeberg Aasland · 3 years, 4 months ago
  72. 178a238 gh-92036: Fix gc_fini_untrack() (GH-92037) by Miss Islington (bot) · 3 years, 4 months ago
  73. 62ddbbc [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079) by Serhiy Storchaka · 3 years, 4 months ago
  74. 178d79a [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147) by Erlend Egeberg Aasland · 3 years, 4 months ago
  75. ea1eba0 [3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932) by Gregory P. Smith · 3 years, 4 months ago
  76. 923ef87 gh-91734: Fix ossaudio support on Solaris (GH-91735) by Miss Islington (bot) · 3 years, 4 months ago
  77. e7e8a9f [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662) by Oleg Iarygin · 3 years, 4 months ago
  78. 9ed179b bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) by Miss Islington (bot) · 3 years, 5 months ago
  79. 5944807 [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) by Miss Islington (bot) · 3 years, 5 months ago
  80. 1b6acaa [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) (GH-32085) by Christian Heimes · 3 years, 5 months ago
  81. 1b21b55 bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Miss Islington (bot) · 3 years, 5 months ago
  82. 4c989e1 [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) by Gregory P. Smith · 3 years, 5 months ago
  83. 6fd9737 [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974) by Pablo Galindo Salgado · 3 years, 5 months ago
  84. d8ba5c1 [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806) by Jelle Zijlstra · 3 years, 5 months ago
  85. 393e2bf bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830) by Victor Stinner · 3 years, 5 months ago
  86. 5dfe981 [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777) by Jelle Zijlstra · 3 years, 5 months ago
  87. 95b001f bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759) by Miss Islington (bot) · 3 years, 5 months ago
  88. f3d3b2d [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753) by Erlend Egeberg Aasland · 3 years, 5 months ago
  89. 1e52e78 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  90. bdce188 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  91. 7b5b429 [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) by Victor Stinner · 3 years, 6 months ago
  92. 4955a9e bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  93. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 3 years, 6 months ago
  94. ba457fe [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) by Erlend Egeberg Aasland · 3 years, 6 months ago
  95. e05e3d2 [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) by Gregory P. Smith · 3 years, 6 months ago
  96. cb7551d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) by Dong-hee Na · 3 years, 6 months ago
  97. ac55cea [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) by DongGeon Lee · 3 years, 6 months ago
  98. b7a65c9 bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) by Miss Islington (bot) · 3 years, 6 months ago
  99. 8b8673f [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) by Petr Viktorin · 3 years, 6 months ago
  100. 3ceff99 bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 3 years, 6 months ago