python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135593)
ericsnowcurrently
[Python-checkins] [3.14] gh-119132: Update 'Using Python on macOS' documentation. (GH-135591) (#135594)
ned-deily
[Python-checkins] [3.14] gh-128627: Emscripten: Add missing semicolon in ios detection code (GH-135590) (#135592)
freakboy3742
[Python-checkins] gh-119132: Update 'Using Python on macOS' documentation. (#135591)
ned-deily
[Python-checkins] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
ericsnowcurrently
[Python-checkins] gh-128627: Emscripten: Add missing semicolon in ios detection code (#135590)
freakboy3742
[Python-checkins] Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588)
AA-Turner
[Python-checkins] Use replacements to update versions in "Using Python on macOS" (#130400)
ned-deily
[Python-checkins] [3.13] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135587)
ned-deily
[Python-checkins] [3.14] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135586)
ned-deily
[Python-checkins] [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582)
colesbury
[Python-checkins] [3.14] gh-116738: Make _heapq module thread-safe (GH-135036) (gh-135309)
colesbury
[Python-checkins] [3.14] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135581)
colesbury
[Python-checkins] gh-132617: Fix `dict.update()` mutation check (gh-134815)
colesbury
[Python-checkins] [3.14] gh-135513: Fix unused variable warning in `crossinterp.c` (GH-135514) (#135577)
vstinner
[Python-checkins] gh-135513: Fix unused variable warning in `crossinterp.c` (#135514)
vstinner
[Python-checkins] [3.14] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126) (#135470)
hugovk
[Python-checkins] [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565)
corona10
[Python-checkins] [3.14] GH-135171: Revert async generator expressions behavior (#135352)
hugovk
[Python-checkins] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
corona10
[Python-checkins] [3.11] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127813) (#135463)
pablogsal
[Python-checkins] [3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135343)
encukou
[Python-checkins] gh-120608: fix NEWS entry typo (#135535)
hugovk
[Python-checkins] [3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)
hugovk
[Python-checkins] [3.14] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) (GH-135538)
vsajip
[Python-checkins] gh-131798: JIT: replace _CHECK_METHOD_VERSION with _CHECK_FUNCTION_VERSION_INLINE (GH-135022)
Fidget-Spinner
[Python-checkins] [3.14] gh-111178: fix UBSan failures for `RemoteUnwinderObject` (GH-135539) (#135547)
pablogsal
[Python-checkins] [3.14] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135548)
bitdancer
[Python-checkins] [3.13] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135549)
bitdancer
[Python-checkins] [3.14] gh-135371: Clean tags from pointers in all cases in remote debugging module (GH-135534) (#135545)
pablogsal
[Python-checkins] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (#92900)
bitdancer
[Python-checkins] gh-135361: update documentation for `remote_debugger_script` audit event (#135362)
pablogsal
[Python-checkins] [3.14] gh-135361: update documentation for `remote_debugger_script` audit event (GH-135362) (#135546)
pablogsal
[Python-checkins] gh-111178: fix UBSan failures for `RemoteUnwinderObject` (#135539)
pablogsal
[Python-checkins] gh-135371: Clean tags from pointers in all cases in remote debugging module (#135534)
pablogsal
[Python-checkins] [3.14] gh-65697: Improved error msg for configparser key validation (GH-135527) (#135541)
jaraco
[Python-checkins] gh-65697: Improved error msg for configparser key validation (#135527)
jaraco
[Python-checkins] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)
vsajip
[Python-checkins] gh-135171: Update documentation for the generator expression (GH-135351)
gpshead
[Python-checkins] [3.13] gh-135171: Update documentation for the generator expression (GH-135351) (GH-135525)
gpshead
[Python-checkins] [3.14] gh-135171: Update documentation for the generator expression (GH-135351) (#135524)
gpshead
[Python-checkins] [3.14] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135516)
picnixz
[Python-checkins] [3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135517)
picnixz
[Python-checkins] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (#135508)
picnixz
[Python-checkins] [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (GH-135505) (#135515)
AA-Turner
[Python-checkins] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (#135505)
AA-Turner
[Python-checkins] gh-135368: Fix mocks on dataclass specs with `instance=True` (#135421)
cjw296
[Python-checkins] gh-135474: Specialize arithmetic only on compact ints (GH-135479)
Fidget-Spinner
[Python-checkins] [3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-135421) (#135503)
sobolevn
[Python-checkins] [3.13] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135501)
hugovk
[Python-checkins] [3.14] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135499)
terryjreedy
[Python-checkins] gh-135496: Fix f string exclamation mark error typo (#135495)
terryjreedy
[Python-checkins] [3.14] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135493)
ericsnowcurrently
[Python-checkins] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135438)
ericsnowcurrently
[Python-checkins] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)
ericsnowcurrently
[Python-checkins] [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453)
ncoghlan
[Python-checkins] [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133765)
serhiy-storchaka
[Python-checkins] [3.14] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135481)
serhiy-storchaka
[Python-checkins] [3.13] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135482)
serhiy-storchaka
[Python-checkins] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464)
serhiy-storchaka
[Python-checkins] [3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135440)
vsajip
[Python-checkins] [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441)
vsajip
[Python-checkins] [3.13] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135477)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476)
hugovk
[Python-checkins] gh-106318: Add example for `str.expandtabs()` (#134525)
hugovk
[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)
zooba
[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)
zooba
[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)
zooba
[Python-checkins] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126)
encukou
[Python-checkins] [3.14] gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433) (#135467)
picnixz
[Python-checkins] gh-135244: improve wording of `uuid8` docs about CSPRNG (#135433)
picnixz
[Python-checkins] [3.14] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135344)
encukou
[Python-checkins] gh-126703: Add freelist for PyComplexObject's (gh-135233)
corona10
[Python-checkins] [3.13] gh-106318: Add example for `str.endswith()` (GH-134523) (#135460)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459)
hugovk
[Python-checkins] gh-106318: Add example for `str.endswith()` (#134523)
hugovk
[Python-checkins] [3.13] gh-106318: Add example for `str.encode()` (GH-134520) (#135458)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457)
hugovk
[Python-checkins] gh-106318: Add example for `str.encode()` (#134520)
hugovk
[Python-checkins] gh-135308: clarify math.issubnormal() description (GH-135324)
encukou
[Python-checkins] GH-134273: Allow setting JIT compiler flags at build time with CFLAGS_JIT (GH134276)
brandtbucher
[Python-checkins] [3.14] Revert "gh-135410: use a critical section around `StringIO.__next__` (GH-135412)" (GH-135439) (gh-135449)
corona10
[Python-checkins] Revert "gh-135410: use a critical section around `StringIO.__next__` (#135412)" (#135439)
corona10
[Python-checkins] [3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442) (#135446)
gaogaotiantian
[Python-checkins] gh-135429: Fix the argument mismatch in lsprof throw event (#135442)
gaogaotiantian
[Python-checkins] doc: Remove what was essentially duplicate wording. (GH-135431)
vsajip
[Python-checkins] gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
encukou
[Python-checkins] [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)
ericsnowcurrently
[Python-checkins] [3.14] gh-135410: use a critical section around `StringIO.__next__` (GH-135412) (#135425)
kumaraditya303
[Python-checkins] gh-135410: use a critical section around `StringIO.__next__` (#135412)
kumaraditya303
[Python-checkins] [3.14] gh-128627: Fix iPad detection in wasm-gc (GH-135388) (#135419)
freakboy3742
[Python-checkins] gh-128627: Fix iPad detection in wasm-gc (#135388)
freakboy3742
[Python-checkins] [3.14] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135416)
ericvsmith
[Python-checkins] [3.13] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135417)
ericvsmith
[Python-checkins] Fix presentation of dataclasses' `unsafe_hash` default value (#116532)
ericvsmith
[Python-checkins] gh-134939: Add the concurrent.interpreters Module (gh-133958)
ericsnowcurrently
[Python-checkins] Python 3.13.5
Yhg1s
[Python-checkins] [3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397)
ambv
[Python-checkins] [3.10] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135398)
ambv
[Python-checkins] [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)
ambv
[Python-checkins] [3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135395)
vstinner
[Python-checkins] [3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135394)
vstinner
[Python-checkins] [3.12] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata` (GH-132887) (GH-135393)
ambv
[Python-checkins] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (#135337)
vstinner
[Python-checkins] [3.12] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) (GH-135392)
ambv
[Python-checkins] [3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable for 3.13 (#135390)
ambv
[Python-checkins] [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391)
Yhg1s
[Python-checkins] GH-135379: Remove types from stack items in code generator. (GH-135384)
markshannon
[Python-checkins] [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134535)
Yhg1s
[Python-checkins] [3.14] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135382)
serhiy-storchaka
[Python-checkins] [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383)
serhiy-storchaka
[Python-checkins] gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-135209)
encukou
[Python-checkins] [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135353)
vstinner
[Python-checkins] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322)
serhiy-storchaka
[Python-checkins] [3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135350)
serhiy-storchaka
[Python-checkins] [3.14] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135349)
serhiy-storchaka
[Python-checkins] [3.14] gh-135326: Test support of __index__ in random.getrandbits() (GH-135356) (#135373)
gpshead
[Python-checkins] gh-135326: Test support of __index__ in random.getrandbits() (#135356)
gpshead
[Python-checkins] [3.14] gh-91048: Reorder result tuple of parse_code_object (GH-134898) (#134956)
pablogsal
[Python-checkins] [3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135348)
pablogsal
[Python-checkins] [3.14] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135345)
vstinner
[Python-checkins] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (#135347)
Yhg1s
[Python-checkins] gh-130077: Properly match full soft keywords in the parser (#135317)
pablogsal
[Python-checkins] [3.14] gh-118928: Amend sqlite3 execute*() deprecation notes (GH-135163) (#135342)
erlend-aasland
[Python-checkins] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222)
encukou
[Python-checkins] gh-118928: Amend sqlite3 execute*() deprecation notes (#135163)
erlend-aasland
[Python-checkins] [3.14] Docs: fix docstring of `email.message.Message.add_header` (GH-134355) (#135339)
picnixz
[Python-checkins] [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)
Yhg1s
[Python-checkins] Docs: fix docstring of `email.message.Message.add_header` (#134355)
picnixz
[Python-checkins] [3.13] gh-133157: fix UBSan failures in `Parser/pegen.c` (GH-134048) (#135334)
picnixz
[Python-checkins] [3.14] Fix definition of `_Py_RemoteDebug_` symbols for static linking (GH-135146) (#135318)
pablogsal
[Python-checkins] [3.14] Fix warnings `set but not used [-Wunused-but-set-variable]` in remote_debug.h (GH-135290) (#135319)
pablogsal
[Python-checkins] [3.14] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (GH-134048) (#135320)
pablogsal
[Python-checkins] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (#134048)
pablogsal
[Python-checkins] Fix warnings `set but not used [-Wunused-but-set-variable]` in remote_debug.h (#135290)
pablogsal
[Python-checkins] Fix definition of `_Py_RemoteDebug_` symbols for static linking (#135146)
pablogsal
[Python-checkins] [3.13] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135300)
pablogsal
[Python-checkins] [3.14] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135299)
pablogsal
[Python-checkins] gh-116738: Make _heapq module thread-safe (#135036)
mpage
[Python-checkins] GH-131296: Suppress clang-cl warnings in socketmodule.c (GH-131821)
zooba
[Python-checkins] [3.14] gh-127833: Reword and expand the Notation section (GH-134443) (GH-135301)
encukou
[Python-checkins] gh-127833: Reword and expand the Notation section (GH-134443)
encukou
[Python-checkins] gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLCalendar` as 'utf-8' (#135002)
vstinner
[Python-checkins] [3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-28358) (#135298)
vstinner
[Python-checkins] gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#135297)
vstinner
[Python-checkins] [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
vstinner
[Python-checkins] [3.14] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289)
zooba
[Python-checkins] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289)
zooba
[Python-checkins] gh-131798: Optimize `_UNARY_INVERT` (GH-135222)
Fidget-Spinner
[Python-checkins] [3.14] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)
markshannon
[Python-checkins] gh-131316: fix invalid `DECREF` in `_md5.md5.copy()` (#135291)
picnixz
[Python-checkins] bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)
vstinner
[Python-checkins] gh-135004: rewrite and cleanup `blake2module.c` (#135006)
picnixz
[Python-checkins] gh-135234: improve `_hashlib` exceptions when reporting an OpenSSL function failure (#135250)
picnixz
[Python-checkins] [3.13] Use f-strings in csv docs example (GH-135245) (#135286)
hauntsaninja
[Python-checkins] [3.14] Use f-strings in csv docs example (GH-135245) (#135285)
hauntsaninja
[Python-checkins] Use f-strings in csv docs example (#135245)
hauntsaninja
[Python-checkins] [3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279)
jaraco
[Python-checkins] [3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280)
terryjreedy
[Python-checkins] [3.13] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135281)
terryjreedy
[Python-checkins] [3.14] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135278)
jaraco
[Python-checkins] gh-135263: Fix typo in token.NAME documentation (#135275)
Eclips4
[Python-checkins] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (#135277)
jaraco
[Python-checkins] [3.13] Update tutorial for new "Copy" button (GH-135007) (#135271)
hugovk
[Python-checkins] Add compile_commands.json to .gitignore (#135111)
AA-Turner
[Python-checkins] [3.14] Update tutorial for new "Copy" button (GH-135007) (#135270)
hugovk
[Python-checkins] Update tutorial for new "Copy" button (#135007)
hugovk
[Python-checkins] gh-134531: refactor `_hashlib` logic for handling NIDs and EVP_MDs (#135254)
picnixz
[Python-checkins] [3.13] gh-134976: document the exception type that can be raised by `s[i]` (GH-134977) (#135259)
picnixz
[Python-checkins] [3.14] gh-134976: document the exception type that can be raised by `s[i]` (GH-134977) (#135258)
picnixz
[Python-checkins] gh-134976: document the exception type that can be raised by `s[i]` (#134977)
picnixz
[Python-checkins] [3.14] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#135255)
picnixz
[Python-checkins] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (#135226)
picnixz
[Python-checkins] gh-133579: correctly report C curses errors in `_curses_panel` (#134629)
picnixz
[Python-checkins] gh-134531: fix `_hashlib` clinic directive post GH-134626 (#135249)
picnixz
[Python-checkins] [3.14] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135247)
picnixz
[Python-checkins] [3.13] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135248)
picnixz
[Python-checkins] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (#134687)
picnixz
[Python-checkins] GH-131798: Type-propagate string/list/tuple slices (GH-134671)
brandtbucher
[Python-checkins] [3.14] gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (GH-134878) (#135240)
pablogsal
[Python-checkins] gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (#134878)
pablogsal
[Python-checkins] [3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135214)
encukou
[Python-checkins] Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" temporarily (GH-135232)
encukou
[Python-checkins] GH-131798: Optimize away type(x) in the JIT when the result is known (GH-135194)
brandtbucher
[Python-checkins] [3.14] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135191)
bitdancer
[Python-checkins] [3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192)
bitdancer
[Python-checkins] [3.13] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (GH-135221)
encukou
[Python-checkins] [3.14] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (GH-135220)
encukou
[Python-checkins] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640)
encukou
[Python-checkins] [3.14] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135213)
encukou
[Python-checkins] [3.14] gh-57089: Note _layout_ in the bitfield docs (GH-134148) (GH-135216)
encukou
[Python-checkins] gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
erlend-aasland
[Python-checkins] gh-57089: Note _layout_ in the bitfield docs (GH-134148)
encukou
[Python-checkins] [3.13] gh-128605: Revert "Add branch protections for x86_64 in asm_tr…ampoline.S (GH-128606) (GH-135077)" (GH-135175) (GH-135203)
encukou
[Python-checkins] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174)
encukou
[Python-checkins] [3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210)
serhiy-storchaka
[Python-checkins] gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
encukou
[Python-checkins] [3.13] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (GH-135181) (#135211)
vstinner
[Python-checkins] [3.14] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (GH-135181) (#135212)
vstinner
[Python-checkins] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (#135181)
vstinner
Earlier messages
Later messages