Messages by Thread
-
[Python-checkins] gh-146228: Better fork support in cached FastPath (#146231)
jaraco
-
[Python-checkins] [3.13] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146233)
colesbury
-
[Python-checkins] [3.14] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146232)
colesbury
-
[Python-checkins] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)
colesbury
-
[Python-checkins] gh-145980: Fix copy/paste mistake in binascii.c (#146230)
vstinner
-
[Python-checkins] [3.14] gh-146092: Raise MemoryError on allocation failure in _zoneinfo (GH-146165) (#146223)
vstinner
-
[Python-checkins] [3.13] gh-146092: Raise MemoryError on allocation failure in _zoneinfo (GH-146165) (#146224)
vstinner
-
[Python-checkins] [3.14] gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201) (#146220)
vstinner
-
[Python-checkins] [3.14] gh-91279: Note `SOURCE_DATE_EPOCH` support in `ZipFile.writestr()` doc (GH-139396) (#146222)
vstinner
-
[Python-checkins] gh-146092: Raise MemoryError on allocation failure in _zoneinfo (#146165)
vstinner
-
[Python-checkins] gh-91279: Note `SOURCE_DATE_EPOCH` support in `ZipFile.writestr()` doc (#139396)
vstinner
-
[Python-checkins] gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201)
vstinner
-
[Python-checkins] gh-143930: Reject leading dashes in webbrowser URLs
sethmlarson
-
[Python-checkins] gh-145916: Soft-deprecate ctypes.util.find_library (GH-145919)
encukou
-
[Python-checkins] gh-146205: Check the errno with != 0 in close impls in select module (#146206)
vstinner
-
[Python-checkins] gh-146171: Fix nested AttributeError suggestions (#146188)
pablogsal
-
[Python-checkins] gh-146099: Optimize _GUARD_CODE_VERSION+IP via function version symbols (GH-146101)
markshannon
-
[Python-checkins] [3.14] Improve tests for the PyUnicodeWriter C API (GH-146157) (GH-146180)
serhiy-storchaka
-
[Python-checkins] gh-145980: Add support for alternative alphabets in the binascii module (GH-145981)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-145754: Update signature retrieval in unittest.mock to use forwardref annotation format (GH-145756) (#146191)
JelleZijlstra
-
[Python-checkins] gh-145754: Update signature retrieval in unittest.mock to use forwardref annotation format (#145756)
JelleZijlstra
-
[Python-checkins] [3.14] gh-145177: Add emscripten run --test, uses test args from config.toml (GH-146160) (#146186)
freakboy3742
-
[Python-checkins] [3.14] gh-145177: Add make-dependencies command to emscripten build script (GH-146158) (#146184)
freakboy3742
-
[Python-checkins] gh-145177: Add emscripten run --test, uses test args from config.toml (#146160)
freakboy3742
-
[Python-checkins] gh-131798: JIT: optimize _LOAD_COMMON_CONSTANT (GH-146104)
Fidget-Spinner
-
[Python-checkins] gh-145177: Add make-dependencies command to emscripten build script (#146158)
freakboy3742
-
[Python-checkins] [3.14] gh-145177: Put node version into emscripten/config.toml. (GH-146156) (#146159)
freakboy3742
-
[Python-checkins] Improve tests for the PyUnicodeWriter C API (GH-146157)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (gh-145826) (#146088)
colesbury
-
[Python-checkins] gh-145866 : Update JIT contributor list (GH-146170)
Fidget-Spinner
-
[Python-checkins] gh-145633: Refine notes on non-IEEE platforms (#145845)
vstinner
-
[Python-checkins] GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
iritkatriel
-
[Python-checkins] gh-137696: Rename 'fort' parameter to 'order' in PyBuffer_* functions (#137866)
kumaraditya303
-
[Python-checkins] gh-145866: Convert `SET_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-145979)
Fidget-Spinner
-
[Python-checkins] [3.14] gh-146092: Fix error handling in _BINARY_OP_ADD_FLOAT opcode (#146119)
vstinner
-
[Python-checkins] [3.14] gh-145254: Fix formatting of thread safety annotations (GH-146111) (#146163)
lysnikolaou
-
[Python-checkins] gh-145394: Remove duplicated `isearch_add_character` in `_pyrepl/historical_reader.py` (#145396)
kumaraditya303
-
[Python-checkins] gh-145254: Fix formatting of thread safety annotations (#146111)
lysnikolaou
-
[Python-checkins] gh-146091: Fix NULL check in termios.tcsetwinsize (#146147)
kumaraditya303
-
[Python-checkins] gh-145177: Put node version into emscripten/config.toml. (#146156)
freakboy3742
-
[Python-checkins] gh-146143: Fix the PyUnicodeWriter_WriteUCS4() signature (GH-146144)
serhiy-storchaka
-
[Python-checkins] gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-145805: Add `python Platforms/emscripten run` subcommand (GH-146051) (#146150)
freakboy3742
-
[Python-checkins] gh-145805: Add `python Platforms/emscripten run` subcommand (#146051)
freakboy3742
-
[Python-checkins] gh-145410: Add _sysconfig.get_platform() function (#146145)
vstinner
-
[Python-checkins] gh-141510: Document isinstance change for frozendict in What's New (#146107)
vstinner
-
[Python-checkins] [3.13] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (GH-146124) (GH-146132) (#146138)
vstinner
-
[Python-checkins] [3.14] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (#146124) (#146132)
vstinner
-
[Python-checkins] [3.14] gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (GH-146113) (#146130)
vstinner
-
[Python-checkins] [3.13] gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (GH-146113) (#146131)
vstinner
-
[Python-checkins] gh-146121: `pkgutil.get_data()` reject invalid resource arguments (#146122)
FFY00
-
[Python-checkins] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (#146124)
vstinner
-
[Python-checkins] gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (#146113)
vstinner
-
[Python-checkins] gh-144888: JIT executor bloom filter wide-type optimization and function Inlining (GH-146114)
Fidget-Spinner
-
[Python-checkins] docs: fix f-string in ExceptionGroup example (#146108)
kumaraditya303
-
[Python-checkins] [3.14] gh-142518: Annotate PyList_* C APIs for thread safety (GH-146109) (#146125)
lysnikolaou
-
[Python-checkins] gh-142518: Annotate PyList_* C APIs for thread safety (#146109)
lysnikolaou
-
[Python-checkins] gh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE opcode (#146117)
vstinner
-
[Python-checkins] [3.14] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (GH-146082) (GH-146116)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (GH-146082) (GH-146115)
serhiy-storchaka
-
[Python-checkins] gh-66419: Make optional arguments with nargs=REMAINDER consume all arguments (GH-124509)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-142518: Add thread safety notes for the buffer protocol (GH-145911) (#146106)
lysnikolaou
-
[Python-checkins] gh-142518: Add thread safety notes for the buffer protocol (#145911)
lysnikolaou
-
[Python-checkins] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (#146082)
kumaraditya303
-
[Python-checkins] [3.14] gh-146054: Limit the growth of `encodings.search_function` cache (GH-146055) (GH-146067)
encukou
-
[Python-checkins] [3.13] gh-146054: Limit the growth of `encodings.search_function` cache (GH-146055) (GH-146068)
encukou
-
[Python-checkins] GH-60729: Add IEEE format wave audio support (GH-145931)
encukou
-
[Python-checkins] gh-146075: Prevent crash in `functools.partial()` from malformed `str` subclass (GH-146078)
encukou
-
[Python-checkins] Fix entry in `fuzz_pycompile.dict` (GH-146069)
encukou
-
[Python-checkins] [3.14] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (GH-136412) (#146077)
colesbury
-
[Python-checkins] gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (#145826)
colesbury
-
[Python-checkins] gh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
Fidget-Spinner
-
[Python-checkins] gh-144975: Fix wave.Wave_write.setframerate() validation order (GH-144976)
encukou
-
[Python-checkins] gh-145966: Fix _csv DIALECT_GETATTR macro silently masking non-AttributeError exceptions (GH-145974)
encukou
-
[Python-checkins] gh-131798: Optimize `_ITER_CHECK_RANGE` and `_ITER_CHECK_LIST` in the JIT (GH-144583)
Fidget-Spinner
-
[Python-checkins] gh-146054: Limit the growth of `encodings.search_function` cache (GH-146055)
encukou
-
[Python-checkins] [3.14] gh-144545: Improve handling of default values in Argument Clinic (GH-146016) (GH-146052)
serhiy-storchaka
-
[Python-checkins] gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (GH-145818)
encukou
-
[Python-checkins] [3.14] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (GH-145819)
encukou
-
[Python-checkins] [3.13] Docs: a brief note in the sets tutorial about order (GH-145984) (#146050)
nedbat
-
[Python-checkins] [3.14] Docs: a brief note in the sets tutorial about order (GH-145984) (#146049)
nedbat
-
[Python-checkins] Docs: a brief note in the sets tutorial about order (#145984)
nedbat
-
[Python-checkins] [3.14] gh-145176 Move Emscripten files into Platforms/emscripten (GH-145806) (#146043)
freakboy3742
-
[Python-checkins] gh-145176 Move Emscripten files into Platforms/emscripten (#145806)
freakboy3742
-
[Python-checkins] [3.14] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992) (#146019)
picnixz
-
[Python-checkins] gh-142927: Move hotspots up flamegraph sidebar (#145428)
pablogsal
-
[Python-checkins] [3.14] Docs: remove unmatched parenthesis for `asyncio.TaskGroup` note (GH-146035) (#146037)
picnixz
-
[Python-checkins] [3.13] Docs: remove unmatched parenthesis for `asyncio.TaskGroup` note (GH-146035) (#146038)
picnixz
-
[Python-checkins] Docs: remove unmatched parenthesis for `asyncio.TaskGroup` note (#146035)
picnixz
-
[Python-checkins] gh-145870: Fix Format.SOURCE reference in get_annotations docstring (#145889)
JelleZijlstra
-
[Python-checkins] build(deps): bump hypothesis from 6.135.26 to 6.151.9 in /Tools (#145948)
ezio-melotti
-
[Python-checkins] [3.13] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146029)
colesbury
-
[Python-checkins] gh-144888: Replace bloom filter linked lists with continuous arrays to optimize executor invalidating performance (GH-145873)
markshannon
-
[Python-checkins] [3.14] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146028)
colesbury
-
[Python-checkins] gh-135329: Remove flaky test_repl_eio test (gh-145932)
colesbury
-
[Python-checkins] [3.14] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (GH-145600) (#146023)
vstinner
-
[Python-checkins] [3.13] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (GH-145600) (#146024)
vstinner
-
[Python-checkins] gh-146018: Disable over-aggressive optimization for _GUARD_CODE_VERSION (GH-145923)
markshannon
-
[Python-checkins] GH-145247: Use _PyTuple_FromPair in exceptions.c (GH-145910)
markshannon
-
[Python-checkins] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (#145600)
vstinner
-
[Python-checkins] gh-141510: Avoid critical section on frozendict copy (#145920)
vstinner
-
[Python-checkins] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (#144992)
picnixz
-
[Python-checkins] gh-145866: Convert `CALL_INTRINSIC_1` to leave its inputs on the stack to be cleaned up by `_POP_TOP`. (GH-145964)
markshannon
-
[Python-checkins] [3.14] gh-145649: Fix man page text wrapping for -X option (GH-145656) (#146015)
vstinner
-
[Python-checkins] gh-145649: Fix man page text wrapping for -X option (#145656)
vstinner
-
[Python-checkins] gh-139038: Link to Savannah's webpage for JIT results (#146013)
hugovk
-
[Python-checkins] [3.13] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#145996)
kumaraditya303
-
[Python-checkins] [3.13] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145924)
kumaraditya303
-
[Python-checkins] [3.14] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145922)
kumaraditya303
-
[Python-checkins] [3.14] Docs: fix a form error and a grammatical error in float.rst (GH-140989) (#146012)
kumaraditya303
-
[Python-checkins] gh-123471: make concurrent iteration over itertools.accumulate thread-safe (#144486)
kumaraditya303
-
[Python-checkins] gh-129849: Add tests for `Py_tp_bases` (#143208)
kumaraditya303
-
[Python-checkins] [3.14] gh-144986: Fix memory leak in atexit.register() (GH-144987) (#145020)
kumaraditya303
-
[Python-checkins] Docs: fix a form error and a grammatical error in float.rst (#140989)
kumaraditya303
-
[Python-checkins] [3.14] gh-140814: Fix freeze_support() setting start method as side effect (GH-144608) (#146008)
gpshead
-
[Python-checkins] [3.13] gh-140814: Fix freeze_support() setting start method as side effect (GH-144608) (#146009)
gpshead
-
[Python-checkins] gh-140814: Fix freeze_support() setting start method as side effect (GH-144608)
gpshead
-
[Python-checkins] Expand `fuzz_pycompile.dict` for new syntax
sethmlarson
-
[Python-checkins] [3.14] gh-145990: sort `--help-env` sections by environment variable name (GH-146001)
gpshead
-
[Python-checkins] [3.13] gh-145990: sort --help-env first section by name (others and xoptions already sorted) (GH-146003)
gpshead
-
[Python-checkins] gh-145990: sort `--help-env` sections by environment variable name (GH-145997)
gpshead
-
[Python-checkins] [3.14] gh-145990: Sort `python --help-xoptions` by option name (GH-145993)
gpshead
-
[Python-checkins] [3.14] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#145995)
picnixz
-
[Python-checkins] gh-145990: Sort `python --help-xoptions` by option name (GH-145991)
gpshead
-
[Python-checkins] gh-145998: Remove duplicated "What's New in 3.15" entry (#145994)
picnixz
-
[Python-checkins] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (#145987)
picnixz
-
[Python-checkins] gh-145976: Remove `Misc/indent.pro` (#145992)
picnixz
-
[Python-checkins] gh-122575: gh-142349: fix sys.flags tuple size (it unintentionally increased) (GH-145988)
gpshead
-
[Python-checkins] gh-145968: Fix base64.b64decode altchars translation in specific cases (GH-145969)
serhiy-storchaka
-
[Python-checkins] gh-145976: Remove `Misc/{Porting,vgrindefs}` (#145973)
itamaro
-
[Python-checkins] [3.14] gh-142518: Document thread-safety guarantees of bytearray objects (GH-145226) (#145982)
lysnikolaou
-
[Python-checkins] gh-142518: Document thread-safety guarantees of bytearray objects (#145226)
lysnikolaou
-
[Python-checkins] [3.13] gh-69223: Document that add_argument() returns an Action object (GH-145538) (#145596)
hugovk
-
[Python-checkins] [3.14] gh-69223: Document that add_argument() returns an Action object (GH-145538) (#145595)
hugovk
-
[Python-checkins] [3.14] Bump mypy to 1.19.1 (GH-145956) (#145971)
sobolevn
-
[Python-checkins] [3.13] Bump mypy to 1.19.1 (GH-145956) (#145972)
sobolevn
-
[Python-checkins] Bump mypy to 1.19.1 (#145956)
sobolevn
-
[Python-checkins] [3.13] gh-141004: Document `PyDTrace*` (GH-141856) (GH-145958)
ZeroIntensity
-
[Python-checkins] [3.14] gh-141004: Document `PyDTrace*` (GH-141856) (GH-145959)
ZeroIntensity
-
[Python-checkins] gh-141004: Document `PyDTrace*` (GH-141856)
ZeroIntensity
-
[Python-checkins] gh-123720: When closing an asyncio server, stop the handlers (#124689)
gvanrossum
-
[Python-checkins] Fix `fuzz_builtin_int` fuzzer reproducibility (#145890)
ammaraskar
-
[Python-checkins] build(deps): bump the actions group with 4 updates (#145952)
hugovk
-
[Python-checkins] gh-137650: Group dependabot actions updates (#145947)
hugovk
-
[Python-checkins] gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)
Fidget-Spinner
-
[Python-checkins] [3.13] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (GH-143655) (#145940)
picnixz
-
[Python-checkins] [3.14] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (GH-143655) (#145938)
picnixz
-
[Python-checkins] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (#143655)
picnixz
-
[Python-checkins] [3.14] Docs: fix missing period in `Doc/library/stdtypes.rst` (GH-145935) (#145936)
picnixz
-
[Python-checkins] [3.13] Docs: fix missing period in `Doc/library/stdtypes.rst` (GH-145935) (#145937)
picnixz
-
[Python-checkins] Docs: fix missing period in `Doc/library/stdtypes.rst` (#145935)
picnixz
-
[Python-checkins] gh-145703: Fix `asyncio.BaseEventLoop` low clock resolution (#145706)
kumaraditya303
-
[Python-checkins] gh-129813: Document that PyBytesWriter_GetData() cannot fail (#145900)
vstinner
-
[Python-checkins] GH-60729: Revert "Add IEEE format wave audio support (GH-145384)" (GH-145928)
encukou
-
[Python-checkins] gh-145376: Fix GC tracking in `structseq.__replace__` (#145820)
kumaraditya303
-
[Python-checkins] [3.14] gh-145713: make bytearray.resize thread-safe on free-threading (#145714) (#145799)
kumaraditya303
-
[Python-checkins] [3.14] gh-142518: Document thread-safety guarantees of set objects (GH-145225) (#145915)
lysnikolaou
-
[Python-checkins] gh-142518: Document thread-safety guarantees of set objects (#145225)
lysnikolaou
-
[Python-checkins] GH-60729: Add IEEE format wave audio support (GH-145384)
encukou
-
[Python-checkins] gh-140715: Add %t and %n format codes support to strptime() (GH-144896)
encukou
-
[Python-checkins] [3.14] gh-145792: Fix incorrect alloca allocation size in traceback.c (GH-145814) (#145909)
vstinner
-
[Python-checkins] gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253)
hugovk
-
[Python-checkins] [3.14] gh-145446: Add critical section in functools module for `PyDict_Next` (GH-145487) (GH-145879)
encukou
-
[Python-checkins] gh-145792: Fix incorrect alloca allocation size in traceback.c (#145814)
vstinner
-
[Python-checkins] gh-145887: Use `write()` instead of `stream.write()` in `PrettyPrinter._pprint_frozendict` (#145894)
vstinner
-
[Python-checkins] gh-145850: Change some implementation details in struct.Struct (GH-145851)
serhiy-storchaka
-
[Python-checkins] [3.14] Docs: except with multiple exceptions parentheses not required (GH-145848) (#145904)
nedbat
-
[Python-checkins] Docs: except with multiple exceptions parentheses not required (#145848)
nedbat
-
[Python-checkins] [3.14] gh-145036: Fix data race for list capacity in free-threading (GH-145365) (#145881)
colesbury
-
[Python-checkins] Revert "gh-143050: Remove redundant decref in _PyLong_Negate (gh-143051)" (#145891)
colesbury
-
[Python-checkins] [3.13] gh-145801: Use gcc -fprofile-update=atomic for PGO builds (#145802) (#145893)
vstinner
-
[Python-checkins] [3.14] gh-145801: Use gcc -fprofile-update=atomic for PGO builds (GH-145802) (#145892)
vstinner
-
[Python-checkins] gh-145801: Use gcc -fprofile-update=atomic for PGO builds (#145802)
vstinner
-
[Python-checkins] GH-132042: Fix calculation of slotdef index in update_one_slot() (#145880)
vstinner
-
[Python-checkins] [3.14] gh-145685: Improve scaling of type attribute lookups (gh-145774) (#145874)
colesbury
-
[Python-checkins] gh-145685: Improve scaling of type attribute lookups (gh-145774)
colesbury
-
[Python-checkins] [3.13] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) (GH-145872)
ambv
-
[Python-checkins] [3.14] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) (GH-145871)
ambv
-
[Python-checkins] gh-145717: Add a few Microsoft-specific MIME types, and synchronize between `mimetypes` module and tests (#145718)
hugovk
-
[Python-checkins] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333)
ambv
-
[Python-checkins] gh-141510: Update PyDict C API doc for frozendict (#145533)
vstinner
-
[Python-checkins] gh-145446: Add critical section in functools module for `PyDict_Next` (GH-145487)
encukou
-
[Python-checkins] [3.14] gh-145254: Add thread safety annotation in docs (GH-145255) (#145862)
hugovk
-
[Python-checkins] gh-145681: do not deallocate list buffer in `_PyList_AsTupleAndClear` (GH-145680)
encukou
-
[Python-checkins] [3.14] gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (GH-140910) (#145852)
vstinner
-
[Python-checkins] [3.13] gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (GH-140910) (#145853)
vstinner
-
[Python-checkins] gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910)
vstinner
-
[Python-checkins] [3.13] gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659) (GH-145746)
encukou
-
[Python-checkins] [3.14] gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659) (GH-145747)
encukou
-
[Python-checkins] gh-143715: Deprecate incomplete initialization of struct.Struct() (GH-145580)
serhiy-storchaka
-
[Python-checkins] gh-145254: Add thread safety annotation in docs (#145255)
kumaraditya303
-
[Python-checkins] [3.14] gh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9.1 (GH-145738) (GH-145841)
serhiy-storchaka
-
[Python-checkins] GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
pablogsal
-
[Python-checkins] [3.13] gh-139933: correctly suggest attributes for classes with a custom `__dir__` (GH-139950) (GH-145827) (GH-145833)
ambv
-
[Python-checkins] gh-144540: Add _MAKE_HEAP_SAFE uop to eliminate unnecessary refcount operations in RETURN_VALUE and YIELD_VALUE (GH-144414)
markshannon
-
[Python-checkins] gh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9.1 (GH-145738)
serhiy-storchaka
-
[Python-checkins] gh-141510: Raise TypeError in PyDict_SetItem() on frozendict (#145564)
vstinner
-
[Python-checkins] [3.14] gh-139933: correctly suggest attributes for classes with a custom `__dir__` (GH-139950) (GH-145827)
ambv
-
[Python-checkins] gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing (#145789)
Yhg1s