python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.13] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (GH-149263) (#149265)
ned-deily
[Python-checkins] gh-149244 Document statistics functions that require sequence inputs. (gh-149264)
rhettinger
[Python-checkins] statistics: Fix geometric_mean() error message for negative inputs (#149246)
rhettinger
[Python-checkins] [3.14] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (#149263)
ned-deily
[Python-checkins] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (#149262)
ned-deily
[Python-checkins] [3.14] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159) (#149257)
ncoghlan
[Python-checkins] [3.13] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159) (#149258)
ncoghlan
[Python-checkins] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159)
ncoghlan
[Python-checkins] GH-149252: Update WASI SDK version from 32 to 33 (#149253)
brettcannon
[Python-checkins] gh-75707: tarfile: Add optional open() argument "mtime" (GH-138117)
ethanfurman
[Python-checkins] gh-124397: Add free-threading support for iterators. (gh-148894)
rhettinger
[Python-checkins] gh-149202: Implement PEP 831 – Frame Pointers Everywhere: Enabling System-Level Observability for Python (#149201)
pablogsal
[Python-checkins] [3.14] gh-149242: Heap size should be added at end of the struct (#149241)
DinoV
[Python-checkins] gh-149083: Change several other docs examples to use `sentinel()` (#149213)
sobolevn
[Python-checkins] [3.13] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149251)
hugovk
[Python-checkins] [3.14] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149250)
hugovk
[Python-checkins] Fix source link in `Doc/howto/descriptor.rst` (#149215)
hugovk
[Python-checkins] Clarify `max_length` in zstd & zlib decompressor documentation (#143805)
emmatyping
[Python-checkins] [3.14] gh-148726: Document the GC change in What's New in Python 3.14 (GH-149209) (#149249)
hugovk
[Python-checkins] gh-148726: Document the GC change in What's New in Python 3.14 (#149209)
hugovk
[Python-checkins] gh-139038: Update final JIT figures for 3.15rc1 (#149210)
hugovk
[Python-checkins] Build mpdecimal from source to workaround unreliable launchpad.net (#149248)
hugovk
[Python-checkins] gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address (#122477)
bitdancer
[Python-checkins] gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses (#122540)
bitdancer
[Python-checkins] [3.14] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (GH-148454) (GH-148667)
encukou
[Python-checkins] gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-148851)
encukou
[Python-checkins] [3.14] gh-148967: Fix FFI type pointer handling for C complex support in set_stginfo_ffi_type_pointer (GH-148969) (GH-149224)
encukou
[Python-checkins] [3.14] gh-111264: Add a note about untrusted input to tomllib docs (GH-146209) (GH-149223)
encukou
[Python-checkins] gh-148967: Fix FFI type pointer handling for C complex support in set_stginfo_ffi_type_pointer (GH-148969)
encukou
[Python-checkins] gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
markshannon
[Python-checkins] gh-133560: Clarified `parser.md` doc for pegen parser issue in using the existing `Grammar/python.gram` file. (GH-139194)
encukou
[Python-checkins] gh-145497: Use same size of static_types array in all builds (GH-149139)
encukou
[Python-checkins] gh-149173: Fix inverted PYTHON_BASIC_REPL environment check in _pyrepl_available() (#149174)
gaogaotiantian
[Python-checkins] [3.14] gh-148518 fix index error in local part attribute (GH-148522) (#149200)
bitdancer
[Python-checkins] [3.13] gh-148518 fix index error in local part attribute (GH-148522) (#149199)
bitdancer
[Python-checkins] GH-146475: Block Apple Clang for building JIT stencils (#149188)
savannahostrowski
[Python-checkins] gh-148518 fix index error in local part attribute (#148522)
bitdancer
[Python-checkins] [3.10] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145816)
pablogsal
[Python-checkins] [3.11] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145815)
pablogsal
[Python-checkins] [3.11] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145515)
pablogsal
[Python-checkins] [3.10] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145516)
pablogsal
[Python-checkins] gh-144319: Use transparent huge pages via `madvise(MADV_HUGEPAGE)` in pymalloc (#144353)
pablogsal
[Python-checkins] [3.14] Remove dead links to `pkg_resources` in `importlib` docs (GH-148344) (#148964)
StanFromIreland
[Python-checkins] gh-149028: Revert gh-92936 changes (GH-149182)
serhiy-storchaka
[Python-checkins] GH-148726: Forward-port generational GC. (GH-148746)
nascheme
[Python-checkins] [3.13] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149192)
bitdancer
[Python-checkins] [3.14] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149191)
bitdancer
[Python-checkins] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (#24872)
bitdancer
[Python-checkins] gh-147991: Speed up tomllib import time (GH-147992)
encukou
[Python-checkins] gh-149083: Use `sentinel` in `functools.rst` docs (#149176)
sobolevn
[Python-checkins] gh-113471: Add custom default Content-Type to http.server (#113475)
hugovk
[Python-checkins] gh-148829: Move sentinelobject.h to Include/cpython/ (#149186)
vstinner
[Python-checkins] gh-111264: Add a note about untrusted input to tomllib docs (GH-146209)
encukou
[Python-checkins] gh-149085: Add `max_threads` keyword to `faulthandler.dump_traceback()` (GH-149106)
ZeroIntensity
[Python-checkins] [3.14] gh-149122: Fix refleak in codegen (GH-149179) (#149181)
kumaraditya303
[Python-checkins] [3.13] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139510)
pablogsal
[Python-checkins] gh-149122: Fix refleak in codegen (GH-149179)
encukou
[Python-checkins] gh-149049: Fix jit binary op stack underflow (GH-149076)
markshannon
[Python-checkins] Revert pylock.toml change to make MSI builds pass (#149175)
encukou
[Python-checkins] GH-145378: Use PyREPL as the default input console for pdb (#145379)
gaogaotiantian
[Python-checkins] gh-149083: Convert dataclasses.MISSING and dataclasses.KW_ONLY to sentinels (#149086)
JelleZijlstra
[Python-checkins] gh-149026: Add colour to `pickletools` CLI output (#149027)
hugovk
[Python-checkins] [3.14] gh-149148: Upgrade bundled pip to 26.1 (GH-149150) (#149154)
hugovk
[Python-checkins] [3.14] gh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3/v5 namespaces (GH-148741) (#149152)
picnixz
[Python-checkins] [3.13] gh-149148: Upgrade bundled pip to 26.1 (GH-149150) (#149155)
hugovk
[Python-checkins] gh-149148: Upgrade bundled pip to 26.1 (#149150)
hugovk
[Python-checkins] [3.14] gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (GH-149138) (#149151)
iritkatriel
[Python-checkins] gh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3/v5 namespaces (#148741)
picnixz
[Python-checkins] gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (#149138)
iritkatriel
[Python-checkins] gh-135528: Support more second-level domain names in http.cookiejar (#135820)
hugovk
[Python-checkins] [3.14] GH-148726: Add heap_size to _gc_runtime_state (#149025)
hugovk
[Python-checkins] [3.13] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141) (#148415)
hugovk
[Python-checkins] [3.14] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141) (#148414)
hugovk
[Python-checkins] [3.13] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148517)
hugovk
[Python-checkins] [3.14] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148516)
hugovk
[Python-checkins] [3.13] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148988)
hugovk
[Python-checkins] [3.14] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148987)
hugovk
[Python-checkins] gh-142927: Show module names instead of file paths in flamegraph (#146040)
pablogsal
[Python-checkins] gh-148829: bump number of static types (#149121)
JelleZijlstra
[Python-checkins] gh-149119: docs: mention that sentinel does not support subclassing (#149120)
JelleZijlstra
[Python-checkins] Build docs from `pylock.toml` (#149058)
hugovk
[Python-checkins] Replace deprecated action with RtD app (#149111)
hugovk
[Python-checkins] gh-108951: document addition of TaskGroup.cancel() (#149031)
gvanrossum
[Python-checkins] gh-142927: Fix inverted flamegraph width (#148568)
pablogsal
[Python-checkins] [3.14] gh-149017: Upgrade bundled Expat to 2.8.0 (GH-149020) (#149073)
hugovk
[Python-checkins] gh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORROW` in JIT (GH-148816)
markshannon
[Python-checkins] gh-148571: [JIT] Preserve family-head recorder layouts for specialized opcode families (GH-148730)
markshannon
[Python-checkins] GH-83065: Fix import deadlock by implementing hierarchical module locking (GH-137196)
gpshead
[Python-checkins] gh-125862: Keep ContextDecorator open across generator/coroutine execution (GH-136212)
gpshead
[Python-checkins] [3.14] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (GH-149036) (#149089)
hugovk
[Python-checkins] [3.13] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (GH-149036) (#149090)
hugovk
[Python-checkins] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (#149036)
hugovk
[Python-checkins] gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
JelleZijlstra
[Python-checkins] gh-148829: Implement PEP 661 (#148831)
JelleZijlstra
[Python-checkins] gh-148252: Avoid overflow in `_remote_debugging` binary reader bounds checks (#148972)
pablogsal
[Python-checkins] [3.13] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149072)
serhiy-storchaka
[Python-checkins] gh-149017: Upgrade bundled Expat to 2.8.0 (#149020)
StanFromIreland
[Python-checkins] [3.14] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149063)
serhiy-storchaka
[Python-checkins] [3.14] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (GH-148664) (#148917)
StanFromIreland
[Python-checkins] [3.14] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (GH-149064)
serhiy-storchaka
[Python-checkins] [3.13] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (GH-149065)
serhiy-storchaka
[Python-checkins] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591)
serhiy-storchaka
[Python-checkins] gh-148529: Minor improvements of the struct module documentation (GH-148565)
serhiy-storchaka
[Python-checkins] [3.14] Un-skip previously-broken `test_get_type_hints_modules_forward_ref` (#149053)
JelleZijlstra
[Python-checkins] GH-146073: Add fitness to executor dumps. (GH-148959)
markshannon
[Python-checkins] [3.14] Improve `hash()` builtin docstring with caveats. (GH-125229) (#149054)
gpshead
[Python-checkins] Un-skip previously-broken `test_get_type_hints_modules_forwardref` (#149048)
JelleZijlstra
[Python-checkins] [3.13] gh-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149038)
ezio-melotti
[Python-checkins] [3.14] gh-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149037)
ezio-melotti
[Python-checkins] GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)
vstinner
[Python-checkins] gh-148868: Increase test coverage for `cmath.isinf` (#148869)
picnixz
[Python-checkins] Fix typo in `ceval.c` error message (#148860)
picnixz
[Python-checkins] gh-82665 Mention that HTMLParser.handle_starttag value can be None (#134312)
ezio-melotti
[Python-checkins] [3.14] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149033)
gpshead
[Python-checkins] [3.13] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149034)
gpshead
[Python-checkins] Document that multiprocessing treats local same-user processes as trusted (GH-149001)
gpshead
[Python-checkins] gh-47798: Refactor the POSIX subprocess.Popen._communicate selector loop into helpers (GH-149032)
gpshead
[Python-checkins] gh-148991: Add colour to `tokenize` CLI output (#148992)
hugovk
[Python-checkins] [3.14] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (GH-146456) (#149011)
Eclips4
[Python-checkins] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (#146456)
Eclips4
[Python-checkins] gh-148981: Add color parameter to `ast.dump` (#148982)
StanFromIreland
[Python-checkins] gh-137855: Lazy import `inspect` module in dataclasses (#144387)
JelleZijlstra
[Python-checkins] [3.13] gh-105936: Properly update closure cells for __setattr__ and __delattr__ in frozen dataclasses with slots (GH-144021) (GH-148476)
gpshead
[Python-checkins] [3.14] gh-141473: Speed up subprocess test_communicate_timeout_large_input long tail (GH-149003) (#149004)
gpshead
[Python-checkins] [3.13] gh-141473: Speed up subprocess test_communicate_timeout_large_input long tail (GH-149003) (#149005)
gpshead
[Python-checkins] gh-141473: Speed up subprocess test_communicate_timeout_large_input long tail (#149003)
gpshead
[Python-checkins] gh-146311: Reject non-canonical padding bits in base32, 64, & 85 decoding (GH-146312)
gpshead
[Python-checkins] [3.13] gh-148973: fix segfault on mismatch between consts size and oparg in compiler (GH-148974) (#148997)
iritkatriel
[Python-checkins] gh-148989: `_remote_debugging`: Remove dead code, unnecessary gc state read (#148990)
pablogsal
[Python-checkins] gh-140727: Update tachyon logo (#148965)
pablogsal
[Python-checkins] gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
hugovk
[Python-checkins] [3.14] gh-148947: dataclasses: fix error on empty __class__ cell (GH-148948) (#148995)
JelleZijlstra
[Python-checkins] gh-148947: dataclasses: fix error on empty __class__ cell (#148948)
JelleZijlstra
[Python-checkins] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (#140288)
pablogsal
[Python-checkins] gh-148588: Document `__lazy_modules__` (#148590)
pablogsal
[Python-checkins] [3.14] gh-148973: fix segfault on mismatch between consts size and oparg in compiler (GH-148974) (#148980)
iritkatriel
[Python-checkins] gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)
iritkatriel
[Python-checkins] [3.13] gh-148735: Fix a UAF in `Element.findtext()` (GH-148738) (#148923)
StanFromIreland
[Python-checkins] gh-142186: Revert the unintended value change in the `PY_MONITORING_EVENT_*` values from gh-146182 (gh-148955)
scoder
[Python-checkins] [3.14] gh-148735: Fix a UAF in `Element.findtext()` (GH-148738) (#148916)
StanFromIreland
[Python-checkins] gh-108951: add TaskGroup.cancel() (#127214)
gvanrossum
[Python-checkins] Improve `hash()` builtin docstring with caveats. (GH-125229)
gpshead
[Python-checkins] gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-148089)
markshannon
[Python-checkins] [3.14] Additional itertool recipes for running statistics (gh-148879) (gh-148949)
rhettinger
[Python-checkins] [3.13] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148922)
hugovk
[Python-checkins] [3.14] gh-113956: Make intern_common thread-safe in free-threaded build (gh-148886) (#148927)
colesbury
[Python-checkins] gh-145239: Accept unary plus literal pattern (#148566)
Eclips4
[Python-checkins] gh-113956: Make intern_common thread-safe in free-threaded build (gh-148886)
colesbury
[Python-checkins] [3.14] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148921)
hugovk
[Python-checkins] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (#132632)
hugovk
[Python-checkins] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (#148664)
StanFromIreland
[Python-checkins] gh-148735: Fix a UAF in `Element.findtext()` (#148738)
StanFromIreland
[Python-checkins] [3.13] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523) (GH-148679)
encukou
[Python-checkins] [3.14] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523) (GH-148678)
encukou
[Python-checkins] [3.14] gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype module (GH-148485) (GH-148677)
encukou
[Python-checkins] [3.14] gh-148680: Replace internal names with type_reprs of objects in string representations of ForwardRef (GH-148682) (#148913)
JelleZijlstra
[Python-checkins] gh-148680: Replace internal names with type_reprs of objects in string representations of ForwardRef (#148682)
JelleZijlstra
[Python-checkins] [3.13] gh-90309: Base64-encode cookie values embedded in JS (GH-148888)
encukou
[Python-checkins] [3.14] gh-90309: Base64-encode cookie values embedded in JS (GH-148889)
encukou
[Python-checkins] GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
diegorusso
[Python-checkins] gh-148907: fix performance regression in `PyType_GetModuleByDef` on free-threading (#148908)
kumaraditya303
[Python-checkins] gh-146636: Improve ABI/feature selection, add new header for it (GH-148302)
encukou
[Python-checkins] [3.14] gh-148892: Drop mention of deprecated cibuildwheel option (GH-148893) (#148903)
kumaraditya303
[Python-checkins] gh-148892: Drop mention of deprecated cibuildwheel option (#148893)
kumaraditya303
[Python-checkins] Speed up counting in statistics.fmean() (gh-148875)
rhettinger
[Python-checkins] [3.14] gh-142965: Fix Concatenate documentation to reflect valid use cases (GH-143316) (#148899)
JelleZijlstra
[Python-checkins] [3.14] gh-119180: Document the `format` parameter in `typing.get_type_hints()` (GH-143758) (#148901)
JelleZijlstra
[Python-checkins] [3.14] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (GH-148595) (#148895)
JelleZijlstra
[Python-checkins] [3.13] gh-142965: Fix Concatenate documentation to reflect valid use cases (GH-143316) (#148900)
JelleZijlstra
[Python-checkins] [3.13] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (GH-148595) (#148896)
JelleZijlstra
[Python-checkins] gh-119180: Document the `format` parameter in `typing.get_type_hints()` (#143758)
JelleZijlstra
[Python-checkins] [3.13] gh-145194: Fix typing in re tokenizer example (GH-145198) (#148898)
JelleZijlstra
[Python-checkins] gh-142965: Fix Concatenate documentation to reflect valid use cases (#143316)
JelleZijlstra
[Python-checkins] [3.14] gh-145194: Fix typing in re tokenizer example (GH-145198) (#148897)
JelleZijlstra
[Python-checkins] gh-145194: Fix typing in re tokenizer example (#145198)
JelleZijlstra
[Python-checkins] gh-145056: Add support for frozendict in dataclass asdict and astuple (#145125)
JelleZijlstra
[Python-checkins] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (#148595)
JelleZijlstra
[Python-checkins] gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)
rhettinger
[Python-checkins] [3.14] Add a new Sphinx `soft-deprecated` directive (GH-148630) (#148714)
hugovk
[Python-checkins] [3.14] gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (GH-148802) (#148842)
StanFromIreland
[Python-checkins] gh-90309: Base64-encode cookie values embedded in JS
sethmlarson
[Python-checkins] [3.14] gh-148820: Fix _PyRawMutex use-after-free on spurious semaphore wakeup (gh-148852) (#148884)
colesbury
[Python-checkins] [3.13] gh-148820: Fix _PyRawMutex use-after-free on spurious semaphore wakeup (gh-148852) (#148885)
colesbury
[Python-checkins] gh-148820: Fix _PyRawMutex use-after-free on spurious semaphore wakeup (gh-148852)
colesbury
[Python-checkins] gh-148858: Remove duplicated recipe.yaml files in Tools/pixi-packages (#148859)
hugovk
[Python-checkins] Additional itertool recipes for running statistics (gh-148879)
rhettinger
[Python-checkins] gh-148207: add additional keywords to `typing.TypeVarTuple` (#148212)
JelleZijlstra
[Python-checkins] GH-146073: Add example script for dumping JIT traces (GH-148840)
markshannon
[Python-checkins] gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)
markshannon
[Python-checkins] [3.14] gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576) (#148855)
emmatyping
[Python-checkins] gh-146578: _zstd: Fix printf format for pledged size errors (#146576)
emmatyping
[Python-checkins] [Enum] Improve clarity of comparison sentence (GH-148753)
ethanfurman
[Python-checkins] [3.13] gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (GH-148809) (#148836)
kumaraditya303
[Python-checkins] [3.14] gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (GH-148809) (#148837)
kumaraditya303
[Python-checkins] gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (#148802)
StanFromIreland
[Python-checkins] gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (#148809)
gvanrossum
[Python-checkins] [3.14] gh-146211: Reject CR/LF in HTTP tunnel request headers (GH-146212) (#148342)
hugovk
[Python-checkins] [3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815)
freakboy3742
[Python-checkins] gh-148814: Fix an issue in Emscripten README (#148752)
freakboy3742
[Python-checkins] gh-108411: Make typing.IO/BinaryIO arguments positional-only (#142906)
JelleZijlstra
Earlier messages