python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/02/02
[Python-checkins] [3.13] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713) (#144397)
Yhg1s
2026/02/02
[Python-checkins] [3.13] gh-129401: Test repr rlock failing randomly (GH-129959) (#144405)
colesbury
2026/02/02
[Python-checkins] gh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_STACK_SPACE_OPERAND` in JIT optiimizer (GH-144394)
markshannon
2026/02/02
[Python-checkins] gh-75572: Speed up test_xpickle (GH-144393)
serhiy-storchaka
2026/02/02
[Python-checkins] [3.13] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144400)
hugovk
2026/02/02
[Python-checkins] [3.14] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144399)
hugovk
2026/02/02
[Python-checkins] gh-144376: Only run 'address' fuzzer for python3-libraries (#144398)
hugovk
2026/02/02
[Python-checkins] [3.14] gh-144348: annotationlib: fix test that relies on set ordering (GH-144359) (#144375)
JelleZijlstra
2026/02/02
[Python-checkins] gh-144242: Note that issues aren't needed for typos in docs template (GH-144288)
encukou
2026/02/02
[Python-checkins] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713)
encukou
2026/02/02
[Python-checkins] gh-134160: "First extension module" tutorial improvements (GH-144183)
encukou
2026/02/02
[Python-checkins] gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
markshannon
2026/02/02
[Python-checkins] gh-144001: Simplify Base64 decoding with altchars and ignorechars specified (GH-144324)
serhiy-storchaka
2026/02/02
[Python-checkins] gh-115231: Fill __module__ for built-in staticmethods (#115232)
vstinner
2026/02/02
[Python-checkins] [3.14] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381) (#144389)
kumaraditya303
2026/02/02
[Python-checkins] docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358)
kumaraditya303
2026/02/02
[Python-checkins] [3.13] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381) (#144390)
kumaraditya303
2026/02/02
[Python-checkins] gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)
kumaraditya303
2026/02/01
[Python-checkins] [3.14] gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333) (GH-144385)
ZeroIntensity
2026/02/01
[Python-checkins] gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)
ZeroIntensity
2026/02/01
[Python-checkins] gh-143904: Raise OverflowError instead of IndexError for too large offset in struct.pack_into() (GH-143905)
serhiy-storchaka
2026/01/31
[Python-checkins] gh-144348: annotationlib: fix test that relies on set ordering (#144359)
JelleZijlstra
2026/01/31
[Python-checkins] Fix unused variable 'COLORS' warning in optimizer.c (#144373)
Fidget-Spinner
2026/01/30
[Python-checkins] gh-144319: Fix huge page safety in pymalloc arenas (#144331)
pablogsal
2026/01/30
[Python-checkins] gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
colesbury
2026/01/30
[Python-checkins] [3.14] gh-144295: Fix data race in dict method lookup and global load (gh-144312) (#144346)
colesbury
2026/01/30
[Python-checkins] gh-144280: Add missing predicate symbol to case-switch (GH-144298)
Fidget-Spinner
2026/01/30
[Python-checkins] gh-144295: Fix data race in dict method lookup and global load (gh-144312)
colesbury
2026/01/30
[Python-checkins] gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
Fidget-Spinner
2026/01/30
[Python-checkins] gh-144342: Use `time.sleep` in `profiling.sampling` (#144343)
pablogsal
2026/01/29
[Python-checkins] gh-143423: Fix free-threaded build detection in sampling profiler (#143426)
pablogsal
2026/01/29
[Python-checkins] gh-143192 Avoid incref/decref pair in long_bitwise (gh-143194)
colesbury
2026/01/29
[Python-checkins] [3.14] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH-144327)
ZeroIntensity
2026/01/29
[Python-checkins] [3.13] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH-144328)
ZeroIntensity
2026/01/29
[Python-checkins] gh-144307: Fix a reference leak during module teardown (GH-144308)
ZeroIntensity
2026/01/29
[Python-checkins] Test: fix stale uops usage in `test_capi/test_opt.py` (GH-144239)
Fidget-Spinner
2026/01/29
[Python-checkins] gh-143946: Add more debug info in `optimize_uops` (GH-144262)
Fidget-Spinner
2026/01/29
[Python-checkins] gh-144264: Speed up Base64 decoding of data containing ignored characters (GH-144265)
serhiy-storchaka
2026/01/29
[Python-checkins] gh-144322: typo This errors to These errors (#144323)
pablogsal
2026/01/29
[Python-checkins] gh-144206: Improve error messages for buffer overflow in fcntl.fcntl() and fcntl.ioctl() (GH-144273)
serhiy-storchaka
2026/01/29
[Python-checkins] gh-144309: Build Python with POSIX 2024 (#144310)
vstinner
2026/01/29
[Python-checkins] gh-144319: Add huge pages support for pymalloc (#144320)
pablogsal
2026/01/28
[Python-checkins] [3.13] gh-142387: Reduce Android testbed API level to 33 (GH-144315) (#144318)
freakboy3742
2026/01/28
[Python-checkins] [3.14] gh-142387: Reduce Android testbed API level to 33 (GH-144315) (#144317)
freakboy3742
2026/01/28
[Python-checkins] gh-142387: Reduce Android testbed API level to 33 (#144315)
freakboy3742
2026/01/28
[Python-checkins] [3.13] gh-144194: Fix mmap failure check in perf_jit_trampoline.c (#143713) (#144304)
vstinner
2026/01/28
[Python-checkins] gh-83069: Use efficient event-driven `subprocess.Popen.wait()` on Linux / macOS / BSD (#144047)
vstinner
2026/01/28
[Python-checkins] [3.14] gh-144194: Fix mmap failure check in perf_jit_trampoline.c (GH-143713) (#144301)
vstinner
2026/01/28
[Python-checkins] gh-144194: Fix mmap failure check in perf_jit_trampoline.c (#143713)
vstinner
2026/01/28
[Python-checkins] gh-140232: Do not track frozenset objects with immutables (#140234)
vstinner
2026/01/28
[Python-checkins] gh-144249: Report filename in SSLContext.load_cert_chain errors (#144250)
vstinner
2026/01/27
[Python-checkins] [3.13] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144260)
JelleZijlstra
2026/01/27
[Python-checkins] gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
colesbury
2026/01/27
[Python-checkins] gh-120321: Add missing "return false" in gen_try_set_executing (gh-144291)
colesbury
2026/01/27
[Python-checkins] [3.13] gh-144257: document return values of PyModule_SetDocString (GH-144258) (GH-144286)
ZeroIntensity
2026/01/27
[Python-checkins] GH-126910: add test for manual frame unwinding (#144137)
pablogsal
2026/01/27
[Python-checkins] [3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (#144245)
vstinner
2026/01/27
[Python-checkins] Avoid TestNullDlsym hanging on HP-PA (#141011)
vstinner
2026/01/27
[Python-checkins] [3.13] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693) (GH-144267)
encukou
2026/01/27
[Python-checkins] [3.14] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693) (GH-144266)
encukou
2026/01/27
[Python-checkins] [3.14] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (GH-140466) (#144269)
vstinner
2026/01/27
[Python-checkins] gh-143883: Use named parameters in PyModExport-related declarations & docs (GH-143884)
encukou
2026/01/27
[Python-checkins] [3.13] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (GH-140466) (#144268)
vstinner
2026/01/27
[Python-checkins] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (#140466)
vstinner
2026/01/27
[Python-checkins] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693)
encukou
2026/01/26
[Python-checkins] [3.14] gh-144257: document return values of PyModule_SetDocString (GH-144258) (GH-144263)
ZeroIntensity
2026/01/26
[Python-checkins] gh-144257: document return values of PyModule_SetDocString (GH-144258)
ZeroIntensity
2026/01/26
[Python-checkins] gh-142037: Fix a refleak introduced in GH-142081 (GH-144256)
serhiy-storchaka
2026/01/26
[Python-checkins] gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode() (GH-144024)
serhiy-storchaka
2026/01/26
[Python-checkins] [3.12] gh-143935: Email preserve parens when folding comments (GH-143936) (#144036)
pablogsal
2026/01/26
[Python-checkins] gh-142966: Make ctypes.POINTER.set_type also reset format (GH-142967)
encukou
2026/01/26
[Python-checkins] [3.13] gh-101888: Add function.__builtins__ to ref documentation (GH-144174) (#144253)
vstinner
2026/01/26
[Python-checkins] [3.14] gh-101888: Add function.__builtins__ to ref documentation (GH-144174) (#144252)
vstinner
2026/01/26
[Python-checkins] gh-101888: Add function.__builtins__ to ref documentation (#144174)
vstinner
2026/01/26
[Python-checkins] [3.14] gh-142119: Clarify context manager protocol documentation on `ContextVar.set` and `Token` (GH-143694) (GH-144251)
encukou
2026/01/26
[Python-checkins] gh-142119: Clarify context manager protocol documentation on `ContextVar.set` and `Token` (GH-143694)
encukou
2026/01/26
[Python-checkins] gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH-140559)
encukou
2026/01/26
[Python-checkins] [3.13] gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924) (GH-143729)
encukou
2026/01/26
[Python-checkins] gh-144212: Add `image/jxl` to `mimetypes` (GH-144213)
encukou
2026/01/26
[Python-checkins] [3.14] gh-143928: Remove outdated comparison between pickle and marshal regarding recursion (GH-144025) (#144246)
vstinner
2026/01/26
[Python-checkins] [3.13] gh-143928: Remove outdated comparison between pickle and marshal regarding recursion (GH-144025) (#144247)
vstinner
2026/01/26
[Python-checkins] gh-143928: Remove outdated comparison between pickle and marshal regarding recursion (#144025)
vstinner
2026/01/26
[Python-checkins] [3.14] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (GH-144108) (#144244)
vstinner
2026/01/26
[Python-checkins] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)
vstinner
2026/01/26
[Python-checkins] [3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227)
vstinner
2026/01/26
[Python-checkins] gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)
vstinner
2026/01/26
[Python-checkins] [3.14] Programming FAQ: fix some punctuaction typos (GH-144058) (GH-144185)
encukou
2026/01/26
[Python-checkins] [3.13] gh-144233: Fix typo in os.eventfd documentation (GH-144234) (#144237)
hugovk
2026/01/26
[Python-checkins] [3.14] gh-144233: Fix typo in os.eventfd documentation (GH-144234) (#144238)
hugovk
2026/01/26
[Python-checkins] gh-144233: Fix typo in os.eventfd documentation (#144234)
hugovk
2026/01/25
[Python-checkins] gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
JelleZijlstra
2026/01/25
[Python-checkins] gh-144217: Add dicom support (medical imaging) to mimetypes (GH-144218)
ZeroIntensity
2026/01/25
[Python-checkins] gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (GH-143996)
Fidget-Spinner
2026/01/25
[Python-checkins] [3.14] gh-142779: Initialize reserved field for proper padding (GH-142780) (#144159)
vstinner
2026/01/25
[Python-checkins] [3.14] gh-144125: email: verify headers are sound in BytesGenerator (#144182)
hugovk
2026/01/25
[Python-checkins] [3.11] gh-143919: Reject control characters in http cookies (#144092)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140831)
pablogsal
2026/01/25
[Python-checkins] [3.14] gh-143935: Email preserve parens when folding comments (GH-143936) (#144034)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142141)
pablogsal
2026/01/25
[Python-checkins] [3.14] gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259) (#143297)
pablogsal
2026/01/25
[Python-checkins] [3.12] gh-143919: Reject control characters in http cookies (#144091)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142299)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142212)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142142)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142213)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142298)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-143935: Email preserve parens when folding comments (GH-143936) (#144037)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-144125: email: verify headers are sound in BytesGenerator (#144180)
pablogsal
2026/01/25
[Python-checkins] [3.13] gh-143935: Email preserve parens when folding comments (GH-143936) (#144035)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-144125: email: verify headers are sound in BytesGenerator (#144189)
pablogsal
2026/01/25
[Python-checkins] [3.13] gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259) (#143298)
pablogsal
2026/01/25
[Python-checkins] [3.13] gh-144125: email: verify headers are sound in BytesGenerator (#144181)
pablogsal
2026/01/25
[Python-checkins] [3.13] gh-143919: Reject control characters in http cookies (#144090)
pablogsal
2026/01/25
[Python-checkins] [3.13] Programming FAQ: fix some punctuaction typos (GH-144058) (#144186)
pablogsal
2026/01/25
[Python-checkins] [3.12] gh-143925: Reject control characters in data: URL mediatypes (#144113)
pablogsal
2026/01/25
[Python-checkins] [3.13] gh-143925: Reject control characters in data: URL mediatypes (#144111)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-143919: Reject control characters in http cookies (#144094)
pablogsal
2026/01/25
[Python-checkins] [3.11] gh-143925: Reject control characters in data: URL mediatypes (#144114)
pablogsal
2026/01/25
[Python-checkins] [3.10] gh-143925: Reject control characters in data: URL mediatypes (#144115)
pablogsal
2026/01/25
[Python-checkins] gh-143504: Expose CELL status of a symbol in symtable (#143549)
iritkatriel
2026/01/24
[Python-checkins] gh-144140: Optimize len for string constants in optimizer (GH-144142)
Fidget-Spinner
2026/01/24
[Python-checkins] Remove stray typedef in _tkinter.c (GH-142924)
serhiy-storchaka
2026/01/24
[Python-checkins] [3.13] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) (GH-144153)
serhiy-storchaka
2026/01/24
[Python-checkins] gh-142037: Improve error messages for printf-style formatting (GH-142081)
serhiy-storchaka
2026/01/24
[Python-checkins] gh-142913: Add generated test files to gitattributes (GH-144209)
Fidget-Spinner
2026/01/24
[Python-checkins] gh-130415: Narrow types to constants in branches involving specialized comparisons with a constant (GH-144150)
Fidget-Spinner
2026/01/24
[Python-checkins] gh-144068: fix JIT tracer memory leak when daemon thread exits (GH-144077)
Fidget-Spinner
2026/01/24
[Python-checkins] Misc: remove duplicate `instr_frame` assignment in `_PyJit_TryInitializeTracing` (GH-144155)
Fidget-Spinner
2026/01/24
[Python-checkins] gh-144016: Fix bad stack assert in the JIT optimizer (GH-144019)
Fidget-Spinner
2026/01/24
[Python-checkins] gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
Fidget-Spinner
2026/01/23
[Python-checkins] [3.13] gh-135142: Initial 3.15 News3.txt entries (GH-144200) (#144202)
terryjreedy
2026/01/23
[Python-checkins] [3.14] gh-135142: Initial 3.15 News3.txt entries (GH-144200) (#144201)
terryjreedy
2026/01/23
[Python-checkins] gh-135142: Initial 3.15 IDLE News3.txt entries (#144200)
terryjreedy
2026/01/23
[Python-checkins] gh-74902: Avoid hitting unicode.org for test data (GH-144195)
zware
2026/01/23
[Python-checkins] [3.14] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028) (GH-144192)
serhiy-storchaka
2026/01/23
[Python-checkins] [3.13] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028) (GH-144193)
serhiy-storchaka
2026/01/23
[Python-checkins] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028)
serhiy-storchaka
2026/01/23
[Python-checkins] gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#144006)
savannahostrowski
2026/01/23
[Python-checkins] gh-141376: smelly.py: Print only smelly symbols, or all of them with --verbose (GH-141394)
encukou
2026/01/23
[Python-checkins] Programming FAQ: fix some punctuaction typos (GH-144058)
encukou
2026/01/23
[Python-checkins] gh-144125: email: verify headers are sound in BytesGenerator
sethmlarson
2026/01/23
[Python-checkins] [3.14] gh-143925: Reject control characters in data: URL mediatypes (#144084)
hugovk
2026/01/23
[Python-checkins] [3.14] gh-143919: Reject control characters in http cookies (#144089)
hugovk
2026/01/23
[Python-checkins] [3.14] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) (GH-144170)
encukou
2026/01/23
[Python-checkins] [3.13] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) (GH-144171)
encukou
2026/01/23
[Python-checkins] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099)
encukou
2026/01/22
[Python-checkins] gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
colesbury
2026/01/22
[Python-checkins] gh-143513: Remove importlib.abc documentation for removed ABCs (#143605)
brettcannon
2026/01/22
[Python-checkins] [3.14] gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143605) (GH-144166)
brettcannon
2026/01/22
[Python-checkins] Add source links to documentation for Windows-specific modules (GH-130244)
zooba
2026/01/22
[Python-checkins] gh-143756: Avoid borrowed reference in SSL code (gh-143816)
colesbury
2026/01/22
[Python-checkins] [3.13] gh-142779: Initialize reserved field for proper padding (GH-142780) (#144160)
vstinner
2026/01/22
[Python-checkins] gh-144157: Optimize bytes.translate() by deferring change detection (GH-144158)
gpshead
2026/01/22
[Python-checkins] gh-142779: Initialize reserved field for proper padding (#142780)
vstinner
2026/01/22
[Python-checkins] [3.14] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of 0 (GH-144022) (#144151)
vstinner
2026/01/22
[Python-checkins] [3.13] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of 0 (GH-144022) (#144152)
vstinner
2026/01/22
[Python-checkins] [3.13] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867) (GH-144147)
encukou
2026/01/22
[Python-checkins] [3.14] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867) (GH-144146)
encukou
2026/01/22
[Python-checkins] gh-67041: Allow to distinguish between empty and not defined URI components (GH-123305)
serhiy-storchaka
2026/01/22
[Python-checkins] [3.13] gh-77188: Add pickle tests for objects with slots (GH-144116) (GH-144120)
serhiy-storchaka
2026/01/22
[Python-checkins] [3.14] gh-143959: Make _datetime optional for test_sys (GH-144003) (#144143)
vstinner
2026/01/22
[Python-checkins] [3.13] gh-143959: Make _datetime optional for test_sys (GH-144003) (#144144)
vstinner
2026/01/22
[Python-checkins] gh-143001: Add @cpython_only to test_sys.test_current_frames() (#144004)
vstinner
2026/01/22
[Python-checkins] GH-139109: Partial reworking of JIT data structures (GH-144105)
markshannon
2026/01/22
[Python-checkins] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867)
encukou
2026/01/22
[Python-checkins] [3.13] gh-141004: Mark up docs of old PyMem macros (GH-143783) (GH-143865)
encukou
2026/01/22
[Python-checkins] gh-143959: Make _datetime optional for test_sys (GH-144003)
serhiy-storchaka
2026/01/22
[Python-checkins] [3.14] gh-141004: Mark up docs of old PyMem macros (GH-143783) (GH-143864)
encukou
2026/01/22
[Python-checkins] [3.14] gh-143993: Document ways to disable remote debugging support (GH-143994) (#144139)
vstinner
2026/01/22
[Python-checkins] gh-143993: Document ways to disable remote debugging support (#143994)
vstinner
2026/01/22
[Python-checkins] gh-142913: Revert adding test_replaced_interpreter (GH-144110)
encukou
2026/01/22
[Python-checkins] gh-130415: Narrowing to constants in branches involving `is` comparisons with a constant (GH-143895)
markshannon
2026/01/22
[Python-checkins] [3.13] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086) (#144134)
sobolevn
2026/01/21
[Python-checkins] GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)
brettcannon
2026/01/21
[Python-checkins] [3.14] gh-77188: Add pickle tests for objects with slots (GH-144116) (GH-144119)
serhiy-storchaka
2026/01/21
[Python-checkins] gh-77188: Add pickle tests for objects with slots (GH-144116)
serhiy-storchaka
2026/01/21
[Python-checkins] Update install manager docs (python/pymanager#227) (GH-144079)
zooba
2026/01/21
[Python-checkins] Update install manager docs (python/pymanager#227) (GH-144079)
zooba
2026/01/21
[Python-checkins] gh-144030: Add check that argument is callable to Python version of functools.lru_cache (#144031)
vstinner
2026/01/21
[Python-checkins] gh-143869: Add PEP 757 functions to the limited API (#143906)
vstinner
2026/01/21
[Python-checkins] [3.14] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086) (#144104)
sobolevn
2026/01/21
[Python-checkins] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (#144086)
sobolevn
2026/01/20
[Python-checkins] gh-125346: Deprecate accepting standard Base64 alphabet when alternative alphabet is used (GH-141128)
serhiy-storchaka
2026/01/20
[Python-checkins] GH-143948: Explain graphlib's cycle-finding code (#143950)
tim-one
2026/01/20
[Python-checkins] [3.14] gh-143874: Use self.message instead of raw print in `_exec_in_closure()` (GH-143875) (#144061)
gaogaotiantian
2026/01/20
[Python-checkins] [3.11] gh-143916: Reject control characters in wsgiref.headers.Headers
sethmlarson
2026/01/20
[Python-checkins] [3.10] gh-143916: Reject control characters in wsgiref.headers.Headers
sethmlarson
2026/01/20
[Python-checkins] gh-143919: Reject control characters in http cookies
sethmlarson
2026/01/20
[Python-checkins] gh-143923: Reject control characters in POP3 commands
sethmlarson
2026/01/20
[Python-checkins] gh-143925: Reject control characters in data: URL mediatypes
sethmlarson
2026/01/20
[Python-checkins] gh-143921: Reject control characters in IMAP commands
sethmlarson
2026/01/20
[Python-checkins] gh-144054: no deferred refcount for untracked (gh-144081)
nascheme
2026/01/20
[Python-checkins] gh-141504: Move PYTHON_UOPS_OPTIMIZE to policy object (GH-144082)
Fidget-Spinner
2026/01/20
[Python-checkins] [3.13] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (GH-143870) (#144078)
sobolevn
2026/01/20
[Python-checkins] [3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038)
Fidget-Spinner
2026/01/20
[Python-checkins] gh-143939: Fix assignment to `_PyThreadStateImpl.generator_return_kind` (gh-143951)
colesbury
2026/01/20
[Python-checkins] gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
hugovk
2026/01/20
[Python-checkins] gh-144054: shutdown fix for deferred ref counting (GH-144055)
encukou
2026/01/20
[Python-checkins] [3.14] gh-144050: Fix stat.filemode pure Python file type detection (GH-144059) (GH-144073)
serhiy-storchaka
2026/01/20
[Python-checkins] [3.13] gh-144050: Fix stat.filemode pure Python file type detection (GH-144059) (GH-144074)
serhiy-storchaka
Earlier messages
Later messages