python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (GH-140377) (#140738)
gaogaotiantian
[Python-checkins] gh-140741: Fix test added in gh-140745 (#140760)
pablogsal
[Python-checkins] [3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140762)
pablogsal
[Python-checkins] [3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140757)
pablogsal
[Python-checkins] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583)
pablogsal
[Python-checkins] [3.13] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140755)
vstinner
[Python-checkins] [3.14] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140753)
vstinner
[Python-checkins] [3.13] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140754)
vstinner
[Python-checkins] gh-140082: Forward colorizing from libregrtest to unittest (#140083)
vstinner
[Python-checkins] [3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140730)
vstinner
[Python-checkins] [3.14] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140728)
vstinner
[Python-checkins] gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
vstinner
[Python-checkins] gh-140741: Fix `profiling.sampling` handling of error raised by target (#140745)
pablogsal
[Python-checkins] gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
kumaraditya303
[Python-checkins] [3.14] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (GH-140740) (#140742)
freakboy3742
[Python-checkins] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (#140740)
freakboy3742
[Python-checkins] [3.14] gh-139951: Tests on tuple GC tracking (GH-140575) (#140701)
vstinner
[Python-checkins] gh-139940: Handle RuntimeError when attaching to a non-existing process in pdb. (#139941)
gaogaotiantian
[Python-checkins] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (#140377)
gaogaotiantian
[Python-checkins] [3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725)
AA-Turner
[Python-checkins] [3.14] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140724)
AA-Turner
[Python-checkins] gh-139588: Increase maximum LaTeX list depth (#140709)
AA-Turner
[Python-checkins] [3.14] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140713)
vstinner
[Python-checkins] [3.13] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140714)
vstinner
[Python-checkins] gh-140657: Don't rerun test_import single phase init test (GH-140712)
encukou
[Python-checkins] gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)
vstinner
[Python-checkins] gh-140544: Always assume that thread locals are available (GH-140690)
ZeroIntensity
[Python-checkins] [3.14] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140698)
kumaraditya303
[Python-checkins] [3.13] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140699)
kumaraditya303
[Python-checkins] gh-139951: Tests on tuple GC tracking (#140575)
vstinner
[Python-checkins] GH-140590: Fix setstate for functools.partial C-module (GH-140671)
encukou
[Python-checkins] [3.14] gh-134160: Add more comments for the xxlimited module (GH-140214) (GH-140664)
encukou
[Python-checkins] [3.14] gh-140189: Add CI job to test iOS builds. (GH-140190) (#140696)
freakboy3742
[Python-checkins] gh-140189: Add CI job to test iOS builds. (#140190)
freakboy3742
[Python-checkins] [3.14] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233) (GH-140687)
Fidget-Spinner
[Python-checkins] gh-140544: fix build for including `pycore_pystate.h` when `HAVE_THREAD_LOCAL` is not defined (#140623)
kumaraditya303
[Python-checkins] [3.14] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140685)
serhiy-storchaka
[Python-checkins] [3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140686)
serhiy-storchaka
[Python-checkins] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)
serhiy-storchaka
[Python-checkins] [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH-140303) (#140684)
kumaraditya303
[Python-checkins] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)
Fidget-Spinner
[Python-checkins] gh-140607: Validate returned byte count in RawIOBase.read (#140611)
vstinner
[Python-checkins] gh-125434: Display thread name in faulthandler on Windows (#140675)
vstinner
[Python-checkins] gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creation (GH-138240)
markshannon
[Python-checkins] gh-79922: Remove always false test skips in `test_time` (#136202)
pganssle
[Python-checkins] [3.13] gh-92266: Update pre-commit (GH-139411) (#139760)
hugovk
[Python-checkins] gh-140641: Break out of inittab search on match (GH-140642)
serhiy-storchaka
[Python-checkins] gh-116738: Use PyMutex for bz2 module (gh-140555)
colesbury
[Python-checkins] [3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (GH-140670)
encukou
[Python-checkins] [3.14] gh-140358: Bring back elapsed time and unreachable count to gc debug output (GH-140359) (#140405)
hugovk
[Python-checkins] [3.14] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (#140668)
vstinner
[Python-checkins] [3.13] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140659)
encukou
[Python-checkins] [3.14] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140660)
encukou
[Python-checkins] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636)
encukou
[Python-checkins] gh-134160: Add more comments for the xxlimited module (GH-140214)
encukou
[Python-checkins] [3.14] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140661)
vstinner
[Python-checkins] [3.13] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140662)
vstinner
[Python-checkins] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (#140613)
vstinner
[Python-checkins] [3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658)
sobolevn
[Python-checkins] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635)
encukou
[Python-checkins] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)
sobolevn
[Python-checkins] Fix typo in TLS docs (#140640)
kumaraditya303
[Python-checkins] gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (#138945)
pablogsal
[Python-checkins] gh-140609: delete unused `_stdlib_enums` in enum.py (#140618)
vstinner
[Python-checkins] [3.13] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140632)
ZeroIntensity
[Python-checkins] [3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140630)
picnixz
[Python-checkins] [3.14] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140629)
picnixz
[Python-checkins] [3.14] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140628)
ZeroIntensity
[Python-checkins] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)
ZeroIntensity
[Python-checkins] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (#140602)
picnixz
[Python-checkins] [3.14] gh-133346: add tests for `_colorize.Theme` (GH-139687) (#140622)
picnixz
[Python-checkins] gh-133346: add tests for `_colorize.Theme` (#139687)
picnixz
[Python-checkins] [3.14] gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620) (#140621)
picnixz
[Python-checkins] gh-133346: make `_colorize.Argparse` kw-only constructible (#140620)
picnixz
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)
vstinner
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140617)
picnixz
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140616)
picnixz
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (#140612)
picnixz
[Python-checkins] [3.13] Standardize translation of `Doc/bugs.rst` (GH-137449) (GH-140282)
JulienPalard
[Python-checkins] [3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)
zware
[Python-checkins] gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468)
zware
[Python-checkins] [3.13] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140592)
picnixz
[Python-checkins] [3.14] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140591)
picnixz
[Python-checkins] [3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)
sobolevn
[Python-checkins] [3.14] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140587)
sobolevn
[Python-checkins] Fix typo in `Doc/c-api/code.rst` (#140586)
picnixz
[Python-checkins] gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)
kumaraditya303
[Python-checkins] Remove unreachable break statements in _ctypes_test.c (#140585)
sobolevn
[Python-checkins] gh-140544: store pointer to interpreter state as a thread local for fast access (#140573)
kumaraditya303
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140581)
ZeroIntensity
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140580)
ZeroIntensity
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577)
ZeroIntensity
[Python-checkins] [3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)
picnixz
[Python-checkins] [3.13] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140567)
picnixz
[Python-checkins] [3.14] Add missing NEWS entry for gh-140517 (GH-140560) (GH-140565)
serhiy-storchaka
[Python-checkins] Add missing NEWS entry for gh-140517 (GH-140560)
serhiy-storchaka
[Python-checkins] [3.14] gh-140482: Preserve and restore `stty echo` as a test environment (GH-140519) (#140562)
warsaw
[Python-checkins] gh-136327: Fix inconsistent ``TypeError`` messages regarding invalid values after * and ** (#136395)
Eclips4
[Python-checkins] [3.13] gh-140482: Preserve and restore `stty echo` as a test environment (GH-140519) (#140563)
warsaw
[Python-checkins] gh-140482: Preserve and restore `stty echo` as a test environment (#140519)
warsaw
[Python-checkins] [3.14] gh-140517: fix leak in `map_next` in strict mode (GH-140543) (#140554)
kumaraditya303
[Python-checkins] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)
JulienPalard
[Python-checkins] gh-140517: fix leak in `map_next` in strict mode (#140543)
kumaraditya303
[Python-checkins] gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (#140542)
kumaraditya303
[Python-checkins] gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)
kumaraditya303
[Python-checkins] [3.13] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140546)
encukou
[Python-checkins] [3.14] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140545)
encukou
[Python-checkins] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529)
encukou
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140539)
ZeroIntensity
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140538)
ZeroIntensity
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525)
ZeroIntensity
[Python-checkins] [3.14] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140532)
corona10
[Python-checkins] [3.13] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140533)
corona10
[Python-checkins] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538)
corona10
[Python-checkins] gh-138857: Improve error message for `case` outside of `match` (#138858)
lysnikolaou
[Python-checkins] [3.13] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (GH-140524) (#140527)
kumaraditya303
[Python-checkins] [3.14] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (#140524)
kumaraditya303
[Python-checkins] gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)
encukou
[Python-checkins] [3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)
pablogsal
[Python-checkins] gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)
vstinner
[Python-checkins] [3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)
JelleZijlstra
[Python-checkins] gh-140443: Use `fma` in `loghelper` to improve accuracy of log for very large integers (#140469)
tim-one
[Python-checkins] gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)
markshannon
[Python-checkins] [3.14] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140507)
kumaraditya303
[Python-checkins] [3.13] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140508)
kumaraditya303
[Python-checkins] GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O. (GH-140453)
markshannon
[Python-checkins] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (#140506)
pablogsal
[Python-checkins] gh-140438: properly run the asyncio REPL tests (#140298)
kumaraditya303
[Python-checkins] [3.14] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470) (gh-140504)
colesbury
[Python-checkins] [3.14] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (GH-139415) (#140503)
JelleZijlstra
[Python-checkins] [3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)
markshannon
[Python-checkins] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470)
colesbury
[Python-checkins] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (#139415)
JelleZijlstra
[Python-checkins] gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.6x faster (#137628)
hugovk
[Python-checkins] [3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)
ZeroIntensity
[Python-checkins] [3.14] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140498)
ZeroIntensity
[Python-checkins] gh-140474: Fix memory leak in `array.array` (GH-140478)
ZeroIntensity
[Python-checkins] GH-140472: Create a WASI devcontainer configuration (GH-140473)
brettcannon
[Python-checkins] GH-140475: Support WASI SDK 25 (#140477)
brettcannon
[Python-checkins] [3.14] gh-130317: Fix SNaN broken tests on HP PA RISC (GH-140452) (#140467)
vstinner
[Python-checkins] gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)
vstinner
[Python-checkins] gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)
savannahostrowski
[Python-checkins] [3.14] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391) (gh-140459)
colesbury
[Python-checkins] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391)
colesbury
[Python-checkins] GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384)
markshannon
[Python-checkins] gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-140446)
encukou
[Python-checkins] gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
vstinner
[Python-checkins] [3.14] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140436)
emmatyping
[Python-checkins] [3.13] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140437)
emmatyping
[Python-checkins] [3.13] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140441)
ZeroIntensity
[Python-checkins] gh-116738: Make _suggestions module thread-safe (gh-140321)
corona10
[Python-checkins] gh-55258: Skip tests of stdout status on mobile platforms (#140401)
freakboy3742
[Python-checkins] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763)
emmatyping
[Python-checkins] [3.13] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140350)
emmatyping
[Python-checkins] [3.14] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140349)
emmatyping
[Python-checkins] [3.13] gh-135801: Add tests for filtering warnings by module (GH-140240) (GH-140247)
serhiy-storchaka
[Python-checkins] [3.13] GH-139436: Remove references to downloadable PDF documentation (GH-140416) (#140420)
hugovk
[Python-checkins] gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
serhiy-storchaka
[Python-checkins] [3.14] gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (GH-138803) (#140426)
JelleZijlstra
[Python-checkins] gh-83714: Check for struct statx members in configure (#140402)
vstinner
[Python-checkins] [3.13] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140428)
AA-Turner
[Python-checkins] [3.14] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140427)
AA-Turner
[Python-checkins] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425)
JulienPalard
[Python-checkins] [3.13] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304) (#140363)
JelleZijlstra
[Python-checkins] gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (#138803)
JelleZijlstra
[Python-checkins] gh-140239: Check for statx on Android (#140395)
vstinner
[Python-checkins] [3.14] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304) (#140362)
JelleZijlstra
[Python-checkins] GH-139951: Fix major GC performance regression (GH-140262)
markshannon
[Python-checkins] [3.14] GH-139436: Remove references to downloadable PDF documentation (GH-140416) (#140419)
hugovk
[Python-checkins] GH-139436: Remove references to downloadable PDF documentation (#140416)
AA-Turner
[Python-checkins] [3.14] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140417)
ZeroIntensity
[Python-checkins] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
ZeroIntensity
[Python-checkins] gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)
vstinner
[Python-checkins] gh-133951: Add venv changes to documentation and whatsnew (GH-139704)
encukou
[Python-checkins] gh-139707: Better `ModuleNotFoundError` message for missing stdlib modules (GH-140219)
encukou
[Python-checkins] [3.14] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (GH-140400) (#140403)
kumaraditya303
[Python-checkins] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (#140400)
kumaraditya303
[Python-checkins] [3.14] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140365)
encukou
[Python-checkins] [3.13] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140366)
encukou
[Python-checkins] gh-140358: Bring back elapsed time and unreachable count to gc debug output (#140359)
pablogsal
[Python-checkins] gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602)
sobolevn
[Python-checkins] [3.13] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140387)
JelleZijlstra
[Python-checkins] [3.14] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140386)
JelleZijlstra
[Python-checkins] [3.14] gh-138891: fix star-unpack in get_annotations (GH-138951) (#140384)
JelleZijlstra
[Python-checkins] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (#139565)
JelleZijlstra
[Python-checkins] gh-138891: fix star-unpack in get_annotations (#138951)
JelleZijlstra
[Python-checkins] gh-133656: Remove unused import and private global in `Lib/zipimport.py` (GH-140325)
brettcannon
[Python-checkins] [3.14] gh-63161: Fix tokenize.detect_encoding() (GH-139446) (GH-140378)
serhiy-storchaka
[Python-checkins] gh-63161: Fix tokenize.detect_encoding() (GH-139446)
serhiy-storchaka
[Python-checkins] [3.14] gh-63161: Fix test_source_encoding when stderr is StringIO (GH-140361)
serhiy-storchaka
[Python-checkins] gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)
vstinner
[Python-checkins] [3.14] gh-140263: Fix data race in test_lock_two_threads (gh-140264) (gh-140369)
colesbury
[Python-checkins] Docs: replace an esoteric Von Neumann mention (#137598)
nedbat
[Python-checkins] gh-140263: Fix data race in test_lock_two_threads (gh-140264)
colesbury
[Python-checkins] gh-140166: Use `application/texinfo` as sole MIME type for `.texi` and `.texinfo` files (#140165)
hugovk
[Python-checkins] [3.9] gh-136755: Ignore additional errors in ntpath.realpath (GH-27574) (GH-140008)
ambv
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `imaplib` (#140299)
hugovk
[Python-checkins] gh-66646: Explain __base__ attribute in the docs (GH-102554)
encukou
[Python-checkins] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304)
markshannon
[Python-checkins] [3.13] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307) (GH-140357)
serhiy-storchaka
Earlier messages
Later messages