Python 3.11.2
  1. 955ba28 [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636) by Łukasz Langa · 2 years, 6 months ago
  2. d003bcc gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544) by Miss Islington (bot) · 2 years, 6 months ago
  3. 9bd000c gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388) by Miss Islington (bot) · 2 years, 6 months ago
  4. fa7c37a [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (#101339) by Gregory P. Smith · 2 years, 7 months ago
  5. cd0fe5b [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328) by Shantanu · 2 years, 7 months ago
  6. 5964b12 gh-100795: Don't call freeaddrinfo on failure. (GH-101252) by Miss Islington (bot) · 2 years, 7 months ago
  7. 3ef9f6b gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103) by Miss Islington (bot) · 2 years, 7 months ago
  8. 87ade7e gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947) by Steve Dower · 2 years, 7 months ago
  9. e707671 [3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937) by Kumar Aditya · 2 years, 7 months ago
  10. 2d1128e GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364) by Miss Islington (bot) · 2 years, 7 months ago
  11. 6c7e32f gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745) by Miss Islington (bot) · 2 years, 7 months ago
  12. d0a9bc5 gh-100649: Update native_thread_id after fork (gh-100650) by Miss Islington (bot) · 2 years, 8 months ago
  13. ebe4288 [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568) by Kumar Aditya · 2 years, 8 months ago
  14. a3dbd4c [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368) by colorfulappl · 2 years, 8 months ago
  15. 57e727a [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478) by Bill Fisher · 2 years, 8 months ago
  16. f6fe4bb [3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (GH-100452) by Miss Islington (bot) · 2 years, 8 months ago
  17. 3e715e0 gh-78878: Fix crash when creating an instance of `_ctypes.CField` (GH-14837) by Miss Islington (bot) · 2 years, 8 months ago
  18. bed1d14 [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100385) by colorfulappl · 2 years, 8 months ago
  19. ba8e30c [3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100352) by colorfulappl · 2 years, 8 months ago
  20. c42a4ad [3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338) by colorfulappl · 2 years, 8 months ago
  21. dd323af [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230) by colorfulappl · 2 years, 8 months ago
  22. 3fae04b [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949) by Serhiy Storchaka · 2 years, 9 months ago
  23. 32a2193 [3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016) by Łukasz Langa · 2 years, 9 months ago
  24. 374b0a2 [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973) by Luke Garland · 2 years, 9 months ago
  25. 6f658dd [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) by Kumar Aditya · 2 years, 9 months ago
  26. 3e3980b GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897) by Miss Islington (bot) · 2 years, 9 months ago
  27. c06f74f bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  28. f38eebb GH-97001: Release GIL in termios extension (GH-99503) by Miss Islington (bot) · 2 years, 9 months ago
  29. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  30. aa06786 [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638) by Miss Islington (bot) · 2 years, 9 months ago
  31. 5971a65 gh-99370: Calculate zip path from prefix when in a venv (GH-99371) by Miss Islington (bot) · 2 years, 9 months ago
  32. 51c68cf [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449) by Gregory P. Smith · 2 years, 9 months ago
  33. bf76d9b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  34. c9f2177 gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) by Miss Islington (bot) · 2 years, 9 months ago
  35. 1082890 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288) by Victor Stinner · 2 years, 9 months ago
  36. 2d00190 gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) by Miss Islington (bot) · 2 years, 9 months ago
  37. 58c8c1d gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) by Miss Islington (bot) · 2 years, 9 months ago
  38. 5707792 gh-83004: Clean up refleak in _pickle initialisation (GH-98841) by Miss Islington (bot) · 2 years, 10 months ago
  39. 4b1e45e gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842) by Miss Islington (bot) · 2 years, 10 months ago
  40. 29c3dc0 gh-83004: Clean up refleak in _io initialisation (GH-98840) by Miss Islington (bot) · 2 years, 10 months ago
  41. d8c11b7 gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123) by Miss Islington (bot) · 2 years, 10 months ago
  42. 46a493e gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300) by Miss Islington (bot) · 2 years, 10 months ago
  43. eb023a8 gh-98740: Fix validation of conditional expressions in RE (GH-98764) by Miss Islington (bot) · 2 years, 10 months ago
  44. 3ff659a gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936) by Steve Dower · 2 years, 10 months ago
  45. 8495af8 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  46. 2b0cbb9 [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889) by Charlie Zhao · 2 years, 10 months ago
  47. c5f3f29 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) by Miss Islington (bot) · 2 years, 10 months ago
  48. 75990a5 Fix readline.c compiler warning. (GH-98738) by Miss Islington (bot) · 2 years, 10 months ago
  49. db14a9d gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  50. 68f25e2 bpo-2716: add license for audioop module (GH-19972) by Miss Islington (bot) · 2 years, 10 months ago
  51. 39eaca8 [3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317) by Jelle Zijlstra · 2 years, 10 months ago
  52. 93d0d9c [3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283) by Jelle Zijlstra · 2 years, 10 months ago
  53. c7761bb gh-98178: syslog() is not thread-safe on macOS (GH-98213) by Miss Islington (bot) · 2 years, 10 months ago
  54. f6e50b8 [3.11] Add more syslog tests (GH-97953). (GH-98096) by Serhiy Storchaka · 2 years, 10 months ago
  55. 1573211 [3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065) by Jelle Zijlstra · 2 years, 10 months ago
  56. c2f21af gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) by Miss Islington (bot) · 2 years, 11 months ago
  57. e39b511 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
  58. d163d59 GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999) by Miss Islington (bot) · 2 years, 11 months ago
  59. 6057030 [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969) by Miss Islington (bot) · 2 years, 11 months ago
  60. 73e3510 gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759) by Miss Islington (bot) · 2 years, 11 months ago
  61. f07ee41 [3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757) by Serhiy Storchaka · 2 years, 11 months ago
  62. 3124618 GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660) by Miss Islington (bot) · 2 years, 11 months ago
  63. 6537bc9 gh-94526: getpath_dirname() no longer encodes the path (GH-97645) by Miss Islington (bot) · 2 years, 11 months ago
  64. 6d9905f gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) by Miss Islington (bot) · 2 years, 11 months ago
  65. 3bf8e0f gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927) by Miss Islington (bot) · 2 years, 11 months ago
  66. bc337a7 [3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038) by Christian Heimes · 3 years ago
  67. c4cf745 GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787) by Miss Islington (bot) · 3 years ago
  68. 4958820 [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749) by Christian Heimes · 3 years ago
  69. 3d6e6be gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666) by Miss Islington (bot) · 3 years ago
  70. 8228433 gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642) by Miss Islington (bot) · 3 years ago
  71. 26dc4df [3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#96617) by Mark Shannon · 3 years ago
  72. 6bd95f9 fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327) by Miss Islington (bot) · 3 years ago
  73. af3e491 gh-95808: Add missing early returns in _asynciomodule.c (GH-95809) by Miss Islington (bot) · 3 years ago
  74. 731732a gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885) by Miss Islington (bot) · 3 years ago
  75. cb02dc0 [3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664) by Pablo Galindo Salgado · 3 years ago
  76. 5ac3d0f gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652) by Miss Islington (bot) · 3 years ago
  77. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years ago
  78. c521c5c gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years ago
  79. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years ago
  80. 2ab5601 GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604) by Mark Shannon · 3 years ago
  81. 06b5f78 [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308) by Christian Heimes · 3 years, 1 month ago
  82. db13c0c [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272) by Christian Heimes · 3 years, 1 month ago
  83. 7813d97 [3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342) by Kumar Aditya · 3 years, 1 month ago
  84. 503a3a7 [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336) by Miss Islington (bot) · 3 years, 1 month ago
  85. 6b01fc70 GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) by Miss Islington (bot) · 3 years, 1 month ago
  86. 9640c4c gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264) by Miss Islington (bot) · 3 years, 1 month ago
  87. 820904e gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261) by Miss Islington (bot) · 3 years, 1 month ago
  88. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  89. f15be2f gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165) by Miss Islington (bot) · 3 years, 1 month ago
  90. 5d3f2fb [3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158) by Erlend Egeberg Aasland · 3 years, 1 month ago
  91. 120f226 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
  92. 84d58ad GH-90699: fix ref counting of static immortal strings (gh-94850) by Miss Islington (bot) · 3 years, 1 month ago
  93. 9487e8d GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  94. ec6ed66 gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) by Miss Islington (bot) · 3 years, 1 month ago
  95. a914fa9 GH-94857: fix test_io refleak (GH-94858) by Miss Islington (bot) · 3 years, 1 month ago
  96. 65d87a2 gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  97. 91f7914 GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) by Miss Islington (bot) · 3 years, 1 month ago
  98. 91176d3 [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747) by Miss Islington (bot) · 3 years, 1 month ago
  99. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  100. a61870e gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago