python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-138081: fix some dead links in InternalDocs (#138082)
picnixz
[Python-checkins] GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
AA-Turner
[Python-checkins] [3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137810)
hugovk
[Python-checkins] [3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688)
hugovk
[Python-checkins] gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662)
brettcannon
[Python-checkins] [3.13] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138753)
hugovk
[Python-checkins] Remove unused prototype `_PyPegen_set_source_in_metadata` (#138810)
pablogsal
[Python-checkins] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (#138504)
kumaraditya303
[Python-checkins] [3.14] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-136082) (#138077)
hugovk
[Python-checkins] [3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138783)
vstinner
[Python-checkins] [3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (GH-138786)
ZeroIntensity
[Python-checkins] gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)
picnixz
[Python-checkins] gh-138756: Fix memory leak in PyInitConfig_Free() (#138759)
vstinner
[Python-checkins] gh-138013: Move I/O test infrastructre to test_io.utils (#138475)
vstinner
[Python-checkins] [3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500)
hugovk
[Python-checkins] [3.14] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138694)
hugovk
[Python-checkins] [3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#138760)
hugovk
[Python-checkins] [3.14] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138657)
hugovk
[Python-checkins] [3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#138457)
hugovk
[Python-checkins] [3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195)
hugovk
[Python-checkins] [3.14] Fix typo in `logging` docs (GH-137981) (#137983)
hugovk
[Python-checkins] [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950)
hugovk
[Python-checkins] [3.14] gh-131885: Use positional-only markers for the ``decimal`` module (GH-131990) (#137902)
hugovk
[Python-checkins] [3.14] gh-125897: Mark range function parameters as positional only (GH-125945) (#137652)
hugovk
[Python-checkins] [3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)
hugovk
[Python-checkins] [3.14] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369) (#137380)
hugovk
[Python-checkins] [3.14] Fix Windows path in `venv` docs (GH-138476) (#138477)
hugovk
[Python-checkins] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433)
serhiy-storchaka
[Python-checkins] [3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)
hugovk
[Python-checkins] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (#138563)
AA-Turner
[Python-checkins] gh-138744: GitHub Actions: pin to `windows-2022` (#138743)
hugovk
[Python-checkins] [3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-138730) (#138748)
sobolevn
[Python-checkins] [3.14] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138752)
hugovk
[Python-checkins] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
vstinner
[Python-checkins] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730)
sobolevn
[Python-checkins] gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
picnixz
[Python-checkins] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (#136743)
kumaraditya303
[Python-checkins] gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle… (#138228)
DinoV
[Python-checkins] [3.13] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138609)
gpshead
[Python-checkins] gh-135953: Fix refleak in cache method (#138721)
pablogsal
[Python-checkins] gh-136616: Improve `assert` syntax error messages (#136653)
sobolevn
[Python-checkins] [3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138713)
zware
[Python-checkins] gh-88886: Remove excessive encoding name normalization (GH-137167)
serhiy-storchaka
[Python-checkins] gh-138535: Optimize fill_time for typical timestamps (#138537)
vstinner
[Python-checkins] [3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510) (#138638)
hugovk
[Python-checkins] [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683)
hugovk
[Python-checkins] [3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)
hugovk
[Python-checkins] gh-138535: Pass directly state to posix fill_time() (#138693)
vstinner
[Python-checkins] gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
encukou
[Python-checkins] Add impl-detail block for PyLong_FromLong docs (#126422)
vstinner
[Python-checkins] [3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)
vstinner
[Python-checkins] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (#138677)
picnixz
[Python-checkins] [3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138685)
vstinner
[Python-checkins] [3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138684)
hugovk
[Python-checkins] gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
corona10
[Python-checkins] gh-138679: Opcodes which consume no inputs should indicate they produced the val… (#138678)
DinoV
[Python-checkins] [3.14] annotationlib: add note on security to docs (GH-138508) (#138550)
hugovk
[Python-checkins] gh-101100: Resolve reference warnings in reference/ (#138418)
AA-Turner
[Python-checkins] gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
AA-Turner
[Python-checkins] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)
sobolevn
[Python-checkins] [3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)
sobolevn
[Python-checkins] gh-137210: Move PYTHON_API_VERSION & PYTHON_ABI_VERSION to patchlevel.h (GH-138545)
encukou
[Python-checkins] [3.14] gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-138256) (#138367)
hugovk
[Python-checkins] [3.14] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137772)
hugovk
[Python-checkins] gh-138665: Move `platform.invalidate_caches` docs (#138667)
picnixz
[Python-checkins] [3.14] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) (#137703)
hugovk
[Python-checkins] [3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) (#138068)
hugovk
[Python-checkins] [3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353)
hugovk
[Python-checkins] [3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379) (#137382)
hugovk
[Python-checkins] [3.14] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (#138299)
hugovk
[Python-checkins] [3.14] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137406)
hugovk
[Python-checkins] [3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)
pablogsal
[Python-checkins] [3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)
pablogsal
[Python-checkins] gh-133143: Add sys.abi_info (GH-137476)
encukou
[Python-checkins] gh-138659: Typo in the gc module docstring (#138660)
pablogsal
[Python-checkins] gh-57911: Fix failing symlink test in tarfile (GH-138626)
encukou
[Python-checkins] [3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815) (#138643)
hugovk
[Python-checkins] Doc: Apply keyword role around finally (in sys module doc) (GH-138544)
encukou
[Python-checkins] [3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445)
hugovk
[Python-checkins] gh-138633: fix Sphinx references in `ssl` documentation (#138648)
picnixz
[Python-checkins] gh-138633: synchronize documented signatures of SSL objects with runtime ones (#138639)
picnixz
[Python-checkins] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)
AA-Turner
[Python-checkins] gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
picnixz
[Python-checkins] [3.12] gh-136155: Use ``sphinxext-opengraph`` v0.12.0 (#136406)
hugovk
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Build Changes (GH-138488) (#138632)
hugovk
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Build Changes (#138488)
hugovk
[Python-checkins] gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)
sobolevn
[Python-checkins] Docs: Fix typo in `os.fwalk()` example (GH-138486)
ZeroIntensity
[Python-checkins] gh-57911: Sanitize symlink targets in tarfile on win32 (GH-138309)
encukou
[Python-checkins] [3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513)
hugovk
[Python-checkins] gh-138401: Check arg count>=0 in os.sendfile() (#138403)
vstinner
[Python-checkins] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (#138210)
JelleZijlstra
[Python-checkins] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593)
zware
[Python-checkins] [3.13] gh-95844: Move help_url code to a help module function (GH-129971) (#138485)
terryjreedy
[Python-checkins] gh-138205: Remove the `resize` method on `mmap` object on platforms don't support it (#138276)
kumaraditya303
[Python-checkins] gh-131178: Fix `test_unknown_flag` for platform CLI (#137816)
kumaraditya303
[Python-checkins] [3.14] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138523)
hugovk
[Python-checkins] [3.14] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138612)
hugovk
[Python-checkins] [3.14] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454) (#138600)
hugovk
[Python-checkins] [3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138611)
picnixz
[Python-checkins] [3.13] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982) (#138606)
gpshead
[Python-checkins] Add Emma Smith to CODEOWNERS (#138588)
emmatyping
[Python-checkins] gh-138584: Increase test coverage for `collections.UserList` (#138590)
picnixz
[Python-checkins] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)
gpshead
[Python-checkins] [3.14] gh-90548: Fix musl version detection with --strip-all (GH-137864) (#138348)
hugovk
[Python-checkins] [3.13] gh-138556: Fix old link in gc docs (#138596)
Eclips4
[Python-checkins] [3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601)
hugovk
[Python-checkins] [3.14] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593) (#138602)
hugovk
[Python-checkins] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982)
gpshead
[Python-checkins] fix comment reference from man 7 signal to man 7 signal-safety (#138554)
gpshead
[Python-checkins] gh-138191: Document ``frame.f_generator`` in the data model (#138540)
AA-Turner
[Python-checkins] gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
encukou
[Python-checkins] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454)
zware
[Python-checkins] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592)
zware
[Python-checkins] [3.14] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138427)
hugovk
[Python-checkins] Docs: Fix typo in `random_derangement` recipe (GH-138599)
ZeroIntensity
[Python-checkins] [3.13] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138595)
gpshead
[Python-checkins] [3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (#138553)
hugovk
[Python-checkins] [3.13] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138428)
picnixz
[Python-checkins] gh-116738: make `cProfile` module thread-safe (#138229)
kumaraditya303
[Python-checkins] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (#137712)
JelleZijlstra
[Python-checkins] [3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)
hugovk
[Python-checkins] gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
brettcannon
[Python-checkins] GH-95952: Require setting `HOSTRUNNER` when cross compiling for WASI (#138203)
brettcannon
[Python-checkins] [3.13] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138567)
AA-Turner
[Python-checkins] [3.13] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (GH-138566)
vsajip
[Python-checkins] [3.13] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210) (#138564)
JelleZijlstra
[Python-checkins] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530)
vsajip
[Python-checkins] [3.13] gh-138307: Update the Ellipsis documentation (GH-138306) (#138439)
JelleZijlstra
[Python-checkins] [3.13] gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502) (GH-138549)
serhiy-storchaka
[Python-checkins] GH-138465: Improve documentation for common sequence methods (#138474)
AA-Turner
[Python-checkins] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878)
serhiy-storchaka
[Python-checkins] [3.13] gh-138515: Include email module in Emscripten build (gh-138520) (gh-138534)
corona10
[Python-checkins] gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502)
serhiy-storchaka
[Python-checkins] annotationlib: add note on security to docs (#138508)
JelleZijlstra
[Python-checkins] [3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503) (#138505)
hugovk
[Python-checkins] [3.14] gh-138515: Include email module in Emscripten build (gh-138520) (#138533)
hugovk
[Python-checkins] gh-138515: Include email module in Emscripten build (gh-138520)
corona10
[Python-checkins] [3.14] docs: add module-level `versionadded` for `annotationlib` (GH-138511) (#138512)
hugovk
[Python-checkins] [3.13] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138524)
hugovk
[Python-checkins] [3.14] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138527)
hugovk
[Python-checkins] [3.13] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138522)
kumaraditya303
[Python-checkins] gh-107194: Improved language of list.index in tutorial (gh-138518)
corona10
[Python-checkins] gh-138516: fix typo in OrderedDict exception msg (#138517)
kumaraditya303
[Python-checkins] docs: add module-level `versionadded` for `annotationlib` (#138511)
JelleZijlstra
[Python-checkins] gh-87595: Fix the docs for mmap.size() (#138494)
vstinner
[Python-checkins] [3.14] gh-136134: smtplib: fix CRAM-MD5 on FIPS-only environments (GH-136623) (#138086)
hugovk
[Python-checkins] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503)
corona10
[Python-checkins] [3.14] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138469)
hugovk
[Python-checkins] Add random_derangement recipe gh-138377
rhettinger
[Python-checkins] [3.14] gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (GH-136615) (#138054)
hugovk
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416) (#138461)
hugovk
[Python-checkins] [3.13] Docs: Fix typo in `os.fwalk()` example (GH-138486) (GH-138501)
ZeroIntensity
[Python-checkins] gh-136599: Improve long_hash() (#136600)
vstinner
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138480)
hugovk
[Python-checkins] gh-132657: improve `deepcopy` and `copy` scaling on free-threading (#138429)
kumaraditya303
[Python-checkins] [3.13] Fix Windows path in `venv` docs (GH-138478)
zware
[Python-checkins] gh-138281: Remove unused `topsort` and bump minimal version in `peg_generator` (#138487)
pablogsal
[Python-checkins] gh-95844: Move help_url code to a help module function (#129971)
terryjreedy
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138481)
AA-Turner
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138460)
AA-Turner
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (#138408)
AA-Turner
[Python-checkins] Fix Windows path in `venv` docs (GH-138476)
zware
[Python-checkins] [3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470)
hugovk
[Python-checkins] [3.13] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138472)
sobolevn
[Python-checkins] [3.13] gh-72249: Correct wording of GH-101910 blurb (GH-138471)
zware
[Python-checkins] gh-72249: Correct wording of GH-101910 blurb (GH-138468)
zware
[Python-checkins] gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple (GH-138458)
Fidget-Spinner
[Python-checkins] gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)
sobolevn
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) (#138463)
AA-Turner
[Python-checkins] GH-101100: Resolve reference warnings in using/windows.rst (#138416)
AA-Turner
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138459)
hugovk
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138444)
AA-Turner
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (#138412)
AA-Turner
[Python-checkins] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713)
encukou
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138456)
AA-Turner
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138455)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (#138411)
AA-Turner
[Python-checkins] gh-137136: Suppress build warnings when build on Windows with --experimental-jit-interpreter (GH-137137)
markshannon
[Python-checkins] gh-91214: Skip tests failing on Solaris (GH-31978)
serhiy-storchaka
[Python-checkins] [3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)
serhiy-storchaka
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138446)
hugovk
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138447)
hugovk
[Python-checkins] Docs: Fix typo in test.support.linked_to_musl function name (#138406)
vstinner
[Python-checkins] GH-101100: Resolve reference warnings in extending/extending.rst (#138417)
hugovk
[Python-checkins] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242)
serhiy-storchaka
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138443)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (#138413)
hugovk
[Python-checkins] GH-119169: Slightly speed up `os.walk(topdown=True)` (GH-121431)
encukou
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138442)
hugovk
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138441)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (#138415)
hugovk
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138438)
hugovk
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)
hugovk
[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138436)
hugovk
[Python-checkins] gh-138307: Update the Ellipsis documentation (#138306)
nedbat
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138435)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (#138409)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (#138414)
hugovk
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Move and consolidate Porting (GH-138400) (#138434)
hugovk
Earlier messages
Later messages