python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-133037: Add test for shadowing __annotate__ (#133084)
JelleZijlstra
[Python-checkins] gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)
methane
[Python-checkins] gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)
methane
[Python-checkins] gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
pablogsal
[Python-checkins] Lint: Use Ruff to format ``Tools/build/check_warnings.py`` (#133317)
AA-Turner
[Python-checkins] gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
ambv
[Python-checkins] GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)
brandtbucher
[Python-checkins] [3.13] gh-132995: Upgrade bundled pip to 25.1.1 (gh-133308)
pfmoore
[Python-checkins] [3.13] gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598) (GH-133310)
serhiy-storchaka
[Python-checkins] gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282)
encukou
[Python-checkins] gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598)
serhiy-storchaka
[Python-checkins] gh-132995: Upgrade bundled pip to 25.1.1 (gh-132997)
pfmoore
[Python-checkins] gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
markshannon
[Python-checkins] gh-128972: Add `_Py_ALIGN_AS` and revert `PyASCIIObject` memory layout. (GH-133085)
encukou
[Python-checkins] gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
encukou
[Python-checkins] GH-133171: Prevent combinations of --disable-gil and --enable-experimental-jit... for now (GH-133179)
brandtbucher
[Python-checkins] gh-121249: unconditionally support `complex` types in `struct` (GH-132864)
encukou
[Python-checkins] [3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)
encukou
[Python-checkins] gh-133300: argparse: make `suggest_on_error` a keyword-only parameter (#133302)
hugovk
[Python-checkins] [3.13] gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (GH-132387) (#133297)
sobolevn
[Python-checkins] [3.13] gh-133210: Fix `test_descr` in `--without-doc-strings` mode (GH-133294) (#133298)
sobolevn
[Python-checkins] gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
colesbury
[Python-checkins] gh-130645: Add color to `argparse` help (GH-132323)
ambv
[Python-checkins] gh-133210: Fix `test_descr` in `--without-doc-strings` mode (#133294)
sobolevn
[Python-checkins] gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)
iritkatriel
[Python-checkins] gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (#132387)
sobolevn
[Python-checkins] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292)
encukou
[Python-checkins] [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293)
AlexWaygood
[Python-checkins] Docs: delete title links in `turtle.rst` and `typing.rst` (#133283)
AlexWaygood
[Python-checkins] gh-130482: Add ability to specify name for tkinter.OptionMenu and tkinter.ttk.OptionMenu (GH-130502)
serhiy-storchaka
[Python-checkins] gh-133197: Improve error message for incompatible string / bytes prefixes (#133242)
sobolevn
[Python-checkins] [3.13] gh-133210: Fix `test_pydoc` in `--without-doc-strings` mode (GH-133271) (#133288)
sobolevn
[Python-checkins] gh-133210: Fix `test_pydoc` in `--without-doc-strings` mode (#133271)
sobolevn
[Python-checkins] gh-123299: Add missing pending removals (#133082)
hugovk
[Python-checkins] [3.13] gh-130197: Improve test coverage of msgfmt.py (GH-133048) (GH-133255)
serhiy-storchaka
[Python-checkins] [3.13] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (GH-132055) (#133277)
JelleZijlstra
[Python-checkins] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (#132055)
JelleZijlstra
[Python-checkins] gh-133259: Show path to python.sh script on successful build (#133268)
mdboom
[Python-checkins] gh-133258: Fix crash in test_index (GH-133262)
ambv
[Python-checkins] gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)
vstinner
[Python-checkins] [3.13] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (GH-133250) (#133263)
sobolevn
[Python-checkins] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (#133250)
sobolevn
[Python-checkins] gh-133256: Add _Py_NONSTRING macro (#133257)
vstinner
[Python-checkins] gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
vstinner
[Python-checkins] gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)
zooba
[Python-checkins] gh-130197: Improve test coverage of msgfmt.py (GH-133048)
serhiy-storchaka
[Python-checkins] gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
encukou
[Python-checkins] gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)
vstinner
[Python-checkins] [3.13] gh-130655: Add a test for big-endian MO files in gettext (GH-132469) (GH-133248)
serhiy-storchaka
[Python-checkins] gh-130655: Add a test for big-endian MO files in gettext (GH-132469)
serhiy-storchaka
[Python-checkins] [3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (#132282)
AA-Turner
[Python-checkins] Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
AA-Turner
[Python-checkins] gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
iritkatriel
[Python-checkins] PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)
iritkatriel
[Python-checkins] Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)
AA-Turner
[Python-checkins] gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)
lysnikolaou
[Python-checkins] [3.13] gh-131531: Make Android build retry after network failures (GH-133193) (#133236)
freakboy3742
[Python-checkins] gh-131531: Make Android build retry after network failures (#133193)
freakboy3742
[Python-checkins] gh-130167: Improve ``difflib.IS_LINE_JUNK`` performance by using string methods (#130170)
AA-Turner
[Python-checkins] Add missing whitespace in `is_running_main` comment (#133174)
AA-Turner
[Python-checkins] [3.13] gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. (GH-133184) (#133234)
freakboy3742
[Python-checkins] Bump the HACL* revision. (#133226)
freakboy3742
[Python-checkins] gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. (#133184)
freakboy3742
[Python-checkins] Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
ericsnowcurrently
[Python-checkins] dict: Remove redundant incref of immortal object Py_EMPTY_KEYS (GH-133200)
methane
[Python-checkins] gh-132775: Add _PyPickle_GetXIData() (gh-133107)
ericsnowcurrently
[Python-checkins] GH-125515: Remove two unused error branches. (#133181)
freakboy3742
[Python-checkins] gh-133153: Use rlcompleter for pdb's interact command (#133176)
gaogaotiantian
[Python-checkins] gh-133213: Add tests for `string.templatelib.TemplateIter` (#133215)
sobolevn
[Python-checkins] GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131751)
savannahostrowski
[Python-checkins] gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
ericsnowcurrently
[Python-checkins] [3.13] Apply 'mod' role to typing module (GH-133201) (#133217)
AA-Turner
[Python-checkins] Apply 'mod' role to typing module (#133201)
AA-Turner
[Python-checkins] [3.13] Remove redundant ``--keep-going`` when running Sphinx (GH-133156) (#133214)
AA-Turner
[Python-checkins] gh-133197: Improve error message for `ft""` and `bt""` cases (#133202)
sobolevn
[Python-checkins] Remove redundant ``--keep-going`` when running Sphinx (#133156)
AA-Turner
[Python-checkins] gh-133211: Test that PEP750 types are final (#133212)
lysnikolaou
[Python-checkins] [3.13] gh-133167: Fix compilation process with `--enable-optimizations` and `--without-docstrings` (GH-133187) (#133207)
sobolevn
[Python-checkins] gh-133167: Fix compilation process with `--enable-optimizations` and `--without-docstrings` (#133187)
sobolevn
[Python-checkins] gh-87135: test_threading: Wait on thread, not an Event it sets (GH-133198)
encukou
[Python-checkins] gh-131591: Add tests for _PdbClient (#132976)
pablogsal
[Python-checkins] [3.13] gh-133117: Run mypy on `tomllib` in CI (GH-133118) (#133192)
sobolevn
[Python-checkins] gh-89867: string.Formatter auto numbering doc updates (GH-129617)
encukou
[Python-checkins] gh-133194: Add `CHECK_VERSION` to new PEP758 grammar (#133195)
sobolevn
[Python-checkins] GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
markshannon
[Python-checkins] gh-130317: Skip test_pack_unpack_roundtrip_for_nans() on x86 (#133155)
vstinner
[Python-checkins] gh-133117: Run mypy on `tomllib` in CI (#133118)
sobolevn
[Python-checkins] Remove trailing whitespace from python.gram (#133175)
lysnikolaou
[Python-checkins] gh-127604: Optimize -ldl usage on platforms that use dlopen for libFFI. (#133081)
freakboy3742
[Python-checkins] [3.13] Add `profile-gen-stamp` to `.gitignore` (GH-133188) (#133189)
sobolevn
[Python-checkins] Add `profile-gen-stamp` to `.gitignore` (#133188)
sobolevn
[Python-checkins] [3.13] gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Exception` or `ExceptionGroup` (GH-132363) (#132725)
picnixz
[Python-checkins] gh-116436: Improve error message when TypeError occurs during dict update (#116443)
hauntsaninja
[Python-checkins] gh-133036: Deprecate codecs.open (#133038)
methane
[Python-checkins] Get rid of ERROR_IF's "label" parameter (GH-132654)
brandtbucher
[Python-checkins] GH-125515: Mark code after "return" as unreachable in the cases generator (#133178)
freakboy3742
[Python-checkins] [3.13] gh-133131: Discover an appropriate iOS simulator rather than hard-coding iPhone SE 3rd gen (GH-133132) (#133173)
freakboy3742
[Python-checkins] gh-133131: Discover an appropriate iOS simulator rather than hard-coding iPhone SE 3rd gen (#133132)
freakboy3742
[Python-checkins] gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)
serhiy-storchaka
[Python-checkins] Docs: fix typo in `InternalDocs/garbage_collector.md` (gh-133151)
nascheme
[Python-checkins] GH-132508: Use tagged integers on the evaluation stack for the last instruction offset (GH-132545)
markshannon
[Python-checkins] gh-121468: Support async breakpoint in pdb (#132576)
gaogaotiantian
[Python-checkins] gh-132987: Support __index__() in the socket module (GH-133093)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() in the stat module (GH-133097)
serhiy-storchaka
[Python-checkins] [3.13] gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (GH-133149)
encukou
[Python-checkins] GH-130328: pasting in new REPL is slow on Windows (GH-132884)
ambv
[Python-checkins] gh-132930: Fixes PEP 514 registration for PyManager packages on x64 (GH-133154)
zooba
[Python-checkins] gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
vstinner
[Python-checkins] gh-132933: zipapp - apply the filter when creating the list of files to add (gh-132934)
pfmoore
[Python-checkins] gh-132987: Support __index__() in the lzma module (GH-133099)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133094)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() in the posix module (GH-133096)
serhiy-storchaka
[Python-checkins] gh-46236: Document `PyUnicodeIter_Type` (GH-132925)
encukou
[Python-checkins] [3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147)
vstinner
[Python-checkins] gh-57281: Fix duplicate deprecation note: array 'u' format (#133113)
vstinner
[Python-checkins] gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH-133080)
encukou
[Python-checkins] gh-132930: Fix use of ALIAS_WPREFIX in pymanager builds (GH-133120)
zooba
[Python-checkins] [3.13] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (GH-133116) (#133133)
sobolevn
[Python-checkins] [3.13] GH-127682: Backport GH-132351 (GH-132384)
markshannon
[Python-checkins] GH-132930: Display 'free-threaded' in pymanager builds (GH-133119)
zooba
[Python-checkins] GH-132554: Add stats for GET_ITER (GH-132592)
markshannon
[Python-checkins] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (#133116)
sobolevn
[Python-checkins] Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)
nascheme
[Python-checkins] [3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039) (gh-133126)
corona10
[Python-checkins] gh-132893: Minor edits to the statistics module PR (gh-133106)
rhettinger
[Python-checkins] [3.13] gh-133122: Fix for test_type_lookup_mro_reference. (gh-133127)
nascheme
[Python-checkins] gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
ericsnowcurrently
[Python-checkins] gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
ericsnowcurrently
[Python-checkins] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)
corona10
[Python-checkins] gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
ericsnowcurrently
[Python-checkins] [3.13] gh-132942: Fix races in type lookup cache (gh-133114)
nascheme
[Python-checkins] gh-125142: add REPL help text for keyboard shortcuts (gh-125143)
nascheme
[Python-checkins] Add internal docs about the free-threaded GC. (gh-132562)
nascheme
[Python-checkins] gh-127266: avoid data races when updating type slots (gh-131174)
nascheme
[Python-checkins] gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
nascheme
[Python-checkins] GH-128520: pathlib ABCs tests: use explicit text encoding (#133105)
barneygale
[Python-checkins] [3.13] gh-132742: Fix newly added tcflush() tests on Android (GH-133070) (GH-133104)
serhiy-storchaka
[Python-checkins] gh-132775: Add _PyBytes_GetXIData() (gh-133101)
ericsnowcurrently
[Python-checkins] gh-132942: Fix races in type lookup cache (gh-133032)
nascheme
[Python-checkins] gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
ericsnowcurrently
[Python-checkins] gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() (gh-132979)
ericsnowcurrently
[Python-checkins] gh-132742: Fix newly added tcflush() tests on Android (GH-133070)
serhiy-storchaka
[Python-checkins] gh-132930: Improve the names of IDLE and PyDoc shortcuts (GH-133091)
zooba
[Python-checkins] GH-128520: pathlib ABCs: raise text encoding warnings at correct stack level (#133051)
barneygale
[Python-checkins] [3.13] gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (GH-133055) (#133095)
sobolevn
[Python-checkins] gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
ericsnowcurrently
[Python-checkins] [3.13] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-133092)
zware
[Python-checkins] gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (#133055)
sobolevn
[Python-checkins] gh-132952: Speed up startup by importing _io instead of io (#132957)
JelleZijlstra
[Python-checkins] typing, annotationlib: clean tests (#133087)
JelleZijlstra
[Python-checkins] gh-129965: Add more missing MIME types (#132845)
hugovk
[Python-checkins] [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088)
hugovk
[Python-checkins] gh-132915: Try to detect a buffer overflow in fcntl() and ioctl() (GH-132919)
serhiy-storchaka
[Python-checkins] gh-132726: Change the heading of `sysconfig` CLI section (#133035)
hugovk
[Python-checkins] gh-75223: Deprecate undotted extensions in `mimetypes.MimeTypes.add_type` (#128638)
hugovk
[Python-checkins] gh-132983: Convert compression._common to a package (#133086)
vstinner
[Python-checkins] gh-133073: avoid `NULL + 0` arithmetic in `list_extend_*` functions (#133074)
picnixz
[Python-checkins] gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
encukou
[Python-checkins] Fixed a typo in the `PCbuild/readme.txt` about PGO clang-cl (#133083)
mdboom
[Python-checkins] gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
vstinner
[Python-checkins] gh-130907: Treat all module-level annotations as conditional (#131550)
JelleZijlstra
[Python-checkins] gh-53032: support IEEE 754 contexts in the decimal module (#122003)
vstinner
[Python-checkins] gh-132930: Implement PEP 773 (GH-132931)
zooba
[Python-checkins] GH-114911: use time.perf_counter in Stopwatch (GH-131469)
encukou
[Python-checkins] gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)
picnixz
[Python-checkins] gh-111178: fix incorrect function signatures for Windows builds (#133072)
picnixz
[Python-checkins] [3.13] gh-133033: Add docs for `TypeIgnore` (GH-133034) (#133078)
sobolevn
[Python-checkins] gh-133033: Add docs for `TypeIgnore` (#133034)
sobolevn
[Python-checkins] gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
picnixz
[Python-checkins] [3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791) (GH-133066)
serhiy-storchaka
[Python-checkins] gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-133011)
serhiy-storchaka
[Python-checkins] gh-132742: Improve tests for fcntl.ioctl() (GH-132791)
serhiy-storchaka
[Python-checkins] gh-132983: Install compression package contents (#133063)
freakboy3742
[Python-checkins] gh-133061: do not mention `UINT32_MAX` in HMAC user-facing messages (#133062)
picnixz
[Python-checkins] Docs: fix a couple typos in `Doc/` (GH-132927)
gpshead
[Python-checkins] gh-127604: ensure `-ldl` is passed to the linker when `dladdr1` is found (#133040)
picnixz
[Python-checkins] gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
picnixz
[Python-checkins] gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)
gpshead
[Python-checkins] Silence system utils tests in emscripten python.sh (#133044)
freakboy3742
[Python-checkins] [3.13] gh-133046: Reformat the ``ast`` module docstring (GH-133050) (GH-133060)
gpshead
[Python-checkins] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-132027)
zware
[Python-checkins] gh-132983: Introduce `compression` package and move `_compression` module (GH-133018)
gpshead
[Python-checkins] gh-133046: Reformat the ``ast`` module docstring (GH-133050)
gpshead
[Python-checkins] gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314)
vsajip
[Python-checkins] [3.13] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053) (GH-133056)
gpshead
[Python-checkins] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)
gpshead
[Python-checkins] gh-127495: Append to history file after every statement in PyREPL (GH-132294)
ambv
[Python-checkins] gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_STRING, _BUILD_SET (GH-132564)
Fidget-Spinner
[Python-checkins] gh-128438: Use `EnvironmentVarGuard` in `test_zoneinfo.py` (#131870)
picnixz
[Python-checkins] gh-91069: do not disable `sha3` in `test_hashlib` under UBSan (#133001)
picnixz
[Python-checkins] [3.13] gh-63882: Implement some `test_minidom` tests (GH-132879) (#133029)
hugovk
[Python-checkins] gh-124703: Set return code to 1 when aborting process from pdb (#133013)
gaogaotiantian
[Python-checkins] gh-63882: Implement some `test_minidom` tests (#132879)
hugovk
[Python-checkins] [3.13] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (GH-133019) (#133023)
picnixz
[Python-checkins] gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133003)
Fidget-Spinner
[Python-checkins] [3.13] gh-63882: Use `self.assert*` methods in `test_minidom` (GH-133000) (#133024)
hugovk
[Python-checkins] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)
gvanrossum
[Python-checkins] [3.13] doc: update co_flags reference (GH-132300) (#132936)
hugovk
Earlier messages