python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.11] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145408)
pablogsal
[Python-checkins] GH-145273: drop build_prefix check from missing stdlib warning (#145437)
FFY00
[Python-checkins] gh-117865: Speedup import of `inspect` module (#144756)
hugovk
[Python-checkins] [3.13] gh-143880: Fix data race in `functools.partial` in free threading build (GH-143882) (#145435)
colesbury
[Python-checkins] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (#145436)
hugovk
[Python-checkins] [3.13] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145444)
hugovk
[Python-checkins] [3.14] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145443)
hugovk
[Python-checkins] GH-145273: skip stdlib warning on module_search_paths_set (#145442)
FFY00
[Python-checkins] Add `sysconfig[VPATH]` to `test.pythoninfo` (#145434)
FFY00
[Python-checkins] [3.13] gh-145008: Maintain stack consistency in CALL_BOUND_METHOD_EXACT_ARGS (GH-145015)
Fidget-Spinner
[Python-checkins] [3.13] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145440)
colesbury
[Python-checkins] [3.14] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145438)
colesbury
[Python-checkins] [3.14] gh-145349: Do not install ccache (#145350) (#145425)
hugovk
[Python-checkins] gh-145118: Add `frozendict` support to `type()` (#145124)
vstinner
[Python-checkins] gh-130327: Always traverse managed dictionaries, even when inline values are available (#130469)
colesbury
[Python-checkins] GH-145275: add -X pathconfig_warnings and PYTHON_PATHCONFIG_WARNINGS (#145277)
FFY00
[Python-checkins] [3.14] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145431)
colesbury
[Python-checkins] [3.13] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145430)
colesbury
[Python-checkins] [3.13] gh-145335: Fix crash when passing -1 as fd in os.pathconf (GH-145390) (#145432)
vstinner
[Python-checkins] GH-145273: warn when we can't find the standard library (#145274)
FFY00
[Python-checkins] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268)
colesbury
[Python-checkins] [3.14] gh-145335: Fix crash when passing -1 as fd in os.pathconf (GH-145390) (#145433)
vstinner
[Python-checkins] [3.13] gh-145349: Do not install ccache (#145350) (#145424)
hugovk
[Python-checkins] gh-145335: Fix crash when passing -1 as fd in os.pathconf (#145390)
vstinner
[Python-checkins] gh-144569: Avoid creating temporary objects in `BINARY_SLICE` for list, tuple, and unicode (GH-144590)
markshannon
[Python-checkins] gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
encukou
[Python-checkins] gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
zooba
[Python-checkins] DOC: clarify and expand documentation about PYTHONUSERBASE and PYTHONNOUSERSITE (#144637)
FFY00
[Python-checkins] [3.13] gh-144835: Added missing explanations for some parameters in glob and iglob. (GH-144836) (#145416)
hugovk
[Python-checkins] [3.14] gh-144835: Added missing explanations for some parameters in glob and iglob. (GH-144836) (#145415)
hugovk
[Python-checkins] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925)
encukou
[Python-checkins] gh-144835: Added missing explanations for some parameters in glob and iglob. (#144836)
facundobatista
[Python-checkins] gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
Yhg1s
[Python-checkins] gh-144748: Make PyErr_CheckSignals raise the exception scheduled by PyThreadState_SetAsyncExc (GH-145178)
encukou
[Python-checkins] [3.13] gh-145351: use `--no-install-recommends` (GH-145352) (#145402)
hugovk
[Python-checkins] [3.14] gh-145351: use `--no-install-recommends` (GH-145352) (#145403)
hugovk
[Python-checkins] [3.14] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145401)
gpshead
[Python-checkins] [3.13] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145400)
gpshead
[Python-checkins] gh-100538: Add workflow to verify bundled libexpat (GH-145359)
gpshead
[Python-checkins] gh-137829: Fix shelve tests for backend compatibility (#137879)
picnixz
[Python-checkins] gh-145351: use `--no-install-recommends` (#145352)
hugovk
[Python-checkins] gh-140715: Improve class reference links on datetime.rst (#123980)
hugovk
[Python-checkins] gh-136728: Combine OpenSSL and AWS-LC CI configurations (#144805)
hugovk
[Python-checkins] gh-145033: Implement PEP 747 (#145034)
JelleZijlstra
[Python-checkins] [3.13] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145368)
picnixz
[Python-checkins] gh-144551: Update iOS builds to use OpenSSL 3.5.5 (GH-145372)
zware
[Python-checkins] gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371)
zware
[Python-checkins] Destroy the turtle window after its doctests finish (GH-125294)
zware
[Python-checkins] gh-145349: Do not install `ccache` (#145350)
hugovk
[Python-checkins] [3.14] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145367)
picnixz
[Python-checkins] [3.13] Move news entry (#145366)
gpshead
[Python-checkins] [3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader (GH-142354) (#145364)
kumaraditya303
[Python-checkins] [3.13] Move NEWS entries out of directories with spaces (GH-145357)
gpshead
[Python-checkins] [3.14] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (GH-142354) (#145363)
kumaraditya303
[Python-checkins] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (#142354)
kumaraditya303
[Python-checkins] [3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#145355)
pablogsal
[Python-checkins] Add Stan to 'Dates and times' reviewers (#145360)
pganssle
[Python-checkins] gh-145269: simplify bisect.bisect doc example (#145270)
itamaro
[Python-checkins] gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
pablogsal
[Python-checkins] gh-142927: Tachyon: Fix singular and plurals (#145329)
pablogsal
[Python-checkins] gh-145334: Make lazy import tests discoverable (#145336)
pablogsal
[Python-checkins] [3.13] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145312)
pablogsal
[Python-checkins] GH-144533: Use wasmtime's --argv0 to auto-discover sysconfig in WASI builds (#145328)
savannahostrowski
[Python-checkins] gh-145230: Update lockbench (gh-145231)
colesbury
[Python-checkins] gh-76007: Deprecate `tarfile.version` (#145326)
hugovk
[Python-checkins] [3.14] gh-145142: Make str.maketrans safe under free-threading (gh-145157) (#145320)
colesbury
[Python-checkins] gh-145305: Update ocert.org URLs in docs from http to https (#145304)
hugovk
[Python-checkins] gh-145142: Make str.maketrans safe under free-threading (gh-145157)
colesbury
[Python-checkins] [3.13] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145319)
ZeroIntensity
[Python-checkins] [3.14] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145318)
ZeroIntensity
[Python-checkins] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing type flags (GH-145127) (GH-145316)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document missing type flags (GH-145127) (GH-145317)
ZeroIntensity
[Python-checkins] gh-141004: Document missing type flags (GH-145127)
ZeroIntensity
[Python-checkins] [3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)
pablogsal
[Python-checkins] gh-145234: Normalize decoded CR in string tokenizer (#145281)
pablogsal
[Python-checkins] gh-123853: Cleanup Windows 95 locale fallback support (#144738)
malemburg
[Python-checkins] [3.14] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250) (GH-145302)
serhiy-storchaka
[Python-checkins] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
serhiy-storchaka
[Python-checkins] [3.14] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (GH-145038) (#145283)
freakboy3742
[Python-checkins] [3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)
erlend-aasland
[Python-checkins] [3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)
erlend-aasland
[Python-checkins] gh-142787: Handle empty sqlite3 blob slices (#142824)
erlend-aasland
[Python-checkins] [3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145287)
pablogsal
[Python-checkins] [3.14] gh-144316: Fix missing exception in _remote_debugging with debug=False (GH-144442) (#145280)
pablogsal
[Python-checkins] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
pablogsal
[Python-checkins] gh-141510: support frozendict's in the C decimal module (gh-145165)
corona10
[Python-checkins] [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144861)
pablogsal
[Python-checkins] gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
pablogsal
[Python-checkins] gh-141510: Update `PyDict_Copy` documentation with note on `frozendict` (GH-145249)
ZeroIntensity
[Python-checkins] [3.14] gh-144190: Clarify get_type_hints() instance behavior in docs (GH-144831) (#145258)
hugovk
[Python-checkins] [3.13] gh-106318: Add examples for str.rjust() method (GH-143890) (#145256)
hugovk
[Python-checkins] [3.14] gh-106318: Add examples for str.rjust() method (GH-143890) (#145257)
hugovk
[Python-checkins] gh-144190: Clarify get_type_hints() instance behavior in docs (#144831)
hugovk
[Python-checkins] gh-106318: Add examples for str.rjust() method (#143890)
hugovk
[Python-checkins] [3.14] GH-145000: Add a tool to record/check removed HTML IDs (GH-145001) (GH-145212)
encukou
[Python-checkins] gh-145202: Fix crash in unicodedata's GraphemeBreakIterator and Segment (GH-145216)
serhiy-storchaka
[Python-checkins] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)
freakboy3742
[Python-checkins] [3.14] gh-144156: move news entry to Library (GH-145205) (#145207)
bitdancer
[Python-checkins] gh-144156: move news entry to Library (#145205)
bitdancer
[Python-checkins] gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
markshannon
[Python-checkins] Fix compileall in lazy imports test data with bad syntax (#145221)
FFY00
[Python-checkins] [3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223)
lysnikolaou
[Python-checkins] Fix "lazy from (...) import (...)" tests (#145213)
FFY00
[Python-checkins] gh-142518: Move thread safety sections into a new page (#144716)
lysnikolaou
[Python-checkins] Update status of blockers on combining pixi packges variant sources (#145222)
FFY00
[Python-checkins] gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
serhiy-storchaka
[Python-checkins] GH-145000: Add a tool to record/check removed HTML IDs (#145001)
encukou
[Python-checkins] gh-47655: Add support for user data and detail of Tk events to tkinter (GH-7142)
serhiy-storchaka
[Python-checkins] GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
FFY00
[Python-checkins] gh-136677: Introduce executable specific linker flags to configure (#137296)
FFY00
[Python-checkins] [3.13] gh-88091: Fix `unicodedata.decomposition()` for Hangul Syllables (GH-144993) (GH-145190)
serhiy-storchaka
[Python-checkins] [3.14] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993) (GH-145189)
serhiy-storchaka
[Python-checkins] [3.14] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188) (#145196)
gpshead
[Python-checkins] [3.13] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145195)
bitdancer
[Python-checkins] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)
gpshead
[Python-checkins] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993)
serhiy-storchaka
[Python-checkins] [3.14] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145170)
serhiy-storchaka
[Python-checkins] [3.13] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145171)
serhiy-storchaka
[Python-checkins] gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)
ambv
[Python-checkins] gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
[Python-checkins] [3.14] Update Python install manager docs (GH-145160)
zooba
[Python-checkins] [3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145174)
encukou
[Python-checkins] [3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145175)
encukou
[Python-checkins] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
encukou
[Python-checkins] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)
encukou
[Python-checkins] [3.13] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145169)
serhiy-storchaka
[Python-checkins] [3.14] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145168)
serhiy-storchaka
[Python-checkins] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
serhiy-storchaka
[Python-checkins] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)
serhiy-storchaka
[Python-checkins] gh-101178: Fix possible integer overflow in Ascii85 encoder with wrapcol=1 (GH-144778)
serhiy-storchaka
[Python-checkins] [3.14] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to configure --without-builtin-hashlib-hashes (GH-145029) (#145164)
gpshead
[Python-checkins] [3.14] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145162)
gpshead
[Python-checkins] [3.13] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145163)
gpshead
[Python-checkins] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158)
gpshead
[Python-checkins] gh-110937: Document full public importlib.metadata.Distribution API (#143480)
jaraco
[Python-checkins] gh-145110: Fix cleaning of PGO builds in Windows build.bat script (GH-145111)
zooba
[Python-checkins] Update Python install manager docs (GH-145160)
zooba
[Python-checkins] gh-145118: Add `frozendict` support to `str.maketrans()` (gh-145129)
rhettinger
[Python-checkins] Indexing is more straight-forward (and faster) than unpacking (gh-145154)
rhettinger
[Python-checkins] [3.13] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145156)
hugovk
[Python-checkins] [3.14] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145155)
hugovk
[Python-checkins] Add Savannah as `jit.yml` CODEOWNER (#145152)
hugovk
[Python-checkins] [3.14] Update argparse `suggest_on_error` code snippet in docs (GH-144985) (#145151)
savannahostrowski
[Python-checkins] Update argparse `suggest_on_error` code snippet in docs (#144985)
savannahostrowski
[Python-checkins] [3.14] Refactor jit.yml (GH-144577) (#145126)
savannahostrowski
[Python-checkins] [3.12] gh-143916: Allow HTAB in wsgiref header values (#145141)
Yhg1s
[Python-checkins] [3.12] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144501)
Yhg1s
[Python-checkins] [3.14] gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971) (#145143)
colesbury
[Python-checkins] [3.14] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145146)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145147)
ZeroIntensity
[Python-checkins] [3.12] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144860)
Yhg1s
[Python-checkins] gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971)
colesbury
[Python-checkins] gh-141004: Document `PyModuleDef_Type` (GH-145043)
encukou
[Python-checkins] [3.13] gh-143916: Allow HTAB in wsgiref header values (GH-144762)
encukou
[Python-checkins] gh-145089: Fix frozendict constructor (#145128)
vstinner
[Python-checkins] gh-144015: Add portable SIMD optimization for bytes.hex() et. al. (GH-143991)
gpshead
[Python-checkins] gh-145131: difflib.Differ._fancy_replace performance (re-use ratio) (#145133)
tim-one
[Python-checkins] gh-145064: Fix JIT assertion failure during CALL_ALLOC_AND_ENTER_INIT side exit (GH-145100)
Fidget-Spinner
[Python-checkins] Refactor jit.yml (#144577)
savannahostrowski
[Python-checkins] Fix warnings on main (GH-145104)
Fidget-Spinner
[Python-checkins] [3.13] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145101)
serhiy-storchaka
[Python-checkins] [3.14] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145102)
serhiy-storchaka
[Python-checkins] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093)
serhiy-storchaka
[Python-checkins] [3.14] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (#145075)
gpshead
[Python-checkins] gh-145076: Check globals type in __lazy_import__() (#145086)
vstinner
[Python-checkins] gh-141510: Change dict_unhashable_type() error message for frozendict (#145085)
vstinner
[Python-checkins] gh-141510: Test frozendict in test_capi.test_dict (#145084)
vstinner
[Python-checkins] gh-141510: Check argument in PyDict_Contains() (#145083)
vstinner
[Python-checkins] gh-66802: Add `unicodedata.block()` function (#145042)
malemburg
[Python-checkins] gh-141510: Check argument in PyDict_MergeFromSeq2() (#145082)
vstinner
[Python-checkins] gh-141510: Support frozendict in pprint (#144908)
vstinner
[Python-checkins] gh-141510: Test frozendict C API (#145081)
vstinner
[Python-checkins] gh-141510: Fix copy.deepcopy() for recursive frozendict (#145027)
vstinner
[Python-checkins] [3.13] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (GH-143699) (#145074)
picnixz
[Python-checkins] [3.14] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (GH-143699) (#145073)
picnixz
[Python-checkins] Use `lazy` imports in `collections` (gh-145054)
rhettinger
[Python-checkins] gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
pablogsal
[Python-checkins] gh-144285: Update *What's New* entry after GH-144299 (#145077)
pablogsal
[Python-checkins] [3.13] `compute-changes.py`: Fix & test `process_changed_files()` (GH-144674) (#145014)
hugovk
[Python-checkins] [3.14] `compute-changes.py`: Fix & test `process_changed_files()` (GH-144674) (#145013)
hugovk
[Python-checkins] [3.14] gh-143916: Allow HTAB in wsgiref header values (#144761)
hugovk
[Python-checkins] gh-141510: Fix test_xpickle for Python 3.14 and older (#145069)
vstinner
[Python-checkins] gh-141226: Deprecate PEP-456 support for embedders (#141287)
picnixz
[Python-checkins] gh-142516: fix reference leaks in `ssl.SSLContext` objects (#143685)
picnixz
[Python-checkins] gh-141510, PEP 814: Add frozendict support to json (#144903)
vstinner
[Python-checkins] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (#143699)
picnixz
[Python-checkins] gh-141510, PEP 814: Add frozendict support to pickle (#144967)
vstinner
[Python-checkins] [3.13] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (GH-144696) (#145066)
JelleZijlstra
[Python-checkins] [3.14] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (GH-144696) (#145065)
JelleZijlstra
[Python-checkins] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (#144696)
JelleZijlstra
[Python-checkins] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to build config (GH-145029)
gpshead
[Python-checkins] [3.13] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982) (GH-145063)
ZeroIntensity
[Python-checkins] [3.14] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982) (GH-145062)
ZeroIntensity
[Python-checkins] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982)
ZeroIntensity
[Python-checkins] [3.14] gh-144809: Make deque copy atomic in free-threaded build (gh-144966) (#145053)
colesbury
[Python-checkins] gh-144809: Make deque copy atomic in free-threaded build (gh-144966)
colesbury
[Python-checkins] Fix errors in `CODEOWNERS` (#145049)
hugovk
[Python-checkins] [3.14] Simplify summary tables in the itertools docs (gh-145050) (gh-145051)
rhettinger
[Python-checkins] gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)
DinoV
Earlier messages
Later messages