Messages by Thread
-
[Python-checkins] [3.14] gh-135120: Add test.support.subTests() (GH-135121) (GH-135208)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135205)
vstinner
-
[Python-checkins] [3.13] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135206)
vstinner
-
[Python-checkins] [3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#135207)
vstinner
-
[Python-checkins] Fix versionadded directive rendering in c-api/arg.rst (#135199)
vstinner
-
[Python-checkins] gh-134036: Update test_syntax for gh-133999 (#135204)
Yhg1s
-
[Python-checkins] gh-134993: Add os.lstat() to os.supports_dir_fd (#135188)
vstinner
-
[Python-checkins] [3.14] gh-128605: Revert "Add branch protections for x86_64 in asm_tr…ampoline.S (#128606) (#135077)" (GH-135175)
encukou
-
[Python-checkins] gh-135120: Add test.support.subTests() (GH-135121)
encukou
-
[Python-checkins] [3.14] gh-135155: Added dependencies required for compiling the _zstd module (GH-135156) (#135197)
gpshead
-
[Python-checkins] gh-134036: Improve error messages for invalid `raise` statements (#134077)
pablogsal
-
[Python-checkins] gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)
gpshead
-
[Python-checkins] [3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer (GH-135180)
zooba
-
[Python-checkins] [3.14] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958) (#135187)
mpage
-
[Python-checkins] GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
markshannon
-
[Python-checkins] [3.14] gh-135166: Fix exception type expected by test.test_zstd (GH-135167)
zooba
-
[Python-checkins] gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)
bitdancer
-
[Python-checkins] gh-135166: Fix exception type expected by test.test_zstd (GH-135167)
zooba
-
[Python-checkins] gh-135161: Remove redundant NULL check for 'exc' after dereference in ceval.c (#135162)
vstinner
-
[Python-checkins] [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)
vstinner
-
[Python-checkins] [3.14] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010) (GH-135173)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135060)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135178)
vstinner
-
[Python-checkins] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165)
encukou
-
[Python-checkins] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135169)
vstinner
-
[Python-checkins] [3.14] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135168)
vstinner
-
[Python-checkins] [3.13] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135164)
freakboy3742
-
[Python-checkins] gh-135124: Change stdout errors in regrtest worker process (#135138)
vstinner
-
[Python-checkins] [3.14] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135158)
freakboy3742
-
[Python-checkins] gh-131531: android.py enhancements to support cibuildwheel (#132870)
freakboy3742
-
[Python-checkins] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958)
mpage
-
[Python-checkins] [3.14] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (GH-135145) (#135150)
Yhg1s
-
[Python-checkins] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (#135145)
Yhg1s
-
[Python-checkins] Update the devcontainer image to the latest version (GH-135143)
brettcannon
-
[Python-checkins] [3.14] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135140)
terryjreedy
-
[Python-checkins] [3.13] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135141)
terryjreedy
-
[Python-checkins] gh-129876: Update IDLE News3.txt to May 2025 (#135139)
terryjreedy
-
[Python-checkins] [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134)
vstinner
-
[Python-checkins] [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)
vstinner
-
[Python-checkins] [3.13] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135132)
colesbury
-
[Python-checkins] [3.14] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135133)
vstinner
-
[Python-checkins] [3.14] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135127)
colesbury
-
[Python-checkins] [3.14] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135131)
colesbury
-
[Python-checkins] [3.14] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135129)
encukou
-
[Python-checkins] [3.13] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135130)
encukou
-
[Python-checkins] [3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128)
colesbury
-
[Python-checkins] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
encukou
-
[Python-checkins] gh-126483: disable warnings filters mutation in concurrent test (GH-132694)
colesbury
-
[Python-checkins] gh-135074: Fix exception messages in test.support module (GH-135076)
encukou
-
[Python-checkins] [3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (GH-134983)
encukou
-
[Python-checkins] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)
colesbury
-
[Python-checkins] [3.14] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100) (GH-135116)
colesbury
-
[Python-checkins] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100)
encukou
-
[Python-checkins] [3.14] Use a more clear example for the PEP 758 what's new section (GH-135118) (#135119)
pablogsal
-
[Python-checkins] Use a more clear example for the PEP 758 what's new section (#135118)
pablogsal
-
[Python-checkins] gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
methane
-
[Python-checkins] [3.14] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135113)
freakboy3742
-
[Python-checkins] [3.13] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135114)
freakboy3742
-
[Python-checkins] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (#135102)
freakboy3742
-
[Python-checkins] Python 3.13.4
Yhg1s
-
[Python-checkins] [3.13] Backport PyManager support to PC/layout script (GH-135096)
zooba
-
[Python-checkins] [3.9] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135084)
ambv
-
[Python-checkins] Python 3.11.13
pablogsal
-
[Python-checkins] Reword 3.9.23 notable changes to reflect status of backports
ambv
-
[Python-checkins] Python 3.10.18
pablogsal
-
[Python-checkins] [3.14] gh-127081: use `getlogin_r` if available (gh-132751) (gh-135097)
colesbury
-
[Python-checkins] [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
colesbury
-
[Python-checkins] Python 3.12.11
Yhg1s
-
[Python-checkins] gh-127081: use `getlogin_r` if available (gh-132751)
colesbury
-
[Python-checkins] [3.10] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (#135070)
ambv
-
[Python-checkins] [3.14] gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (GH-134871) (#135095)
vstinner
-
[Python-checkins] gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (#134871)
vstinner
-
[Python-checkins] [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135068)
ambv
-
[Python-checkins] [3.12] gh-135034: Remove test_realpath_permission (GH-135093)
ambv
-
[Python-checkins] [3.9] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135090)
ambv
-
[Python-checkins] [3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-134847)
ambv
-
[Python-checkins] [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135091)
ambv
-
[Python-checkins] [3.10] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135089)
ambv
-
[Python-checkins] [3.9] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135085)
ambv
-
[Python-checkins] [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135086)
ambv
-
[Python-checkins] [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135087)
ambv
-
[Python-checkins] [3.10] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135088)
ambv
-
[Python-checkins] [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135066)
ambv
-
[Python-checkins] [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064)
ambv
-
[Python-checkins] [3.9] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134615)
ambv
-
[Python-checkins] [3.10] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134614)
ambv
-
[Python-checkins] [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-128606) (GH-135077) (#135083)
vstinner
-
[Python-checkins] [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134613)
ambv
-
[Python-checkins] [3.10] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135079)
ambv
-
[Python-checkins] [3.9] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135078)
ambv
-
[Python-checkins] [3.12] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135081)
ambv
-
[Python-checkins] [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135080)
ambv
-
[Python-checkins] [3.14] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135077)
vstinner
-
[Python-checkins] Revert "Fix a glaring error in the logic backport of posixpath."
Yhg1s
-
[Python-checkins] [3.14] gh-135028: Increase parser MAXSTACK for nested parenthesis (GH-135031) (#135059)
vstinner
-
[Python-checkins] Fix a glaring error in the logic backport of posixpath.
Yhg1s
-
[Python-checkins] [3.14] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (gh-135037) (gh-135065)
ambv
-
[Python-checkins] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (#135037)
Yhg1s
-
[Python-checkins] [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054)
corona10
-
[Python-checkins] [3.14] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135053)
corona10
-
[Python-checkins] gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
vstinner
-
[Python-checkins] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200)
serhiy-storchaka
-
[Python-checkins] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)
vstinner
-
[Python-checkins] [3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) (GH-135058)
encukou
-
[Python-checkins] gh-134875: Fix mimallc build error for the old compilers (gh-134994)
corona10
-
[Python-checkins] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831)
encukou
-
[Python-checkins] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575)
serhiy-storchaka
-
[Python-checkins] gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes (GH-133241)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes (GH-133241) (GH-135050)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135046)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135049)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135048)
serhiy-storchaka
-
[Python-checkins] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040)
colesbury
-
[Python-checkins] [3.14] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135039)
colesbury
-
[Python-checkins] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013)
serhiy-storchaka
-
[Python-checkins] [3.14] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013) (GH-135038)
serhiy-storchaka
-
[Python-checkins] gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)
serhiy-storchaka
-
[Python-checkins] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910)
colesbury
-
[Python-checkins] [3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) (GH-135035)
ambv
-
[Python-checkins] [3.9] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (GH-129111) (GH-132371)
ambv
-
[Python-checkins] [3.9] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134346)
ambv
-
[Python-checkins] [3.9] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134481)
ambv
-
[Python-checkins] [3.10] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134480)
ambv
-
[Python-checkins] [3.10] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (GH-134345)
ambv
-
[Python-checkins] [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134479)
ambv
-
[Python-checkins] [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (GH-134341)
ambv
-
[Python-checkins] gh-123471: make concurrent iteration over `itertools.cycle` safe under free-threading (#131212)
kumaraditya303
-
[Python-checkins] [3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020)
ambv
-
[Python-checkins] [3.14] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135019)
ambv
-
[Python-checkins] gh-130999: Fix globals() poisoning in test_traceback (gh-135030)
ambv
-
[Python-checkins] gh-117852: fix argument checking of `async_generator.athrow` (#134868)
kumaraditya303
-
[Python-checkins] gh-130662: Accept leading zeros in precision/width for Decimal's formatting (#132549)
vstinner
-
[Python-checkins] gh-130662: Accept leading zeros in precision/width for Fraction's formatting (#130663)
vstinner
-
[Python-checkins] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001)
ambv
-
[Python-checkins] gh-132908: Add math.isnormal/issubnormal() functions (GH132935)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135017)
picnixz
-
[Python-checkins] [3.14] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135018)
picnixz
-
[Python-checkins] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (#134960)
picnixz
-
[Python-checkins] gh-134449: fix grammar for `precision_with_grouping` in format description (#134608)
picnixz
-
[Python-checkins] [3.14] gh-134449: fix grammar for `precision_with_grouping` in format description (GH-134608) (#135015)
picnixz
-
[Python-checkins] gh-134978: deprecate `string` keyword parameter for hash function constructors (#134979)
picnixz
-
[Python-checkins] gh-130478: fix HACL* build for macOS Silicon (#134188)
picnixz
-
[Python-checkins] [3.10] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503) (GH-126572) (#134030)
ambv
-
[Python-checkins] gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-132983: Minor fixes and clean up for the _zstd module (GH-134930) (GH-134998)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996)
picnixz
-
[Python-checkins] [3.14] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134997)
picnixz
-
[Python-checkins] gh-132983: Minor fixes and clean up for the _zstd module (GH-134930)
serhiy-storchaka
-
[Python-checkins] gh-133503: clarify `compileall -s/-p` docs (#134756)
picnixz
-
[Python-checkins] [3.14] gh-134970: Fix exception message in argparse module (GH-134971) (GH-134991)
serhiy-storchaka
-
[Python-checkins] gh-134970: Fix exception message in argparse module (GH-134971)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (#134964)
gpshead
-
[Python-checkins] [3.14] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi.c` (GH-133892) (#134988)
sobolevn
-
[Python-checkins] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi.c` (#133892)
sobolevn
-
[Python-checkins] [3.14] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134984)
gpshead
-
[Python-checkins] [3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134985)
gpshead
-
[Python-checkins] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844)
gpshead
-
[Python-checkins] [3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (#134932)
AA-Turner
-
[Python-checkins] [3.14] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134980)
gpshead
-
[Python-checkins] [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134981)
gpshead
-
[Python-checkins] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (#134955)
gpshead
-
[Python-checkins] [3.14] Improve format of `InternalDocs/exception_handling.md` (GH-134969) (#134975)
sobolevn
-
[Python-checkins] Improve format of `InternalDocs/exception_handling.md` (#134969)
sobolevn
-
[Python-checkins] skip test for sys._stdlib_dir if that is not present (#134973)
cfbolz
-
[Python-checkins] Skip test as cpython_only that checks whether setattr interns the attribute or not (#134972)
cfbolz
-
[Python-checkins] gh-133968: Create the Unicode writer on demand in json (#133832)
vstinner
-
[Python-checkins] gh-134696: fix `hashlib` tests for FIPS-only BLAKE-2 buildbot (#134968)
picnixz
-
[Python-checkins] gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
serhiy-storchaka
-
[Python-checkins] gh-134918: Fix and improve doctest's documentation (GH-134919)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134966)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967)
serhiy-storchaka
-
[Python-checkins] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
serhiy-storchaka
-
[Python-checkins] gh-134718: Omit optional Load() values in ast.dump() (GH-134934)
serhiy-storchaka
-
[Python-checkins] gh-91048: Reorder result tuple of parse_code_object (#134898)
pablogsal
-
[Python-checkins] [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914)
savannahostrowski
-
[Python-checkins] [3.14] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134913)
savannahostrowski
-
[Python-checkins] gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
zooba
-
[Python-checkins] rearrange my gitingore addition w/comment to make backporting easier (#134945)
gpshead
-
[Python-checkins] [3.14] .gitignore personal Claude Code configs (GH-134942) (#134944)
gpshead
-
[Python-checkins] .gitignore personal Claude Code configs (#134942)
gpshead
-
[Python-checkins] [3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134941)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134940)
serhiy-storchaka
-
[Python-checkins] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925)
serhiy-storchaka
-
[Python-checkins] gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
ericsnowcurrently
-
[Python-checkins] [3.14] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134931)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-134885: zstd: Use Py_XSETREF (GH-134886) (GH-134922)
encukou
-
[Python-checkins] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775)
encukou
-
[Python-checkins] gh-134718: Fix ast.dump() for empty non-default values (GH-134926)
serhiy-storchaka
-
[Python-checkins] GH-134879: Fix `INSTRUMENT_FOR_ITER` for list/tuple (#134897)
gpshead
-
[Python-checkins] gh-134586: mark `_mi_assert_fail` as `noreturn`, `cold` and `throw` (#134624)
picnixz
-
[Python-checkins] gh-134885: zstd: Use Py_XSETREF (GH-134886)
encukou
-
[Python-checkins] gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)
vstinner