Messages by Date
-
2025/10/17
[Python-checkins] [3.14] gh-138004: Fix setting a thread name on OpenIndiana (GH-138017) (#138384)
vstinner
-
2025/10/17
[Python-checkins] [3.14] gh-136912: fix handling of `OverflowError` in `hmac.digest` (GH-136917) (#137116)
picnixz
-
2025/10/17
[Python-checkins] [3.14] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138084)
encukou
-
2025/10/17
[Python-checkins] `Doc/library/zoneinfo.rst`: Fix typo (#139190)
pganssle
-
2025/10/17
[Python-checkins] Python 3.9.24
ambv
-
2025/10/17
[Python-checkins] [3.13] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139932)
terryjreedy
-
2025/10/17
[Python-checkins] GH-123299: Announce final release in What's New in Python 3.14 (#139631)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-139400: Move NEWS item from section "Core and Builtins" to section "Security" (GH-139606) (#139663)
hugovk
-
2025/10/17
[Python-checkins] GH-139174: Prepare `pathlib.Path.info` for new methods (part 2) (#140155)
barneygale
-
2025/10/17
[Python-checkins] gh-90949: Fix an "unused function" compiler warning introduced in GH-139234 (#139558)
picnixz
-
2025/10/17
[Python-checkins] [3.9] gh-121227: Disallow setting an empty list for NPN (GH-137161)
ambv
-
2025/10/17
[Python-checkins] gh-83714: Implement os.statx() function (#139178)
vstinner
-
2025/10/17
[Python-checkins] [3.14] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574) (#139586)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855) (GH-139674)
encukou
-
2025/10/17
[Python-checkins] [3.13] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708)
serhiy-storchaka
-
2025/10/17
[Python-checkins] gh-79315: Add Include/cpython/structseq.h header (#139730)
vstinner
-
2025/10/17
[Python-checkins] [3.14] gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502) (GH-138548)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814) (#139084)
gpshead
-
2025/10/17
[Python-checkins] gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066)
colesbury
-
2025/10/17
[Python-checkins] [3.13] Update the availability info in the resource docs (GH-137939) (GH-139720)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022) (GH-137947)
encukou
-
2025/10/17
[Python-checkins] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)
AA-Turner
-
2025/10/17
[Python-checkins] [3.14] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (GH-139559)
encukou
-
2025/10/17
[Python-checkins] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)
ambv
-
2025/10/17
[Python-checkins] Remove Cirrus macOS runners from CI (#139799)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS (GH-138652) (GH-139421)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-137179: Fix flaky test_history_survive_crash test (gh-137180) (gh-137216)
colesbury
-
2025/10/17
[Python-checkins] gh-139065: Fix trailing space before long word in textwrap (GH-139070)
serhiy-storchaka
-
2025/10/17
[Python-checkins] [3.14] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-129935) (#139042)
AA-Turner
-
2025/10/17
[Python-checkins] [3.14] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982) (GH-138605)
encukou
-
2025/10/17
[Python-checkins] pathlib ABCs: restore `relative_to()` and `is_relative_to()` (#138853)
barneygale
-
2025/10/17
[Python-checkins] [3.14] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139406)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139706)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-138072: Fix typos and grammatical errors and improve clarity in asyncio howto document (GH-138895) (#140091)
hugovk
-
2025/10/17
[Python-checkins] gh-96491: Deduplicate version in IDLE shell title (#139841)
terryjreedy
-
2025/10/17
[Python-checkins] [3.14] gh-137986: Fix and improve the csv functions docstrings (GH-137987) (GH-138107)
encukou
-
2025/10/17
[Python-checkins] gh-139935: fix `test_os.test_getlogin` on some platforms (#139936)
picnixz
-
2025/10/17
[Python-checkins] gh-64327: Remove skipped pydoc tests (#139512)
vstinner
-
2025/10/17
[Python-checkins] [3.13] gh-118767: remove bool(NotImplemented) from pending-removal document (GH-139526) (#139677)
hugovk
-
2025/10/17
[Python-checkins] [3.14] GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (GH-133831) (#140276)
barneygale
-
2025/10/17
[Python-checkins] [3.14] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (GH-135920) (#140097)
hugovk
-
2025/10/17
[Python-checkins] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940)
encukou
-
2025/10/17
[Python-checkins] GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (#133831)
barneygale
-
2025/10/17
[Python-checkins] [3.14] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (GH-136800) (#137363)
AA-Turner
-
2025/10/17
[Python-checkins] [3.14] gh-136507: Fix mimetypes CLI to handle multiple file parameters (GH-136508) (GH-138140)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137365)
vstinner
-
2025/10/17
[Python-checkins] gh-139624: Skip problematic locales on AIX in test_date_locale2 (GH-139625)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (GH-140158) (#140164)
vstinner
-
2025/10/17
[Python-checkins] [3.14] Doc: Improve clarity for subinterpreters in What's New in 3.14 (GH-139221) (GH-139722)
encukou
-
2025/10/17
[Python-checkins] [3.9] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-139697)
ambv
-
2025/10/17
[Python-checkins] gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (#140032)
vstinner
-
2025/10/17
[Python-checkins] gh-133951: Remove lib64->lib symlink in venv creation (#137139)
FFY00
-
2025/10/17
[Python-checkins] [3.14] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (#139606)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-140022) (#140027)
picnixz
-
2025/10/17
[Python-checkins] [3.14] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (GH-139564) (#139570)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139029)
encukou
-
2025/10/17
[Python-checkins] [3.13] gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159) (GH-140004)
ZeroIntensity
-
2025/10/17
[Python-checkins] [3.14] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) (#138546)
vstinner
-
2025/10/17
[Python-checkins] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574)
zware
-
2025/10/17
[Python-checkins] gh-106318: Add examples for str.istitle() (#140046)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document (GH-139526) (#139599)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139649)
encukou
-
2025/10/17
[Python-checkins] [3.12] Remove Cirrus macOS runners from CI (GH-139799) (#139804)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (GH-137444)
encukou
-
2025/10/17
[Python-checkins] [3.13] gh-138843: Removing "Unpacking" section from Download page (GH-139920)
zware
-
2025/10/17
[Python-checkins] gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
vstinner
-
2025/10/17
[Python-checkins] gh-88046: remove impossible conditional import for `_ssl.RAND_egd` (#139648)
picnixz
-
2025/10/17
[Python-checkins] [3.14] gh-139823: Extend list of optional dependencies in `configure.rst` (GH-139826) (#139887)
vstinner
-
2025/10/17
[Python-checkins] gh-139482: Add `posix._clearenv()` function (#139965)
vstinner
-
2025/10/17
[Python-checkins] [3.13] gh-140078: fix typo in tkinter docs (GH-140081) (#140218)
terryjreedy
-
2025/10/17
[Python-checkins] gh-133059: Update documentation of preallocated integer range in `long.rst` (GH-140231)
ZeroIntensity
-
2025/10/17
[Python-checkins] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (#139341)
FFY00
-
2025/10/17
[Python-checkins] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807)
vstinner
-
2025/10/17
[Python-checkins] gh-139573: Update OpenSSL version used in iOS builds (#139582)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426)
encukou
-
2025/10/17
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (GH-139530) (#139555)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (GH-139441)
encukou
-
2025/10/17
[Python-checkins] [3.14] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139455)
encukou
-
2025/10/17
[Python-checkins] [3.10] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (#139714)
ambv
-
2025/10/17
[Python-checkins] [3.14] gh-138558: Improve description of ``Interpolation.expression`` (GH-139187) (#139579)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-137463: Update `validate_abstract_methods` in `test_collections.py` (GH-137464) (GH-137503)
encukou
-
2025/10/17
[Python-checkins] [3.13] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) (#139870)
AlexWaygood
-
2025/10/17
[Python-checkins] [3.14] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844) (#139885)
vstinner
-
2025/10/17
[Python-checkins] [3.14] gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066) (gh-139926)
colesbury
-
2025/10/17
[Python-checkins] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340)
corona10
-
2025/10/17
[Python-checkins] [3.12] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139764)
ambv
-
2025/10/17
[Python-checkins] [3.13] gh-139845: do not print twice in default asyncio REPL (GH-139846) (#139860)
kumaraditya303
-
2025/10/17
[Python-checkins] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896)
ZeroIntensity
-
2025/10/17
[Python-checkins] [3.14] gh-131788: make resource_tracker re-entrant safe (GH-131787) (#137737)
gpshead
-
2025/10/17
[Python-checkins] gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188)
gpshead
-
2025/10/17
[Python-checkins] [3.14] gh-138843: Clean up downloads page (GH-138844) (#139796)
hugovk
-
2025/10/17
[Python-checkins] [3.14] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (#140102)
picnixz
-
2025/10/17
[Python-checkins] [3.14] gh-135801: Add tests for filtering warnings by module (GH-140240) (GH-140246)
serhiy-storchaka
-
2025/10/17
[Python-checkins] gh-135801: Add tests for filtering warnings by module (GH-140240)
serhiy-storchaka
-
2025/10/17
[Python-checkins] gh-111489: Remove _PyTuple_FromArray() alias (#139973)
vstinner
-
2025/10/17
[Python-checkins] gh-133059: Fix `Tools/build/deepfreeze.py` for new nsmallposints (#139906)
Eclips4
-
2025/10/17
[Python-checkins] [3.13] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140108)
kumaraditya303
-
2025/10/17
[Python-checkins] [3.14] gh-138843: Removing "Unpacking" section from Download page (GH-139921)
zware
-
2025/10/17
[Python-checkins] gh-140067: Fix memory leak in sub-interpreter creation (#140111)
kumaraditya303
-
2025/10/17
[Python-checkins] gh-101100: Resolve some `os` sphinx reference warnings (#139636)
kumaraditya303
-
2025/10/16
[Python-checkins] Standardize translation of `Doc/bugs.rst` (GH-137449)
JulienPalard
-
2025/10/16
[Python-checkins] [3.14] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140095)
hugovk
-
2025/10/16
[Python-checkins] gh-140149: Use PyBytesWriter in _build_concatenated_bytes() (#140150)
vstinner
-
2025/10/16
[Python-checkins] [3.14] gh-140080: Add test for executing `atexit` callbacks under no memory (GH-140161)
ZeroIntensity
-
2025/10/16
[Python-checkins] gh-140078: fix typo in tkinter docs (#140081)
terryjreedy
-
2025/10/15
[Python-checkins] gh-139817: typing docs: Fix indentation of `.. versionadded::` note for `TypeAliasType.__qualname__` (#140177)
AlexWaygood
-
2025/10/15
[Python-checkins] gh-140141: Properly break exception chain in `importlib.metadata.Distribution.from_name` (#140142)
jaraco
-
2025/10/15
[Python-checkins] [3.14] gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if objects are uniquely referenced (gh-140062) (gh-140157)
colesbury
-
2025/10/15
[Python-checkins] gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (#140158)
vstinner
-
2025/10/15
[Python-checkins] gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if objects are uniquely referenced (gh-140062)
colesbury
-
2025/10/15
[Python-checkins] [3.14] gh-138993: Dedent `credits` text (GH-138994) (#140088)
hugovk
-
2025/10/15
[Python-checkins] [3.14] gh-97914: Reword misleading sentence on conditional expressions (GH-139064) (#140093)
hugovk
-
2025/10/14
[Python-checkins] gh-140126: Fix compile error if --with-assertions is enabled (#140133)
vstinner
-
2025/10/14
[Python-checkins] gh-97914: Reword misleading sentence on conditional expressions (#139064)
hugovk
-
2025/10/14
[Python-checkins] [3.14] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836) (#140105)
vstinner
-
2025/10/14
[Python-checkins] [3.13] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (#140101)
picnixz
-
2025/10/14
[Python-checkins] [3.13] gh-97914: Reword misleading sentence on conditional expressions (GH-139064) (#140094)
hugovk
-
2025/10/14
[Python-checkins] [3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140089)
hugovk
-
2025/10/14
[Python-checkins] gh-137871: Clarify cmath.nan documentation by linking to math module (#137876)
hugovk
-
2025/10/14
[Python-checkins] [3.13] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140090)
hugovk
-
2025/10/14
[Python-checkins] gh-138072: Fix typos and grammatical errors and improve clarity in asyncio howto document (#138895)
hugovk
-
2025/10/14
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (GH-139991) (#140085)
hugovk
-
2025/10/14
[Python-checkins] gh-138993: Dedent `credits` text (#138994)
hugovk
-
2025/10/14
[Python-checkins] [3.14] gh-139590: Stricter `ruff` rules for `Tools/wasm` (GH-139752) (#139811)
hugovk
-
2025/10/13
[Python-checkins] gh-124111: test macOS CI with Tk 9 (#137424)
ned-deily
-
2025/10/13
[Python-checkins] [3.13] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140073)
JelleZijlstra
-
2025/10/13
[Python-checkins] [3.14] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (GH-139572) (#139832)
hugovk
-
2025/10/13
[Python-checkins] [3.14] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140063)
JelleZijlstra
-
2025/10/13
[Python-checkins] gh-140001: Remove obsolete TCL_WIN_SOCKET macro (from Tcl 7.x) from _tkinter.c (GH-139998)
serhiy-storchaka
-
2025/10/13
[Python-checkins] gh-140009: Improve performance of `list_extend_dictitems` by using `PyTuple_FromArray` (#140010)
kumaraditya303
-
2025/10/13
[Python-checkins] [3.14] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (GH-138629)
encukou
-
2025/10/13
[Python-checkins] gh-139810: Always generate -dev tags for PyManager packages (GH-139814)
zooba
-
2025/10/13
[Python-checkins] [3.14] gh-125996: fix thread safety of `collections.OrderedDict` (GH-133734) (#140053)
kumaraditya303
-
2025/10/13
[Python-checkins] gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
kumaraditya303
-
2025/10/13
[Python-checkins] gh-138772: Fix and improve documentation for turtle color functions (GH-139325)
serhiy-storchaka
-
2025/10/13
[Python-checkins] [3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140048)
serhiy-storchaka
-
2025/10/13
[Python-checkins] [3.14] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140047)
serhiy-storchaka
-
2025/10/13
[Python-checkins] [3.14] Using Python on Windows: Free-threaded is supported from 3.14 (GH-139992) (#140045)
hugovk
-
2025/10/13
[Python-checkins] Using Python on Windows: Free-threaded is supported from 3.14 (#139992)
hugovk
-
2025/10/13
[Python-checkins] [3.14] gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (GH-140032) (#140033)
picnixz
-
2025/10/13
[Python-checkins] [3.13] gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (GH-140032) (#140034)
picnixz
-
2025/10/12
[Python-checkins] gh-136438: Make sure test.test_pydoc.test_pydoc pass with all optimization levels (#136479)
hauntsaninja
-
2025/10/12
[Python-checkins] [3.14] gh-91214: Skip tests failing on Solaris (GH-31978) (GH-138450)
serhiy-storchaka
-
2025/10/12
[Python-checkins] [3.14] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (GH-139980) (#140005)
savannahostrowski
-
2025/10/12
[Python-checkins] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (#139980)
savannahostrowski
-
2025/10/12
[Python-checkins] [3.14] gh-127081: add critical sections to `dbm` objects (gh-132749) (#139996)
kumaraditya303
-
2025/10/12
[Python-checkins] [3.14] gh-139988: fix a leak when failing to create a Union type (GH-139990) (#139993)
picnixz
-
2025/10/11
[Python-checkins] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)
gpshead
-
2025/10/11
[Python-checkins] [3.13] gh-139905: Provide suggestion in error message if `Generic.__init_subclass__` was not called (GH-139943) (#139956)
AlexWaygood
-
2025/10/11
[Python-checkins] gh-139935: do not skip test on real errors in `os.getlogin` (#139953)
picnixz
-
2025/10/11
[Python-checkins] gh-139845: do not print twice in default asyncio REPL (#139846)
kumaraditya303
-
2025/10/11
[Python-checkins] [3.14] gh-138756: Fix memory leak in PyInitConfig_Free() (GH-138759) (#138785)
vstinner
-
2025/10/10
[Python-checkins] [3.14] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139931)
terryjreedy
-
2025/10/10
[Python-checkins] gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14 (GH-139770)
zooba
-
2025/10/10
[Python-checkins] gh-138843: Removing "Unpacking" section from Download page (GH-139918)
zware
-
2025/10/10
[Python-checkins] gh-139894: fix incorrect sharing of current task while forking in `asyncio` (#139897)
kumaraditya303
-
2025/10/10
[Python-checkins] gh-137025: Update Emscripten Build Docs (#137312)
freakboy3742
-
2025/10/10
[Python-checkins] gh-139353: Add Objects/unicode_format.c file (#139491)
vstinner
-
2025/10/10
[Python-checkins] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836)
serhiy-storchaka
-
2025/10/09
[Python-checkins] gh-111489: Add PyTuple_FromArray() function (#139691)
vstinner
-
2025/10/09
[Python-checkins] [3.13] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844) (#139886)
vstinner
-
2025/10/09
[Python-checkins] Python 3.11.14
pablogsal
-
2025/10/09
[Python-checkins] [3.14] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (GH-139392) (#139858)
kumaraditya303
-
2025/10/09
[Python-checkins] Python 3.10.19
pablogsal
-
2025/10/09
[Python-checkins] [3.13] gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316) (GH-139771)
encukou
-
2025/10/09
[Python-checkins] [3.10] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139761)
ambv
-
2025/10/09
[Python-checkins] [3.14] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) (GH-139828)
serhiy-storchaka
-
2025/10/09
[Python-checkins] [3.13] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) (GH-139829)
serhiy-storchaka
-
2025/10/08
[Python-checkins] [3.13] gh-139748: Fix socket.if_nametoindex() Argument Clinic (#139815)
vstinner
-
2025/10/08
[Python-checkins] [3.13] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139813)
vstinner
-
2025/10/08
[Python-checkins] [3.13] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139790)
hugovk
-
2025/10/08
[Python-checkins] [3.14] gh-127647: Fix and enable I/O protocol tests (GH-138369) (#138376)
JelleZijlstra
-
2025/10/08
[Python-checkins] [3.13] Remove Cirrus macOS runners from CI (GH-139799) (#139803)
hugovk
-
2025/10/08
[Python-checkins] [3.14] gh-139525: Don't specialize functions which have a modified vectorcall (GH-139524) (#139709)
DinoV
-
2025/10/08
[Python-checkins] [3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
hugovk
-
2025/10/08
[Python-checkins] [3.14] gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (GH-139576) (#139787)
hugovk
-
2025/10/08
[Python-checkins] gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14 (GH-139770)
zooba
-
2025/10/08
[Python-checkins] gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
kumaraditya303
-
2025/10/08
[Python-checkins] [3.13] gh-137920: Fix semantically relevant typo in `curses.window.attron` (GH-137940) (GH-138507)
encukou
-
2025/10/08
[Python-checkins] [3.14] gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (#139777)
vstinner
-
2025/10/08
[Python-checkins] [3.13] gh-101100: Fix some Sphinx reference warnings in ``whatsnew/2.6.rst`` (GH-139236) (#139569)
vstinner
-
2025/10/08
[Python-checkins] [3.13] gh-137589: Zipfile tests: close file objects (GH-138080) (#139767)
vstinner
-
2025/10/08
[Python-checkins] [3.14] gh-137317: Fix inspect.signature() for class with wrapped __init__ or __new__ (GH-137862) (#138224)
vstinner
-
2025/10/08
[Python-checkins] [3.14] GH-137573: Add test to check that the margin used for overflow protection is larger than the stack space used by the interpreter (GH-137724) (GH-139295)
encukou
-
2025/10/08
[Python-checkins] [3.14] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138935)
encukou
-
2025/10/08
[Python-checkins] [3.14] gh-71679: Improve tests for repr() of bytes and bytearray (GH-138180) (GH-138182)
encukou
-
2025/10/08
[Python-checkins] [3.12] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-139694)
ambv
-
2025/10/08
[Python-checkins] [3.14] gh-92266: Update pre-commit (GH-139411) (#139466)
hugovk
-
2025/10/08
[Python-checkins] [3.14] Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051) (GH-137053)
brettcannon
-
2025/10/08
[Python-checkins] [3.14] gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566) (GH-138056)
serhiy-storchaka
-
2025/10/07
[Python-checkins] [3.14] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) (GH-137660)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-138772: Add tests for Turtle.dot() signature (GH-138773) (GH-139326)
encukou
-
2025/10/07
[Python-checkins] [3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-137485) (#137487)
brettcannon
-
2025/10/07
[Python-checkins] gh-79315: Add Include/cpython/sliceobject.h header (#139729)
vstinner
-
2025/10/07
[Python-checkins] [3.14] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930) (#137616)
vstinner
-
2025/10/07
[Python-checkins] gh-79315: Add Include/cpython/marshal.h header (#139725)
vstinner
-
2025/10/07
[Python-checkins] [3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212)
brettcannon
-
2025/10/07
[Python-checkins] [3.14] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137419)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-95844: Move help_url code to a help module function (GH-129971) (#138484)
terryjreedy
-
2025/10/07
[Python-checkins] [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003)
brettcannon