Messages by Thread
-
[Python-checkins] [3.13] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (GH-133404) (#133637)
sobolevn
-
[Python-checkins] [3.14] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (GH-133404) (#133603)
sobolevn
-
[Python-checkins] gh-133467: Add TSAN suppressions for races in typeobject (gh-133534)
nascheme
-
[Python-checkins] gh-133532: Run GC fast cycles test in subprocess. (gh-133533)
nascheme
-
[Python-checkins] gh-132917: Use /proc/self/status for mem usage info. (#133544)
nascheme
-
[Python-checkins] [3.14] gh-133551: Skip annotationlib for now in ast roundtrip tests (GH-133634) (#133636)
JelleZijlstra
-
[Python-checkins] gh-133551: Skip annotationlib for now in ast roundtrip tests (#133634)
JelleZijlstra
-
[Python-checkins] [3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (#133630)
AA-Turner
-
[Python-checkins] [3.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133633)
AA-Turner
-
[Python-checkins] [3.14] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133632)
AA-Turner
-
[Python-checkins] [3.14] gh-133551: Support t-strings in annotationlib (GH-133553) (#133628)
JelleZijlstra
-
[Python-checkins] gh-127833: lexical analysis: Add backticks to BOM example (#132407)
AA-Turner
-
[Python-checkins] gh-133555: Allow regenerating the parser with Python < 3.14 (#133557)
AA-Turner
-
[Python-checkins] gh-133551: Support t-strings in annotationlib (#133553)
JelleZijlstra
-
[Python-checkins] gh-132983: Remove pyzstd in identifiers (#133535)
AA-Turner
-
[Python-checkins] gh-133530: Replace binary tree textual digram with image (gh-133591)
rhettinger
-
[Python-checkins] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
ericsnowcurrently
-
[Python-checkins] [3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)
ericsnowcurrently
-
[Python-checkins] [3.14] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133596)
pablogsal
-
[Python-checkins] [3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566) (#133616)
vstinner
-
[Python-checkins] [3.14] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133589)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-133361: move the explanation of dict equal before its use (GH-133424) (#133621)
terryjreedy
-
[Python-checkins] [3.14] gh-133361: move the explanation of dict equal before its use (GH-133424) (#133620)
terryjreedy
-
[Python-checkins] gh-133361: move the explanation of dict equal before its use (#133424)
terryjreedy
-
[Python-checkins] gh-133558: Skip test_pdb tests on FreeBSD (#133566)
vstinner
-
[Python-checkins] wasi: Update the location of the 'config.site' file in the build script (GH-133611)
zware
-
[Python-checkins] Test fixes for 3.15 (GH-133599)
zware
-
[Python-checkins] gh-133537: Avoid using console I/O in WinAPI partitions that don't support it (GH-133538)
zooba
-
[Python-checkins] gh-133517: Remove os.listdrive, os.listvolumes and os.listmounts in non-desktop Windows builds (GH-133518)
zooba
-
[Python-checkins] GH-133600: Refactor `wasi.py` into `wasi/__main__.py`
brettcannon
-
[Python-checkins] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (#133404)
sobolevn
-
[Python-checkins] gh-133575: eliminate legacy checks in `Lib/curses/__init__.py` (#133576)
picnixz
-
[Python-checkins] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (#133523)
pablogsal
-
[Python-checkins] Finishing touches to update `main` branch for 3.15 (#133588)
hugovk
-
[Python-checkins] [3.13] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133587)
serhiy-storchaka
-
[Python-checkins] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551)
serhiy-storchaka
-
[Python-checkins] Python 3.14.0b1
hugovk
-
[Python-checkins] gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215)
serhiy-storchaka
-
[Python-checkins] gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Python install manager (GH-133514)
zooba
-
[Python-checkins] [3.13] GH-133231: Backport PYTHON_JIT documentation to 3.13 (GH-133539)
brandtbucher
-
[Python-checkins] [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (#133522)
vstinner
-
[Python-checkins] gh-123299: Copyedit "What's New in Python 3.14" (#133452)
hugovk
-
[Python-checkins] GH-132983: Remove zstd version check in the header file (#133502)
hugovk
-
[Python-checkins] gh-77065: Add optional keyword-only argument `echo_char` for `getpass.getpass` (#130496)
hugovk
-
[Python-checkins] gh-132917: Fix data race detected by tsan (#133508)
Yhg1s
-
[Python-checkins] Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
hugovk
-
[Python-checkins] gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
hugovk
-
[Python-checkins] gh-133490: Fix syntax highlighting for remote PDB (#133494)
pablogsal
-
[Python-checkins] gh-132983: Add What's New entry for PEP 784 implementation (#133495)
hugovk
-
[Python-checkins] gh-81793: Replace skip decorators with specific helpers (GH-133493)
zware
-
[Python-checkins] typing: Modernize type annotations on IO classes (#133487)
JelleZijlstra
-
[Python-checkins] gh-133490: Add color support to remote PDB (#133491)
gaogaotiantian
-
[Python-checkins] GH-113464: Add the JIT to What's New (GH-133486)
brandtbucher
-
[Python-checkins] gh-132493: Avoid eager evaluation of annotations in `@reprlib.recursive_repr()` (#133411)
JelleZijlstra
-
[Python-checkins] [3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (GH-130119) (#133488)
JelleZijlstra
-
[Python-checkins] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (#130119)
JelleZijlstra
-
[Python-checkins] Remove duplicate includes: Include/internal/ (#132624)
AA-Turner
-
[Python-checkins] GH-132983: Use a standard autoconf version check for zstd (#133479)
AA-Turner
-
[Python-checkins] gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)
AA-Turner
-
[Python-checkins] GH-132983: Build ``_zstd`` on Windows (#133366)
AA-Turner
-
[Python-checkins] [3.12] GH-133410: Use commit hashes for change detection (gh-133416) (#133426)
Yhg1s
-
[Python-checkins] gh-132775: Add _PyCode_GetXIData() (gh-133475)
ericsnowcurrently
-
[Python-checkins] gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133472)
ericsnowcurrently
-
[Python-checkins] gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)
pablogsal
-
[Python-checkins] gh-118761: Add test_lazy_import for more modules (#133057)
JelleZijlstra
-
[Python-checkins] GH-133231: Add JIT utilities in sys._jit (GH-133233)
brandtbucher
-
[Python-checkins] gh-133469: Adds to advanced section on installing PyManager (GH-133471)
zooba
-
[Python-checkins] gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
ericsnowcurrently
-
[Python-checkins] gh-133346: Make theming support in _colorize extensible (GH-133347)
ambv
-
[Python-checkins] GH-131798: Split CALL_LEN into several uops (GH-133180)
brandtbucher
-
[Python-checkins] gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
nascheme
-
[Python-checkins] [3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)
pablogsal
-
[Python-checkins] [3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468)
ambv
-
[Python-checkins] gh-132017: Handle SIGCONT in `pyrepl` (#132918)
pablogsal
-
[Python-checkins] GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)
ambv
-
[Python-checkins] [3.13] gh-130804: Fix support of typing unicode chars in pyrepl (GH-130805) (GH-133462)
ambv
-
[Python-checkins] gh-132975: Improve Remote PDB interrupt handling (#133223)
pablogsal
-
[Python-checkins] gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
ericsnowcurrently
-
[Python-checkins] gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)
vstinner
-
[Python-checkins] [3.13] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440) (GH-133460)
ambv
-
[Python-checkins] gh-133349: Enable auto-indent for pdb's multi-line mode (#133350)
gaogaotiantian
-
[Python-checkins] gh-130645: Add color to stdlib argparse CLIs (gh-133380)
ambv
-
[Python-checkins] [3.13] gh-124096: Enable REPL virtual terminal support on Windows (GH-124119) (GH-133457)
ambv
-
[Python-checkins] [3.13] GH-133410: Use commit hashes for change detection (gh-133416) (#133427)
JelleZijlstra
-
[Python-checkins] gh-133367: Add missing options to `ast` CLI (#133369)
sobolevn
-
[Python-checkins] gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
nascheme
-
[Python-checkins] GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)
barneygale
-
[Python-checkins] gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
-
[Python-checkins] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440)
ambv
-
[Python-checkins] gh-131296: Avoid posixmodule.c warning (GH-133142)
zooba
-
[Python-checkins] [3.13] gh-63882: Break down `and` tests in `test_minidom` (GH-133026) (#133451)
hugovk
-
[Python-checkins] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901)
ambv
-
[Python-checkins] gh-132143: Fix the `AssertionError` in the test case `test.test_sys.TestRemoteExec` (#132248)
pablogsal
-
[Python-checkins] gh-63882: Break down `and` tests in `test_minidom` (#133026)
hugovk
-
[Python-checkins] gh-110067: Make max heap methods public and add missing ones (GH-130725)
encukou
-
[Python-checkins] gh-82129: Improve annotations for make_dataclass() (#133406)
JelleZijlstra
-
[Python-checkins] gh-119180: Make the FORWARDREF format work with more kinds of runtime errors (#133407)
JelleZijlstra
-
[Python-checkins] [3.13] gh-131878: Handle top level exceptions in new pyrepl and prevent of closing it (GH-131910) (GH-133445)
ambv
-
[Python-checkins] GH-133336: Remove reserved ``-J`` flag for Jython (#133444)
AA-Turner
-
[Python-checkins] Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)" (#133434)
vstinner
-
[Python-checkins] gh-131878: Handle top level exceptions in new pyrepl and prevent of closing it (#131910)
ambv
-
[Python-checkins] gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
encukou
-
[Python-checkins] gh-131747: ctypes: Deprecate _pack_ implicitly setting _layout_ = 'ms' (GH-133205)
encukou
-
[Python-checkins] [3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432)
hugovk
-
[Python-checkins] GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
markshannon
-
[Python-checkins] gh-133419: fix test_external_inspection race assert (#133433)
vstinner
-
[Python-checkins] gh-107006: Move `threading.local` docstring to docs (#131840)
hugovk
-
[Python-checkins] [3.13] Bump mypy to 1.15 (GH-133405) (#133429)
sobolevn
-
[Python-checkins] Bump mypy to 1.15 (#133405)
sobolevn
-
[Python-checkins] gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)
encukou
-
[Python-checkins] GH-133410: Use commit hashes for change detection (gh-133416)
ambv
-
[Python-checkins] gh-113081: Highlight source code in pdb (#133355)
ambv
-
[Python-checkins] gh-128307: Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306)
gvanrossum
-
[Python-checkins] [GH-133419] fix test_external_inspection race assert (#133422)
gpshead
-
[Python-checkins] [3.13] [tests] test_subprocess maybe avoid a timeout race condition? (GH-133420) (#133421)
gpshead
-
[Python-checkins] [tests] test_subprocess maybe avoid a timeout race condition? (#133420)
gpshead
-
[Python-checkins] gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `DELETE_FAST` (#133383)
mpage
-
[Python-checkins] [3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103) (#133418)
gpshead
-
[Python-checkins] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103)
gpshead
-
[Python-checkins] gh-133376: build: allow parser.c to be created if missing (#133378)
pablogsal
-
[Python-checkins] GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debugging`` (#133398)
pablogsal
-
[Python-checkins] gh-131421: Fix ASDL tests (#133408)
ambv
-
[Python-checkins] gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
JelleZijlstra
-
[Python-checkins] gh-125618: Make FORWARDREF format succeed more often (#132818)
JelleZijlstra
-
[Python-checkins] gh-91048: Add filename and line number to external inspection routines (GH-133385)
ambv
-
[Python-checkins] gh-131178: Add tests for `ast` command-line interface (#133329)
sobolevn
-
[Python-checkins] Regenerate pcbuild.sln in Visual Studio 2022 (#133394)
AA-Turner
-
[Python-checkins] gh-133042: disable HACL* HMAC on Emscripten (#133064)
picnixz
-
[Python-checkins] gh-133351: Fix remote PDB's multi-line block tab completion (#133387)
gaogaotiantian
-
[Python-checkins] [3.13] gh-109700: Improve stress tests for interpreter creation (GH-109946) (GH-133391)
serhiy-storchaka
-
[Python-checkins] gh-109700: Improve stress tests for interpreter creation (GH-109946)
serhiy-storchaka
-
[Python-checkins] gh-81793: Skip tests for os.link() to symlink on Android (GH-133388)
serhiy-storchaka
-
[Python-checkins] gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (#131830)
Eclips4
-
[Python-checkins] gh-91048: Relax test_async_global_awaited_by to fix flakyness (#133368)
pablogsal
-
[Python-checkins] gh-132457: make staticmethod and classmethod generic (#132460)
sobolevn
-
[Python-checkins] [3.13] gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628) (GH-133381)
serhiy-storchaka
-
[Python-checkins] gh-132805: annotationlib: Fix handling of non-constant values in FORWARDREF (#132812)
JelleZijlstra
-
[Python-checkins] gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_function (#132490)
JelleZijlstra
-
[Python-checkins] gh-81793: Always call linkat() from os.link(), if available (GH-132517)
serhiy-storchaka
-
[Python-checkins] gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628)
serhiy-storchaka
-
[Python-checkins] gh-69605: Add PyREPL import autocomplete feature to 'What's New' (#133358)
hugovk
-
[Python-checkins] [3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370)
serhiy-storchaka
-
[Python-checkins] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226)
serhiy-storchaka
-
[Python-checkins] GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
markshannon
-
[Python-checkins] gh-133363: Fix Cmd completion for lines beginning with `! ` (#133364)
gaogaotiantian
-
[Python-checkins] GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
pablogsal
-
[Python-checkins] gh-133139: Add curses.assume_default_colors() (GH-133145)
serhiy-storchaka
-
[Python-checkins] gh-123539: Add new error message changes to "Whats New" (#133344)
pablogsal
-
[Python-checkins] [3.13] gh-133210: Fix `test_rlcompleter` in `--without-doc-strings` mode (GH-133332) (#133348)
sobolevn
-
[Python-checkins] gh-133210: Fix `test_rlcompleter` in `--without-doc-strings` mode (#133332)
sobolevn
-
[Python-checkins] gh-123299: Add PyREPL syntax highlighting to release highlights (#133321)
ambv
-
[Python-checkins] gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (#133328)
vstinner
-
[Python-checkins] gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
serhiy-storchaka
-
[Python-checkins] gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-133117: Enable stricter mypy checks for `tomllib` (GH-133206) (#133343)
sobolevn
-
[Python-checkins] gh-133117: Enable stricter mypy checks for `tomllib` (#133206)
sobolevn
-
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI (GH-133335) (#133341)
hugovk
-
[Python-checkins] gh-130160: use `.. program::` directive for documenting `platform` CLI (#133335)
hugovk
-
[Python-checkins] gh-131524: Update platform CLI to use argparse (#131542)
hugovk
-
[Python-checkins] [3.13] gh-114713: Revert gh-114731 (GH-133330) (#133331)
Eclips4
-
[Python-checkins] gh-133306: Support \z as a synonym for \Z in regular expressions (GH-133314)
serhiy-storchaka
-
[Python-checkins] gh-114713: Revert gh-114731 (#133330)
Eclips4
-
[Python-checkins] gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289)
sobolevn
-
[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-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