Python 3.11.9
  1. 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
  2. 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
  3. 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
  4. 23a1c9f [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077) by jkriegshauser · 1 year, 5 months ago
  5. f292b07 [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665) by Victor Stinner · 1 year, 5 months ago
  6. 52c4117 [3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (GH-116542) (#116644) by Miss Islington (bot) · 1 year, 5 months ago
  7. 6ae6d46 [3.11] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) (#116594) by Miss Islington (bot) · 1 year, 5 months ago
  8. 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, 5 months ago
  9. 3abf267 [3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497) by Miss Islington (bot) · 1 year, 5 months ago
  10. fa7f278 [3.11] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (GH-116449) (#116453) by Miss Islington (bot) · 1 year, 5 months ago
  11. fc9da96 [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) by Sebastian Pipping · 1 year, 5 months ago
  12. d69bef6 [3.11] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (GH-116405) (#116407) by Miss Islington (bot) · 1 year, 5 months ago
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. e071b0d [3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) by Seth Michael Larson · 1 year, 6 months ago
  19. 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
  20. 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
  21. f4146a2 [3.11] gh-114670: Fix `_testbuffer` module initialization (GH-114672) (#115271) by Miss Islington (bot) · 1 year, 6 months ago
  22. 20c6535 [3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115206) by Miss Islington (bot) · 1 year, 6 months ago
  23. 214ac16 [3.11] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (ПР-115158) by Miss Islington (bot) · 1 year, 6 months ago
  24. 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, 6 months ago
  25. a113124 [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045) by Peter Lazorchak · 1 year, 6 months ago
  26. ead9e78 [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115069) by Erlend E. Aasland · 1 year, 6 months ago
  27. d326d52 gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) by Miss Islington (bot) · 1 year, 7 months ago
  28. d7cbb04 Use Unicode unconditionally for _winapi.CreateFile (GH-114611) by Steve Dower · 1 year, 7 months ago
  29. 666d07f [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503) by Miss Islington (bot) · 1 year, 7 months ago
  30. 2c98724 [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-114243) by Serhiy Storchaka · 1 year, 7 months ago
  31. 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
  32. 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
  33. 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
  34. fb5cec9 gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089) by Steve Dower · 1 year, 7 months ago
  35. 186c021 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Steve Dower · 1 year, 7 months ago
  36. d15e1ac gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) by Miss Islington (bot) · 1 year, 7 months ago
  37. 4db8d3b [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809) by Miss Islington (bot) · 1 year, 7 months ago
  38. 5da53d3 [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167) by Diego Russo · 1 year, 8 months ago
  39. 3615349 [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113624) by Serhiy Storchaka · 1 year, 8 months ago
  40. 8938495 [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578) by Guido van Rossum · 1 year, 8 months ago
  41. 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
  42. 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
  43. b49c963 [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766) by Diego Russo · 1 year, 9 months ago
  44. 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
  45. 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
  46. 3eea835 [3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112691) by Miss Islington (bot) · 1 year, 9 months ago
  47. 0443f92 [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (GH-10415) by Alexey Izbyshev · 1 year, 9 months ago
  48. 42dd261 [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488) by Miss Islington (bot) · 1 year, 9 months ago
  49. 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
  50. e2421a3 [3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059) by Miss Islington (bot) · 1 year, 9 months ago
  51. 5a6d1db [3.11] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111991) by Miss Islington (bot) · 1 year, 9 months ago
  52. 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, 9 months ago
  53. 7b55a95 [3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111298) by Miss Islington (bot) · 1 year, 9 months ago
  54. 226f4bc [3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920) by Brett Cannon · 1 year, 9 months ago
  55. 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
  56. 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
  57. 69bcaf7 gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) by Miss Islington (bot) · 1 year, 10 months ago
  58. 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
  59. 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
  60. 7fefed0 [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110614) by Miss Islington (bot) · 1 year, 10 months ago
  61. 1942721 [3.11] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110581) by Miss Islington (bot) · 1 year, 10 months ago
  62. 9e9df93 [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575) by Bo Anderson · 1 year, 10 months ago
  63. 34c7793 [3.11] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#110390) by Miss Islington (bot) · 1 year, 11 months ago
  64. 190e8fb [3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127) by Victor Stinner · 1 year, 11 months ago
  65. 615d7fc [3.11] gh-110052: Fix faulthandler for freed tstate (#110069) (#110072) by Victor Stinner · 1 year, 11 months ago
  66. 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
  67. f764abb [3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109897) by Miss Islington (bot) · 1 year, 11 months ago
  68. 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
  69. 0afae89 [3.11] gh-109795: `_thread.start_new_thread`: allocate thread bootstate usin… (#109852) by Victor Stinner · 1 year, 11 months ago
  70. 0c79353 [3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#109668) by Victor Stinner · 1 year, 11 months ago
  71. 82a1806 [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) by Victor Stinner · 2 years ago
  72. b55cf2c [3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109134) by Victor Stinner · 2 years ago
  73. 6ba1234 [3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958) by Gregory P. Smith · 2 years ago
  74. d79216d [3.11] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108656) by Erlend E. Aasland · 2 years ago
  75. bd951cd [3.11] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108548) by Erlend E. Aasland · 2 years ago
  76. b9fc536 [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) by Serhiy Storchaka · 2 years ago
  77. c3d129f [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412) by Łukasz Langa · 2 years ago
  78. d678ee7 [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215) by Hugo van Kemenade · 2 years ago
  79. dd0a1f9 [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266) by Miss Islington (bot) · 2 years ago
  80. cc42182 [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264) by Erlend E. Aasland · 2 years ago
  81. e0ca342 [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137) by Erlend E. Aasland · 2 years ago
  82. 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
  83. ccf81e1 [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982) by Steve Dower · 2 years ago
  84. ec254c5 [3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875) by Serhiy Storchaka · 2 years ago
  85. 22b39d1 [3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741) by Serhiy Storchaka · 2 years ago
  86. 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
  87. a15d06c [3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490) by Charlie Zhao · 2 years, 1 month ago
  88. 57f27e4 [3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107488) by Łukasz Langa · 2 years, 1 month ago
  89. 4049c5d [3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#107415) by justdan6 · 2 years, 1 month ago
  90. c7d9976 [3.11] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107356) by Miss Islington (bot) · 2 years, 1 month ago
  91. 36208b5 [3.11] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107259) by Miss Islington (bot) · 2 years, 1 month ago
  92. b8b3e6a [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) by Serhiy Storchaka · 2 years, 1 month ago
  93. fced79f [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863) by Serhiy Storchaka · 2 years, 1 month ago
  94. 3841af4 [3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (GH-106849) (GH-106851) by Serhiy Storchaka · 2 years, 1 month ago
  95. a782d51 [3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106836) by Miss Islington (bot) · 2 years, 1 month ago
  96. d488970 [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710) by Dennis Sweeney · 2 years, 1 month ago
  97. dbe416b [3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106040) by Serhiy Storchaka · 2 years, 2 months ago
  98. 2b1745f [3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667) (#105721) by Erlend E. Aasland · 2 years, 2 months ago
  99. 36c393c [3.11] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686) (#105711) by Erlend E. Aasland · 2 years, 2 months ago
  100. 261d0b4 [3.11] gh-105436: The environment block should end with two null wchar_t values (GH-105495) (#105701) by Miss Islington (bot) · 2 years, 2 months ago