Python 3.11.1
  1. 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
  2. 32a2193 [3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016) by Łukasz Langa · 2 years, 9 months ago
  3. 374b0a2 [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973) by Luke Garland · 2 years, 9 months ago
  4. 6f658dd [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) by Kumar Aditya · 2 years, 9 months ago
  5. 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
  6. c06f74f bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  7. f38eebb GH-97001: Release GIL in termios extension (GH-99503) by Miss Islington (bot) · 2 years, 9 months ago
  8. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  9. 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
  10. 5971a65 gh-99370: Calculate zip path from prefix when in a venv (GH-99371) by Miss Islington (bot) · 2 years, 9 months ago
  11. 51c68cf [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449) by Gregory P. Smith · 2 years, 9 months ago
  12. bf76d9b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  13. c9f2177 gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) by Miss Islington (bot) · 2 years, 9 months ago
  14. 1082890 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288) by Victor Stinner · 2 years, 9 months ago
  15. 2d00190 gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) by Miss Islington (bot) · 2 years, 9 months ago
  16. 58c8c1d gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) by Miss Islington (bot) · 2 years, 9 months ago
  17. 5707792 gh-83004: Clean up refleak in _pickle initialisation (GH-98841) by Miss Islington (bot) · 2 years, 10 months ago
  18. 4b1e45e gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842) by Miss Islington (bot) · 2 years, 10 months ago
  19. 29c3dc0 gh-83004: Clean up refleak in _io initialisation (GH-98840) by Miss Islington (bot) · 2 years, 10 months ago
  20. d8c11b7 gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123) by Miss Islington (bot) · 2 years, 10 months ago
  21. 46a493e gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300) by Miss Islington (bot) · 2 years, 10 months ago
  22. eb023a8 gh-98740: Fix validation of conditional expressions in RE (GH-98764) by Miss Islington (bot) · 2 years, 10 months ago
  23. 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
  24. 8495af8 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  25. 2b0cbb9 [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889) by Charlie Zhao · 2 years, 10 months ago
  26. c5f3f29 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) by Miss Islington (bot) · 2 years, 10 months ago
  27. 75990a5 Fix readline.c compiler warning. (GH-98738) by Miss Islington (bot) · 2 years, 10 months ago
  28. db14a9d gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  29. 68f25e2 bpo-2716: add license for audioop module (GH-19972) by Miss Islington (bot) · 2 years, 10 months ago
  30. 39eaca8 [3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317) by Jelle Zijlstra · 2 years, 10 months ago
  31. 93d0d9c [3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283) by Jelle Zijlstra · 2 years, 10 months ago
  32. c7761bb gh-98178: syslog() is not thread-safe on macOS (GH-98213) by Miss Islington (bot) · 2 years, 10 months ago
  33. f6e50b8 [3.11] Add more syslog tests (GH-97953). (GH-98096) by Serhiy Storchaka · 2 years, 10 months ago
  34. 1573211 [3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065) by Jelle Zijlstra · 2 years, 10 months ago
  35. c2f21af gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) by Miss Islington (bot) · 2 years, 10 months ago
  36. 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
  37. d163d59 GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999) by Miss Islington (bot) · 2 years, 11 months ago
  38. 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
  39. 73e3510 gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759) by Miss Islington (bot) · 2 years, 11 months ago
  40. 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
  41. 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
  42. 6537bc9 gh-94526: getpath_dirname() no longer encodes the path (GH-97645) by Miss Islington (bot) · 2 years, 11 months ago
  43. 6d9905f gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) by Miss Islington (bot) · 2 years, 11 months ago
  44. 3bf8e0f gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927) by Miss Islington (bot) · 2 years, 11 months ago
  45. bc337a7 [3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038) by Christian Heimes · 3 years ago
  46. c4cf745 GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787) by Miss Islington (bot) · 3 years ago
  47. 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
  48. 3d6e6be gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666) by Miss Islington (bot) · 3 years ago
  49. 8228433 gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642) by Miss Islington (bot) · 3 years ago
  50. 26dc4df [3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#96617) by Mark Shannon · 3 years ago
  51. 6bd95f9 fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327) by Miss Islington (bot) · 3 years ago
  52. af3e491 gh-95808: Add missing early returns in _asynciomodule.c (GH-95809) by Miss Islington (bot) · 3 years ago
  53. 731732a gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885) by Miss Islington (bot) · 3 years ago
  54. cb02dc0 [3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664) by Pablo Galindo Salgado · 3 years ago
  55. 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
  56. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years ago
  57. c521c5c gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years ago
  58. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years ago
  59. 2ab5601 GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604) by Mark Shannon · 3 years ago
  60. 06b5f78 [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308) by Christian Heimes · 3 years, 1 month ago
  61. db13c0c [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272) by Christian Heimes · 3 years, 1 month ago
  62. 7813d97 [3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342) by Kumar Aditya · 3 years, 1 month ago
  63. 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
  64. 6b01fc70 GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) by Miss Islington (bot) · 3 years, 1 month ago
  65. 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
  66. 820904e gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261) by Miss Islington (bot) · 3 years, 1 month ago
  67. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  68. f15be2f gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165) by Miss Islington (bot) · 3 years, 1 month ago
  69. 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
  70. 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
  71. 84d58ad GH-90699: fix ref counting of static immortal strings (gh-94850) by Miss Islington (bot) · 3 years, 1 month ago
  72. 9487e8d GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  73. ec6ed66 gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) by Miss Islington (bot) · 3 years, 1 month ago
  74. a914fa9 GH-94857: fix test_io refleak (GH-94858) by Miss Islington (bot) · 3 years, 1 month ago
  75. 65d87a2 gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  76. 91f7914 GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) by Miss Islington (bot) · 3 years, 1 month ago
  77. 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
  78. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  79. a61870e gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago
  80. c72001e gh-94321: Document sqlite3.PrepareProtocol (GH-94620) by Miss Islington (bot) · 3 years, 1 month ago
  81. 77a0153 GH-94644: fix test_curses ref leak (GH-94647) by Miss Islington (bot) · 3 years, 1 month ago
  82. 5f4a16b [3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578) by Łukasz Langa · 3 years, 1 month ago
  83. a548a45 [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415) by Christian Heimes · 3 years, 2 months ago
  84. aaa85b5 gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405) by Miss Islington (bot) · 3 years, 2 months ago
  85. 5ce819f GH-94254: Make _struct module types immutable (GH-94269) by Miss Islington (bot) · 3 years, 2 months ago
  86. 0a1517d [3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272) by Erlend Egeberg Aasland · 3 years, 2 months ago
  87. 4bc5f9f gh-94207: Fix struct module leak (GH-94239) (GH-94265) by Miss Islington (bot) · 3 years, 2 months ago
  88. 4d2c972 gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by Miss Islington (bot) · 3 years, 2 months ago
  89. 6c18bd5 Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94116) by Miss Islington (bot) · 3 years, 2 months ago
  90. 58d6a86 gh-94101 Disallow instantiation of SSLSession objects (GH-94102) by Miss Islington (bot) · 3 years, 2 months ago
  91. 3a119d2 DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94089) by Miss Islington (bot) · 3 years, 2 months ago
  92. b4ebde4 gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042) by Miss Islington (bot) · 3 years, 2 months ago
  93. b8fe3bd gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641) by Miss Islington (bot) · 3 years, 2 months ago
  94. 96254a9 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) by Victor Stinner · 3 years, 2 months ago
  95. 81686e7 gh-84461: Silence some compiler warnings on WASM (GH-93978) by Miss Islington (bot) · 3 years, 2 months ago
  96. 8b068c4 gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) by Miss Islington (bot) · 3 years, 2 months ago
  97. 029835d gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (GH-93882) by Miss Islington (bot) · 3 years, 2 months ago
  98. 871b1dc [3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800) by Erlend Egeberg Aasland · 3 years, 2 months ago
  99. 54fe3d5 gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931) by Miss Islington (bot) · 3 years, 2 months ago
  100. 98558a8 bpo-42658: Allow _winapi.LCMapStringEx to handle embedded nulls (GH-93688) by Steve Dower · 3 years, 2 months ago