python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-144173: fix flaky test_complex.test_truediv() (#144355)
vstinner
[Python-checkins] gh-145044: avoid calling `Py_DECREF` in `unsafe_object_compare` on immortal objects (#145045)
kumaraditya303
[Python-checkins] gh-145036: Fix data race for list capacity in free-threading (#145365)
kumaraditya303
[Python-checkins] gh-145743: Fix inconsistency after calling Struct.__init__() with invalid format (GH-145744)
serhiy-storchaka
[Python-checkins] gh-125053: Document that ob_mutex must only be used via critical section API (#144599)
vstinner
[Python-checkins] gh-85277: Fix building without `stropts.h` or empty `stropts.h` (#143521)
vstinner
[Python-checkins] gh-145591: Move slicing note to __getitem__ (GH-145606)
encukou
[Python-checkins] [3.14] gh-145376: Fix various reference leaks (GH-145377) (GH-145712)
encukou
[Python-checkins] gh-145697: Add `.sql` and `.sqlite3` recognition in `mimetypes` (GH-145698)
encukou
[Python-checkins] [3.14] Docs: Improve the C API documentation involving threads (GH-145520) (GH-145757)
ZeroIntensity
[Python-checkins] [3.13] gh-145548: Don't use VMADDR_CID_LOCAL from `socket` (GH-145735)
encukou
[Python-checkins] Docs: Improve the C API documentation involving threads (GH-145520)
ZeroIntensity
[Python-checkins] [3.13] gh-106318: Add examples for str.isspace() docs (GH-145399) (#145753)
hugovk
[Python-checkins] [3.14] gh-106318: Add examples for str.isspace() docs (GH-145399) (#145752)
hugovk
[Python-checkins] gh-106318: Add examples for str.isspace() docs (#145399)
hugovk
[Python-checkins] [3.14] Docs: Update programming FAQ (GH-144573) (#145695)
hugovk
[Python-checkins] [3.13] Docs: Update programming FAQ (GH-144573) (#145696)
hugovk
[Python-checkins] [3.13] gh-145301: Fix double-free in hashlib initialization (GH-145321) (GH-145532)
encukou
[Python-checkins] gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL (GH-145159)
ambv
[Python-checkins] [3.14] gh-145685: Stop the world when updating MRO of existing types (gh-145707) (#145715)
colesbury
[Python-checkins] gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659)
encukou
[Python-checkins] [3.14] gh-142651: use `NonCallableMock._lock` for thread safety of `call_count` (GH-142922) (#145739)
kumaraditya303
[Python-checkins] [3.13] gh-142651: use `NonCallableMock._lock` for thread safety of `call_count` (GH-142922) (#145740)
kumaraditya303
[Python-checkins] gh-142651: use `NonCallableMock._lock` for thread safety of `call_count` (#142922)
kumaraditya303
[Python-checkins] gh-142927: Detect system theme in flame graph like in heatmap (#144885)
hugovk
[Python-checkins] [3.13] gh-140715: Improve class reference links on datetime.rst (GH-123980) (#145389)
hugovk
[Python-checkins] [3.14] gh-140715: Improve class reference links on datetime.rst (GH-123980) (#145388)
hugovk
[Python-checkins] [3.14] gh-140681: Freeze pre-commit hooks and update zizmor links (GH-140682) (#145536)
hugovk
[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#145737)
hugovk
[Python-checkins] GH-145247: Implement _PyTuple_FromPair() (#145325)
vstinner
[Python-checkins] gh-145376: Fix refleaks and double decref for code in Python/ (#145666)
vstinner
[Python-checkins] [3.13] Document that PyType_GetModule returns a borrowed ref (GH-145612) (GH-145732)
encukou
[Python-checkins] gh-145607: Ensure BIG_DATA has two compressed blocks in test_bz2 (#145730)
hugovk
[Python-checkins] [3.14] Document that PyType_GetModule returns a borrowed ref (GH-145612) (GH-145682)
encukou
[Python-checkins] gh-103997: Remove incorrect statements about `-c` dedenting (gh-138624)
encukou
[Python-checkins] gh-145731: Fix negative timestamp during DST on Windows (GH-145728)
encukou
[Python-checkins] [3.14] gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (GH-145554) (#145676)
kumaraditya303
[Python-checkins] [3.13] gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (GH-145554) (#145677)
kumaraditya303
[Python-checkins] gh-144681: Fix JIT trace builder assertion failure when conditional branch jump target coincides with fallthrough target (GH-144742)
Fidget-Spinner
[Python-checkins] Vary compiler flags in `fuzz_pycompile` (#145236)
alex
[Python-checkins] gh-145685: Stop the world when updating MRO of existing types (gh-145707)
colesbury
[Python-checkins] [3.14] Remove the `
[email protected]
` email in 'Installing Python Modules' (GH-145613) (#145708)
hugovk
[Python-checkins] [3.13] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702) (#145711)
gpshead
[Python-checkins] [3.14] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702) (#145710)
JelleZijlstra
[Python-checkins] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702)
gpshead
[Python-checkins] [3.13] Remove the `
[email protected]
` email in 'Installing Python Modules' (GH-145613) (#145709)
hugovk
[Python-checkins] Remove the `
[email protected]
` email in 'Installing Python Modules' (#145613)
hugovk
[Python-checkins] GH-145273: don't skip missing platstdlib warning if stdlib_zip is found (#145544)
FFY00
[Python-checkins] Docs: Update programming FAQ (#144573)
hugovk
[Python-checkins] gh-145278: Revert "freeze encodings (partially) and linecache (#145279)" (#145689)
hugovk
[Python-checkins] [3.14] gh-145615: Fix mimalloc page leak in the free-threaded build (gh-145626) (#145691)
colesbury
[Python-checkins] gh-143055: Fix crash in AST unparser when unparsing dict comprehension unpacking (#145556)
JelleZijlstra
[Python-checkins] gh-145615: Fix mimalloc page leak in the free-threaded build (gh-145626)
colesbury
[Python-checkins] [3.13] gh-141617: clarify `concurrent.futures.ThreadPoolExecutor` deadlock example (GH-141620) (#145687)
picnixz
[Python-checkins] [3.13] gh-145623: Fix crashes on uninitialized struct.Struct objects (gh-145624) (GH-145631)
encukou
[Python-checkins] [3.14] gh-145623: Fix crashes on uninitialized struct.Struct objects (gh-145624) (GH-145630)
encukou
[Python-checkins] [3.14] gh-141617: clarify `concurrent.futures.ThreadPoolExecutor` deadlock example (GH-141620) (#145686)
picnixz
[Python-checkins] gh-141617: clarify `concurrent.futures.ThreadPoolExecutor` deadlock example (#141620)
picnixz
[Python-checkins] gh-139588: Docs: fix PDF build (#145480)
hugovk
[Python-checkins] GH-144688: Fix refleaks in JIT when optimization fails (GH-145420)
markshannon
[Python-checkins] [3.14] gh-78773: Improve ctypes dynamic library loading docs (GH-145313) (GH-145674)
encukou
[Python-checkins] gh-141510: Optimize frozendict(frozendict) (#145592)
vstinner
[Python-checkins] gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (#145554)
kumaraditya303
[Python-checkins] gh-78773: Improve ctypes dynamic library loading docs (GH-145313)
encukou
[Python-checkins] gh-145376: Fix _cursesmodule.c build on FreeBSD/macOS (#145669)
vstinner
[Python-checkins] Document that PyType_GetModule returns a borrowed ref (GH-145612)
encukou
[Python-checkins] GH-145278: freeze encodings (partially) and linecache (#145279)
FFY00
[Python-checkins] gh-145376: Fix various reference leaks in Objects/ and Modules/ (#145385)
vstinner
[Python-checkins] gh-145376: Fix various refleaks in Objects/ (#145609)
vstinner
[Python-checkins] gh-145376: Fix reference leaks in _lprof.c (#145539)
vstinner
[Python-checkins] Fix intermittent `test_ci_fuzz_stdlib` failures (GH-145641)
encukou
[Python-checkins] [3.14] gh-145219: Add Emscripten cross-build and clean configurability (GH-145581) (#145654)
freakboy3742
[Python-checkins] gh-145219: Add Emscripten cross-build and clean configurability (#145581)
freakboy3742
[Python-checkins] [3.14] gh-145642: Docs: Avoid warning for invalid escape sequence in tutorial (GH-145643) (#145647)
picnixz
[Python-checkins] [3.13] gh-145642: Docs: Avoid warning for invalid escape sequence in tutorial (GH-145643) (#145646)
picnixz
[Python-checkins] gh-145642: Docs: Avoid warning for invalid escape sequence in tutorial (#145643)
nedbat
[Python-checkins] [3.14] gh-145177: Support multiple Emscripten versions for Emscripten buildbot (GH-145180) (#145582)
freakboy3742
[Python-checkins] [3.14] gh-145376: Fix refleak in `queuemodule.c` out-of-memory path (GH-145543) (#145622)
kumaraditya303
[Python-checkins] [3.13] gh-145376: Fix refleak in `queuemodule.c` out-of-memory path (GH-145543) (#145621)
kumaraditya303
[Python-checkins] [3.13] Remove typo in ``functools.lru_cache`` docs (GH-140278) (#145627)
hugovk
[Python-checkins] [3.14] Remove typo in ``functools.lru_cache`` docs (GH-140278) (#145628)
hugovk
[Python-checkins] Fix bug notifier for issues with no body text (#145603)
hugovk
[Python-checkins] gh-145623: Fix crashes on uninitialized struct.Struct objects (gh-145624)
corona10
[Python-checkins] gh-145376: Fix refleak in `queuemodule.c` out-of-memory path (#145543)
kumaraditya303
[Python-checkins] gh-116738: Make mmap.set_name thread-safe (#145555)
corona10
[Python-checkins] [3.13] gh-145376: Fix crashes in md5module.c (GH-145422) (#145611)
vstinner
[Python-checkins] gh-144175: Add PyArg_ParseArray() function (#144283)
vstinner
[Python-checkins] [3.14] gh-145376: Fix crashes in `md5module.c` and `hmacmodule.c` (GH-145422) (#145610)
vstinner
[Python-checkins] [3.13] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589) (#145594)
vstinner
[Python-checkins] [3.14] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589) (#145593)
vstinner
[Python-checkins] gh-145376: Fix crashes in `md5module.c` and `hmacmodule.c` (#145422)
picnixz
[Python-checkins] [3.14] gh-145566: Skip stop-the-world when reassigning `__class__` on newly created objects (gh-145567) (#145605)
colesbury
[Python-checkins] gh-145566: Skip stop-the-world when reassigning `__class__` on newly created objects (gh-145567)
colesbury
[Python-checkins] [3.14] gh-144513: Skip critical section locking during stop-the-world (gh-144524) (#145570)
colesbury
[Python-checkins] gh-69223: Document that add_argument() returns an Action object (#145538)
savannahostrowski
[Python-checkins] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (#145589)
vstinner
[Python-checkins] [3.14] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (GH-144371) (#145586)
vstinner
[Python-checkins] [3.13] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (GH-144371) (#145585)
vstinner
[Python-checkins] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (#144371)
vstinner
[Python-checkins] [3.13] Docs: `import datetime as dt` in examples (GH-145315) (#145584)
hugovk
[Python-checkins] [3.14] Docs: `import datetime as dt` in examples (GH-145315) (#145583)
hugovk
[Python-checkins] Docs: `import datetime as dt` in examples (#145315)
hugovk
[Python-checkins] [3.14] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
zooba
[Python-checkins] [3.13] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
zooba
[Python-checkins] gh-141510: Use frozendict in the stdlib (#144909)
vstinner
[Python-checkins] gh-141510: Change marshal version to 6 (#145551)
vstinner
[Python-checkins] [3.13] doc: Clarify logger creation example in logging HOWTO (GH-145540) (GH-145561)
vsajip
[Python-checkins] [3.13] Docs: use a Sphinx extension to eliminate excessive links (GH-145130) (#145574)
hugovk
[Python-checkins] [3.14] Docs: use a Sphinx extension to eliminate excessive links (GH-145130) (#145575)
hugovk
[Python-checkins] gh-145177: Support multiple Emscripten versions for Emscripten buildbot (#145180)
freakboy3742
[Python-checkins] [3.11] Add `mkdir`s to fix 3.11 docs build (#145571)
hugovk
[Python-checkins] [3.11] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145491)
hugovk
[Python-checkins] [3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145490)
hugovk
[Python-checkins] [3.10] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145489)
hugovk
[Python-checkins] [3.10] gh-145455: Constrain setuptools to a version with pkg_resources (#145456)
hugovk
[Python-checkins] [3.14] gh-145557: Check ctypes is available in test_external_inspection (GH-145558) (#145565)
vstinner
[Python-checkins] gh-145557: Check ctypes is available in test_external_inspection (#145558)
vstinner
[Python-checkins] [3.14] doc: Clarify logger creation example in logging HOWTO (GH-145540) (GH-145562)
vsajip
[Python-checkins] doc: Clarify logger creation example in logging HOWTO (GH-145540)
vsajip
[Python-checkins] [3.13] gh-145417: Do not preserve SELinux context when copying venv scripts (GH-145454) (#145550)
vstinner
[Python-checkins] gh-141510: Complete What's New in Python 3.15 for frozendict (#145537)
vstinner
[Python-checkins] [3.14] gh-145417: Do not preserve SELinux context when copying venv scripts (GH-145454) (#145549)
vstinner
[Python-checkins] [3.13] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318) (GH-145173)
encukou
[Python-checkins] [3.14] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318) (GH-145172)
encukou
[Python-checkins] gh-141510: No longer accept frozendict in PyDict_Copy() (#145542)
vstinner
[Python-checkins] gh-145417: Do not preserve SELinux context when copying venv scripts (#145454)
vstinner
[Python-checkins] [3.14] gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (GH-144980) (#145052)
colesbury
[Python-checkins] gh-141510: Fix frozendict.items() ^ frozendict.items() (#145535)
vstinner
[Python-checkins] gh-140681: Freeze pre-commit hooks and update zizmor links (#140682)
hugovk
[Python-checkins] gh-145056: Accept frozendict in xml.etree (#145508)
vstinner
[Python-checkins] gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
vstinner
[Python-checkins] gh-141510: Use frozendict in the _opcode_metadata (#144910)
vstinner
[Python-checkins] gh-82626: Schedule removal of bool used as file descriptor (#145469)
vstinner
[Python-checkins] gh-141510: Don't accept frozendict in PyDict_Watch() (#145529)
vstinner
[Python-checkins] gh-145335: Skip Emscripten for os.execve() test (#145528)
vstinner
[Python-checkins] gh-145376: Fix refleak and null pointer deref in unusual error path of datetime module (GH-145476)
encukou
[Python-checkins] [3.14] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321) (#145523)
gpshead
[Python-checkins] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321)
gpshead
[Python-checkins] gh-144991: Use runtime JIT threshold in _testinternalcapi (gh-145496)
corona10
[Python-checkins] gh-141510: Add frozendict support to python-gdb.py (#145511)
vstinner
[Python-checkins] gh-145376: Fix reference leaks in deque (#145421)
vstinner
[Python-checkins] Refactor `Platforms/WASI/__main__.py` for lazy importing and future new subcommands (#145404)
brettcannon
[Python-checkins] Use bytecodealliance/setup-wasi-sdk-action to install the WASI SDK (#145445)
brettcannon
[Python-checkins] Fix bugs in `compute-changes.py` logic for CIFuzz (#145232)
hugovk
[Python-checkins] [3.14] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)`
zooba
[Python-checkins] [3.13] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
zooba
[Python-checkins] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
zooba
[Python-checkins] gh-141510: Optimize PyDict_Copy() for frozendict (#145509)
vstinner
[Python-checkins] [3.13] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (GH-144740) (GH-145494) (#145510)
vstinner
[Python-checkins] [3.14] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (#144740) (#145494)
vstinner
[Python-checkins] gh-141510: Return frozendict unmodified in PyDict_Copy() (#145505)
vstinner
[Python-checkins] gh-145500: Delete _PyType_GetMRO (gh-145501)
colesbury
[Python-checkins] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
zooba
[Python-checkins] gh-144741: Fix test_frame_pointer_unwind for libpython (#145499)
vstinner
[Python-checkins] gh-145376: Fix refleak in unusual error path in BaseExceptionGroup_new (GH-145474)
encukou
[Python-checkins] gh-145376: Avoid reference leaks in failure path of _functoolsmodule.c method partial_new (GH-145423)
encukou
[Python-checkins] gh-145376: Fix refleak in error path of time_tzset (GH-145477)
encukou
[Python-checkins] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (#144740)
vstinner
[Python-checkins] gh-142417: Restore private _Py_InitializeMain() function (#145472)
vstinner
[Python-checkins] [3.14] Fix incorrect statement about argparse.ArgumentParser.add_argument() (GH-145479) (#145485)
savannahostrowski
[Python-checkins] Fix incorrect statement about argparse.ArgumentParser.add_argument() (#145479)
savannahostrowski
[Python-checkins] Docs: use a Sphinx extension to eliminate excessive links (#145130)
nedbat
[Python-checkins] gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)
erlend-aasland
[Python-checkins] gh-145452: Initialize `PyLazyImport_Type` during interpreter startup (#145453)
vstinner
[Python-checkins] Reference `memoryview.tolist` as a method (#145412)
kumaraditya303
[Python-checkins] [3.14] gh-144475: Fix reference management in partial_repr (GH-145362) (GH-145470)
encukou
[Python-checkins] gh-145376: Fix various reference leaks (GH-145377)
encukou
[Python-checkins] Add myself to initialization and import machinery codeowners (#145473)
FFY00
[Python-checkins] [3.14] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145461)
hugovk
[Python-checkins] [3.12] gh-136155: Docs: check for EPUB fatal errors in CI (GH-134074) (#145471)
Yhg1s
[Python-checkins] gh-144475: Fix reference management in partial_repr (GH-145362)
encukou
[Python-checkins] Python 3.12.13
Yhg1s
[Python-checkins] [3.13] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (GH-145462)
encukou
[Python-checkins] gh-145335: Fix os functions when passing fd -1 as path (#145439)
vstinner
[Python-checkins] [3.13] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451) (GH-145467)
encukou
[Python-checkins] [3.14] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451) (GH-145466)
encukou
[Python-checkins] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451)
encukou
[Python-checkins] [3.13] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718) (GH-144729)
encukou
[Python-checkins] [3.14] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718) (GH-144730)
encukou
[Python-checkins] Add `PyExc_OverflowError` to the list of possible exceptions in `fuzz_ast_literal_eval` fuzzer (GH-145429)
encukou
[Python-checkins] [3.14] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925) (GH-145419)
encukou
[Python-checkins] [3.13] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925) (GH-145418)
encukou
[Python-checkins] gh-144995: Optimize memoryview == memoryview (#144996)
vstinner
[Python-checkins] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457)
encukou
[Python-checkins] Python 3.10.20
pablogsal
[Python-checkins] Python 3.11.15
pablogsal
[Python-checkins] gh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using probable type (gh-145215)
corona10
[Python-checkins] [3.12] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145409)
Yhg1s
[Python-checkins] [3.10] gh-143935: Email preserve parens when folding comments (GH-143936) (#144350)
pablogsal
[Python-checkins] [3.10] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144515)
pablogsal
[Python-checkins] [3.11] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144514)
pablogsal
[Python-checkins] [3.13] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145441)
pablogsal
[Python-checkins] [3.10] gh-143916: Allow HTAB in wsgiref header values (#145140)
pablogsal
[Python-checkins] [3.11] gh-143916: Allow HTAB in wsgiref header values (#145139)
pablogsal
[Python-checkins] [3.11] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142150)
pablogsal
[Python-checkins] [3.10] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144862)
pablogsal
[Python-checkins] [3.10] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142151)
pablogsal
[Python-checkins] [3.10] Pin `setuptools==81` to avoid `pkg_resources` removal (#144781)
pablogsal
[Python-checkins] [3.10] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145407)
pablogsal
[Python-checkins] [3.11] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145408)
pablogsal
Earlier messages
Later messages