1. 553d706 [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240) by Seth Michael Larson · 5 months ago
  2. ba49eab [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131362) by Seth Michael Larson · 5 months ago
  3. 4588712 [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) (GH-131970) by Victor Stinner · 5 months ago
  4. 2e161e2 [3.11] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126798) by Seth Michael Larson · 9 months ago
  5. e33b6fc [3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#126542) by Petr Viktorin · 10 months ago
  6. b582d52 [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709) by Seth Michael Larson · 12 months ago
  7. 522799a [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336) by ChuBoning · 12 months ago
  8. 697beec [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734) by Steve Dower · 12 months ago
  9. 8a978a7 [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314) by Inada Naoki · 1 year ago
  10. d542a9b [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122118) by Łukasz Langa · 1 year, 1 month ago
  11. 35c799d [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739) by Steve Dower · 1 year, 3 months ago
  12. 8133285 [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185) by Seth Michael Larson · 1 year, 4 months ago
  13. 65a0923 [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117318) by Miss Islington (bot) · 1 year, 5 months ago
  14. 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
  15. 7323c4d [3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070) (GH-117075) by Serhiy Storchaka · 1 year, 5 months ago
  16. 23a1c9f [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077) by jkriegshauser · 1 year, 5 months ago
  17. f292b07 [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665) by Victor Stinner · 1 year, 5 months ago
  18. 52c4117 [3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (GH-116542) (#116644) by Miss Islington (bot) · 1 year, 5 months ago
  19. 6ae6d46 [3.11] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) (#116594) by Miss Islington (bot) · 1 year, 5 months ago
  20. f2898f8 [3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116540) by Miss Islington (bot) · 1 year, 6 months ago
  21. 3abf267 [3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497) by Miss Islington (bot) · 1 year, 6 months ago
  22. fa7f278 [3.11] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (GH-116449) (#116453) by Miss Islington (bot) · 1 year, 6 months ago
  23. fc9da96 [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) by Sebastian Pipping · 1 year, 6 months ago
  24. d69bef6 [3.11] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (GH-116405) (#116407) by Miss Islington (bot) · 1 year, 6 months ago
  25. f2b1f6b [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115907) by Serhiy Storchaka · 1 year, 6 months ago
  26. a4a28e5 [3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115867) by Miss Islington (bot) · 1 year, 6 months ago
  27. 9068c8c [3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) (GH-115738) by Serhiy Storchaka · 1 year, 6 months ago
  28. 01c37f1 [3.11] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573) (#115549) by Miss Islington (bot) · 1 year, 6 months ago
  29. a5eaa14 [3.11] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) (GH-115600) by Miss Islington (bot) · 1 year, 6 months ago
  30. e071b0d [3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) by Seth Michael Larson · 1 year, 6 months ago
  31. 0e07ebd [3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115466) by Miss Islington (bot) · 1 year, 6 months ago
  32. b86fdf2 [3.11] gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) (GH-115384) by John Belmonte · 1 year, 6 months ago
  33. f4146a2 [3.11] gh-114670: Fix `_testbuffer` module initialization (GH-114672) (#115271) by Miss Islington (bot) · 1 year, 6 months ago
  34. 20c6535 [3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115206) by Miss Islington (bot) · 1 year, 7 months ago
  35. 214ac16 [3.11] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (ПР-115158) by Miss Islington (bot) · 1 year, 7 months ago
  36. 350d1d0 [3.11] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 license (GH-115094) (GH-115095) by Miss Islington (bot) · 1 year, 7 months ago
  37. a113124 [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045) by Peter Lazorchak · 1 year, 7 months ago
  38. ead9e78 [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115069) by Erlend E. Aasland · 1 year, 7 months ago
  39. d326d52 gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) by Miss Islington (bot) · 1 year, 7 months ago
  40. d7cbb04 Use Unicode unconditionally for _winapi.CreateFile (GH-114611) by Steve Dower · 1 year, 7 months ago
  41. 666d07f [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503) by Miss Islington (bot) · 1 year, 7 months ago
  42. 2c98724 [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-114243) by Serhiy Storchaka · 1 year, 7 months ago
  43. 6742445 [3.11] gh-111777: Fix assertion errors on incorrectly still-tracked GC object destruction (GH-111778) (GH-111990) by Miss Islington (bot) · 1 year, 7 months ago
  44. 99a7bdc [3.11] gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786) (GH-113906) by Miss Islington (bot) · 1 year, 7 months ago
  45. 76d0c4b [3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114182) by Miss Islington (bot) · 1 year, 7 months ago
  46. fb5cec9 gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089) by Steve Dower · 1 year, 7 months ago
  47. 186c021 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Steve Dower · 1 year, 7 months ago
  48. d15e1ac gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) by Miss Islington (bot) · 1 year, 7 months ago
  49. 4db8d3b [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809) by Miss Islington (bot) · 1 year, 8 months ago
  50. 5da53d3 [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167) by Diego Russo · 1 year, 8 months ago
  51. 3615349 [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113624) by Serhiy Storchaka · 1 year, 8 months ago
  52. 8938495 [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578) by Guido van Rossum · 1 year, 8 months ago
  53. 656eb16 [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541) by Miss Islington (bot) · 1 year, 8 months ago
  54. 1cc594d [3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112598) by Miss Islington (bot) · 1 year, 8 months ago
  55. b49c963 [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766) by Diego Russo · 1 year, 9 months ago
  56. be4acc7 [3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112725) by Miss Islington (bot) · 1 year, 9 months ago
  57. e3d380d [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112700) by Miss Islington (bot) · 1 year, 9 months ago
  58. 3eea835 [3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112691) by Miss Islington (bot) · 1 year, 9 months ago
  59. 0443f92 [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (GH-10415) by Alexey Izbyshev · 1 year, 9 months ago
  60. 42dd261 [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488) by Miss Islington (bot) · 1 year, 9 months ago
  61. 054d18e [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112465) by Serhiy Storchaka · 1 year, 9 months ago
  62. e2421a3 [3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059) by Miss Islington (bot) · 1 year, 9 months ago
  63. 5a6d1db [3.11] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111991) by Miss Islington (bot) · 1 year, 10 months ago
  64. cd3e2d3 [3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111967) by Miss Islington (bot) · 1 year, 10 months ago
  65. 7b55a95 [3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111298) by Miss Islington (bot) · 1 year, 10 months ago
  66. 226f4bc [3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920) by Brett Cannon · 1 year, 10 months ago
  67. bd4cc47 [3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-111771) by Donghee Na · 1 year, 10 months ago
  68. bb92fda [3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111315) by Miss Islington (bot) · 1 year, 10 months ago
  69. 69bcaf7 gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) by Miss Islington (bot) · 1 year, 10 months ago
  70. 5c55f50 [3.11] [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) (GH-110889) by Serhiy Storchaka · 1 year, 10 months ago
  71. 1c26f1c [3.11] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110860) by Miss Islington (bot) · 1 year, 10 months ago
  72. 7fefed0 [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110614) by Miss Islington (bot) · 1 year, 11 months ago
  73. 1942721 [3.11] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110581) by Miss Islington (bot) · 1 year, 11 months ago
  74. 9e9df93 [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575) by Bo Anderson · 1 year, 11 months ago
  75. 34c7793 [3.11] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#110390) by Miss Islington (bot) · 1 year, 11 months ago
  76. 190e8fb [3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127) by Victor Stinner · 1 year, 11 months ago
  77. 615d7fc [3.11] gh-110052: Fix faulthandler for freed tstate (#110069) (#110072) by Victor Stinner · 1 year, 11 months ago
  78. 8ed9bda [3.11] gh-109098: Fuzz re module instead of internal sre (GH-109911) (GH-109933) by Miss Islington (bot) · 1 year, 11 months ago
  79. f764abb [3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109897) by Miss Islington (bot) · 1 year, 11 months ago
  80. 97f7e9d [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (GH-109885) by Miss Islington (bot) · 1 year, 11 months ago
  81. 0afae89 [3.11] gh-109795: `_thread.start_new_thread`: allocate thread bootstate usin… (#109852) by Victor Stinner · 1 year, 11 months ago
  82. 0c79353 [3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#109668) by Victor Stinner · 1 year, 11 months ago
  83. 82a1806 [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) by Victor Stinner · 2 years ago
  84. b55cf2c [3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109134) by Victor Stinner · 2 years ago
  85. 6ba1234 [3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958) by Gregory P. Smith · 2 years ago
  86. d79216d [3.11] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108656) by Erlend E. Aasland · 2 years ago
  87. bd951cd [3.11] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108548) by Erlend E. Aasland · 2 years ago
  88. b9fc536 [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) by Serhiy Storchaka · 2 years ago
  89. c3d129f [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412) by Łukasz Langa · 2 years ago
  90. d678ee7 [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215) by Hugo van Kemenade · 2 years ago
  91. dd0a1f9 [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266) by Miss Islington (bot) · 2 years ago
  92. cc42182 [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264) by Erlend E. Aasland · 2 years ago
  93. e0ca342 [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137) by Erlend E. Aasland · 2 years ago
  94. 26137e2 [3.11] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (GH-108004) by Serhiy Storchaka · 2 years ago
  95. ccf81e1 [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982) by Steve Dower · 2 years ago
  96. ec254c5 [3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875) by Serhiy Storchaka · 2 years ago
  97. 22b39d1 [3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741) by Serhiy Storchaka · 2 years, 1 month ago
  98. 4f65f03 [3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107588) by Miss Islington (bot) · 2 years, 1 month ago
  99. a15d06c [3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490) by Charlie Zhao · 2 years, 1 month ago
  100. 57f27e4 [3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107488) by Łukasz Langa · 2 years, 1 month ago