python-checkins
Thread
Date
Later messages
Messages by Thread
[Python-checkins] gh-132912: Set 15 min timeout on GHA Hypothesis CI (#132914)
vstinner
[Python-checkins] gh-132527: Added missing `w` typecode to array() error message (#132529)
hugovk
[Python-checkins] gh-132798: Schedule removal of `PyUnicode_AsDecoded/Encoded` functions for 3.15 (#132799)
vstinner
[Python-checkins] [3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911) (#132932)
picnixz
[Python-checkins] gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
hugovk
[Python-checkins] [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)
vstinner
[Python-checkins] gh-132912: Skip flaky test in test_remote_pdb (#132924)
vstinner
[Python-checkins] gh-113539: Enable using ``$BROWSER`` to reorder default seach order in webbrowser.py (#113561)
hugovk
[Python-checkins] gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)
vstinner
[Python-checkins] gh-132912: Kill the process on error in test_remote_pdb (#132920)
vstinner
[Python-checkins] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
picnixz
[Python-checkins] [3.13] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) (#132916)
vstinner
[Python-checkins] gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)
vstinner
[Python-checkins] [3.13] gh-127906: Add missing sys import to test_cppext (GH-132902) (#132904)
vstinner
[Python-checkins] gh-127906: Add missing sys import to test_cppext (#132902)
vstinner
[Python-checkins] gh-131652: remove duplicated bits in `Lib/test/clinic.test.c` (#131653)
picnixz
[Python-checkins] gh-132868: use `_Alignof()` C11 operator in the `struct` module (#132872)
picnixz
[Python-checkins] gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)
vstinner
[Python-checkins] gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790)
ethanfurman
[Python-checkins] gh-132893: More accurate CDF computation (gh-132895)
rhettinger
[Python-checkins] [3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894)
AA-Turner
[Python-checkins] gh-98347: Add links to python-isal in the documentation (#98637)
AA-Turner
[Python-checkins] [3.12] gh-132553: Build the perf tool without buildid cache (GH-132663) (#132718)
pablogsal
[Python-checkins] gh-129858: Special syntax error for `elif` block after `else` (#129902)
pablogsal
[Python-checkins] gh-69605: Add module autocomplete to PyREPL (#129329)
pablogsal
[Python-checkins] gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries (#132892)
pablogsal
[Python-checkins] gh-131591: Allow pdb to attach to a running process (#132451)
pablogsal
[Python-checkins] gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)
pablogsal
[Python-checkins] gh-132776: Cleanup for XIBufferViewType (gh-132821)
ericsnowcurrently
[Python-checkins] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (#132887)
AA-Turner
[Python-checkins] GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
brandtbucher
[Python-checkins] [3.13] Differentiate bitwise OR from the word "or" (GH-132890) (#132891)
AA-Turner
[Python-checkins] Differentiate bitwise OR from the word "or" (#132890)
AA-Turner
[Python-checkins] gh-127385: Add F_DUPFD_QUERY to fcntl (GH-127386)
serhiy-storchaka
[Python-checkins] gh-93696: Fixed the breakpoint display error for frozen modules (#132862)
gaogaotiantian
[Python-checkins] GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
brandtbucher
[Python-checkins] gh-132737: Support profiling modules that require __main___ (#132738)
gaogaotiantian
[Python-checkins] gh-132882: Fix copying of unions with members that do not support __or__ (#132883)
JelleZijlstra
[Python-checkins] gh-132742: Refactor fcntl.fcntl() and fcntl.ioctl() (GH-132768)
serhiy-storchaka
[Python-checkins] Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132880)
serhiy-storchaka
[Python-checkins] [3.13] Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132878)
serhiy-storchaka
[Python-checkins] gh-125206: don't use CMPLX in libffi complex configure test (#132865)
vstinner
[Python-checkins] gh-132162: Add tests for Py_UniversalNewlineFgets() (#132164)
vstinner
[Python-checkins] gh-118761: Optimise import time for ``shlex`` (#132036)
AA-Turner
[Python-checkins] gh-89157: Make C and Python implementation of `datetime.date.fromisoformat` consistent (#131007)
hugovk
[Python-checkins] [3.13] Fix a grammar error in the `Py_ALWAYS_INLINE` doc (GH-129304) (#132877)
hugovk
[Python-checkins] Fix a grammar error in the `Py_ALWAYS_INLINE` doc (#129304)
hugovk
[Python-checkins] [3.13] gh-128185: Align Decimal docs with spec (case irrelevant for nan/inf) (GH-128323) (#132875)
hugovk
[Python-checkins] gh-130195: Fix typo in warning message (#130254)
hugovk
[Python-checkins] doc: update co_flags reference (#132300)
hugovk
[Python-checkins] [3.13] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) (#132874)
hugovk
[Python-checkins] gh-128185: Align Decimal docs with spec (case irrelevant for nan/inf) (#128323)
hugovk
[Python-checkins] gh-122399: change webbrowser.rst to better describe the contents of controller object (#122407)
hugovk
[Python-checkins] Fix typo in the garbage_collector.md file (#132803)
hugovk
[Python-checkins] gh-121249: fix naming of struct tagPyCArgObject members (#132863)
vstinner
[Python-checkins] gh-132859: Run debugger scripts in their own namespaces (#132860)
pablogsal
[Python-checkins] [3.13] gh-109981: Resolve situation on iOS regarding fd_count. (GH-132823) (#132824)
freakboy3742
[Python-checkins] gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)
vstinner
[Python-checkins] gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
pablogsal
[Python-checkins] [3.13] gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848) (GH-132850)
serhiy-storchaka
[Python-checkins] gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848)
serhiy-storchaka
[Python-checkins] gh-132719: Skip multiprocessing test if missing ctypes (#132846)
vstinner
[Python-checkins] [3.13] gh-132742: Update documentation for the fcntl module (GH-132765) (GH-132832)
serhiy-storchaka
[Python-checkins] gh-132825: Fix typo in dict_unhashable_type() name (#132847)
cfbolz
[Python-checkins] gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)
pablogsal
[Python-checkins] gh-91048: Add ability to list all pending asyncio tasks in a process remotely (#132807)
pablogsal
[Python-checkins] gh-132825: Enhance unhashable error messages for dict and set (#132828)
cfbolz
[Python-checkins] gh-132719: Skip multiprocessing test if missing ctypes (#132842)
vstinner
[Python-checkins] gh-127604: Fix refleak in faulthandler_dump_c_stack_py() (#132840)
vstinner
[Python-checkins] gh-132449: Add whatsnew entry for typos in keywords (#132838)
pablogsal
[Python-checkins] [3.13] gh-132713: Fix typing.Union[index] race condition (GH-132802) (#132839)
vstinner
[Python-checkins] gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)
vstinner
[Python-checkins] gh-132713: Fix typing.Union[index] race condition (#132802)
vstinner
[Python-checkins] gh-132449: Improve the algorithm to detect typos in keywords (#132837)
pablogsal
[Python-checkins] [3.13] gh-132713: Fix repr(list) race condition (#132801) (#132809)
vstinner
[Python-checkins] gh-132742: Update documentation for the fcntl module (GH-132765)
serhiy-storchaka
[Python-checkins] gh-132734: Fix build on FreeBSD and old Linux (GH-132829)
serhiy-storchaka
[Python-checkins] gh-132758: Fix tail call and pystats builds (GH-132759)
Fidget-Spinner
[Python-checkins] gh-132713: Simplify list_repr_impl() (#132811)
vstinner
[Python-checkins] gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
gpshead
[Python-checkins] gh-109981: Resolve situation on iOS regarding fd_count. (#132823)
freakboy3742
[Python-checkins] gh-132776: Minor Fixes for XIBufferViewType (gh-132779)
ericsnowcurrently
[Python-checkins] gh-132713: Fix repr(list) race condition (#132801)
vstinner
[Python-checkins] CODEOWNERS: add myself to unionobject.c (#132808)
hugovk
[Python-checkins] GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
brandtbucher
[Python-checkins] [3.13] Update `pre-commit` repos (GH-132792) (#132804)
sobolevn
[Python-checkins] Update `pre-commit` repos (#132792)
sobolevn
[Python-checkins] gh-132470: Prevent crash in ctypes.CField when `byte_size` is incorrect (#132475)
sobolevn
[Python-checkins] GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-131594)
zooba
[Python-checkins] gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
vstinner
[Python-checkins] gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)
vstinner
[Python-checkins] gh-132734: Add new constants for Bluetooth sockets (GH-132735)
serhiy-storchaka
[Python-checkins] gh-46236: Add PyUnicode_Resize() doc (#132628)
vstinner
[Python-checkins] gh-101410: Customize error messages for 1-arg math functions (#129497)
vstinner
[Python-checkins] gh-132449: Improve syntax error messages for keywords with typos (#132450)
ambv
[Python-checkins] gh-132578: Rename the `threading.Thread._handle` field (#132696)
mpage
[Python-checkins] [3.13] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (GH-132770) (#132788)
sobolevn
[Python-checkins] [3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787)
gpshead
[Python-checkins] [3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (GH-132772) (#132786)
JelleZijlstra
[Python-checkins] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)
gpshead
[Python-checkins] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (#132772)
JelleZijlstra
[Python-checkins] gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processes` used an unknown `Value` (GH-132774)
gpshead
[Python-checkins] gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
JelleZijlstra
[Python-checkins] PR 132638 typo fix (#132785)
pablogsal
[Python-checkins] gh-131591: Add remote debugging attachment protocol documentation (#132638)
pablogsal
[Python-checkins] gh-131586: Avoid refcount contention in context managers (gh-131851)
colesbury
[Python-checkins] gh-127604: Add C stack dumps to `faulthandler` (#128159)
pablogsal
[Python-checkins] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (#132770)
pablogsal
[Python-checkins] gh-127945: add `test_ctypes` to free-threading TSAN CI (#132727)
kumaraditya303
[Python-checkins] GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
brandtbucher
[Python-checkins] gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh-132780)
ericsnowcurrently
[Python-checkins] gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)
zooba
[Python-checkins] annotations: Add tests to check that async comprehensions produce errors (#132513)
JelleZijlstra
[Python-checkins] gh-132054: Add ``application/yaml`` to ``mimetypes`` (#132056)
hugovk
[Python-checkins] [3.13] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (GH-132689) (#132767)
AA-Turner
[Python-checkins] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (#132689)
AA-Turner
[Python-checkins] [3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754) (GH-132766)
serhiy-storchaka
[Python-checkins] [3.13] gh-132742: Add more tests for fcntl.ioctl() (GH-132756) (GH-132764)
serhiy-storchaka
[Python-checkins] gh-132742: Add more tests for fcntl.ioctl() (GH-132756)
serhiy-storchaka
[Python-checkins] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754)
serhiy-storchaka
[Python-checkins] InternalDocs: Fix outdated struct references in frames.md (#132613)
iritkatriel
[Python-checkins] [3.13] gh-129098: avoid using content of `_pyrepl/__main__.py` when reporting tracebacks (GH-130721) (#132755)
pablogsal
[Python-checkins] gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
gpshead
[Python-checkins] gh-129098: avoid using content of `_pyrepl/__main__.py` when reporting tracebacks (#130721)
pablogsal
[Python-checkins] gh-132390: Apply Ruff linting to `Tools/build` (#132391)
picnixz
[Python-checkins] gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterState` when `Py_STACKREF_DEBUG` is defined (#132721)
kumaraditya303
[Python-checkins] [3.13] gh-129327: revise hashlib documentation to account for FIPS removing sha1 (GH-132729) (#132740)
gpshead
[Python-checkins] gh-129327: revise hashlib documentation to account for FIPS removing sha1 (GH-132729)
gpshead
[Python-checkins] gh-131952: Add colour to the ``json`` module CLI (#132126)
AA-Turner
[Python-checkins] gh-130167: Improve the error case for ``textwrap.dedent`` (#132666)
AA-Turner
[Python-checkins] Update entry for Willow Chargin in `.mailmap` and `ACKS` (#132714)
picnixz
[Python-checkins] [3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structure` (#132695)
picnixz
[Python-checkins] [3.13] Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700) (#132728)
picnixz
[Python-checkins] Docs: Fix REPL example in `Doc/library/shutil.rst` (#132700)
picnixz
[Python-checkins] Exclude `.mailmap` in Codeowners (#132722)
hugovk
[Python-checkins] gh-127945: add lock held assertions in ctypes arrays (#132720)
kumaraditya303
[Python-checkins] gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Exception` or `ExceptionGroup` (#132363)
picnixz
[Python-checkins] gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
picnixz
[Python-checkins] gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
picnixz
[Python-checkins] Correct _PyLong_Frexp() description in comments (GH-132716)
serhiy-storchaka
[Python-checkins] speedup test_pyrepl (#132688)
pablogsal
[Python-checkins] gh-131591: Execute the source and not the file to avoid locking it in Windows (#132712)
pablogsal
[Python-checkins] gh-89562: Remove hostflags from PySSLContext (GH-28602)
gpshead
[Python-checkins] [3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-129721) (#132702)
sobolevn
[Python-checkins] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (#129721)
sobolevn
[Python-checkins] [3.13] gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (GH-132397) (#132699)
AA-Turner
[Python-checkins] [3.13] Minor doc edit: Make multinomial() the first math example (gh-132697) (gh-132698)
rhettinger
[Python-checkins] Minor doc edit: Make multinomial() the first math example (gh-132697)
rhettinger
[Python-checkins] gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#132397)
AA-Turner
[Python-checkins] Docs: Migrate entirely to PSF hosted plausible for analytics (#132648)
hugovk
[Python-checkins] Remove duplicate includes: Python/ast_opt.c (#132621)
Eclips4
[Python-checkins] [3.13] gh-132553: Build the perf tool without buildid cache (GH-132663) (GH-132681)
ambv
[Python-checkins] gh-126366: fix thread safety of dict key iterator (#132693)
kumaraditya303
[Python-checkins] [3.13] gh-129958: Properly disallow newlines in format specs in single-quoted f-strings (GH-130063) (GH-132692)
ambv
[Python-checkins] gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)
kumaraditya303
[Python-checkins] gh-132657: Avoid locking in frozenset.__contains__ (#132659)
kumaraditya303
[Python-checkins] gh-132673: Fix `ctypes.Structure` with `_align_=0` (#132676)
sobolevn
[Python-checkins] gh-132678: Add --prioritize to regrtest (GH-132679)
ambv
[Python-checkins] [3.13] gh-130861: Add clarification to the perf docs on optimization levels (GH-131098) (#132687)
pablogsal
[Python-checkins] gh-130861: Add clarification to the perf docs on optimization levels (#131098)
pablogsal
[Python-checkins] gh-127945: skip more tests in ctypes when using parallel threads (#132682)
kumaraditya303
[Python-checkins] gh-129958: Properly disallow newlines in format specs in single-quoted f-strings (GH-130063)
ambv
[Python-checkins] gh-132553: Build the perf tool without buildid cache (GH-132663)
ambv
[Python-checkins] [3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded build (GH-132675) (#132677)
picnixz
[Python-checkins] [3.13] gh-132668: Remove outdated description of `POP_JUMP_*` instructions (GH-132669) (#132680)
picnixz
[Python-checkins] gh-132668: Remove outdated description of `POP_JUMP_*` instructions (#132669)
picnixz
[Python-checkins] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded build (#132675)
picnixz
[Python-checkins] gh-132097: use a macro for semantically casting function pointers (#132406)
picnixz
[Python-checkins] [3.13] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-132648) (#132660)
AA-Turner
[Python-checkins] gh-132643: use atomic load for dict in specializer (#132653)
kumaraditya303
[Python-checkins] GH-131296: fix clang-cl warning on Windows in `Objects/longobject.c` for 32bit builds (#131604)
picnixz
[Python-checkins] gh-103997: Automatically dedent the argument to "-c" (#103998)
methane
[Python-checkins] gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#131605)
picnixz
[Python-checkins] [3.12] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-132648) (#132664)
hugovk
[Python-checkins] Remove duplicate includes: Python/importdl.c (#132623)
AA-Turner
[Python-checkins] gh-131173: Improve exception handling during take_ownership processing (#132620)
mpage
[Python-checkins] gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-132650)
zooba
[Python-checkins] gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-132650)
zooba
[Python-checkins] gh-127945: fix critical sections around ctypes array (#132646)
kumaraditya303
[Python-checkins] gh-132284: Don't wrap base PyCFunction slots on class creation if not overridden (#132329)
iritkatriel
[Python-checkins] gh-132493: Avoid eager import of annotationlib in typing (again) (#132596)
JelleZijlstra
[Python-checkins] gh-118761: Add helper to ensure that lazy imports are actually lazy (#132614)
JelleZijlstra
[Python-checkins] gh-132042: Do not lookup tp_dict each time to speedup class creation (#132619)
vstinner
[Python-checkins] gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)
vstinner
[Python-checkins] [3.13] gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (GH-130071) (#132627)
Eclips4
[Python-checkins] gh-101410: Revert loghelper() change in 75f59bb for integer input (GH-132625)
serhiy-storchaka
[Python-checkins] gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
Eclips4
[Python-checkins] GH-131296: Remove unused variable from overlapped.c (GH-131590)
zooba
[Python-checkins] gh-128384: Fix for unreliable warnings unit tests. (gh-132611)
nascheme
[Python-checkins] [3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612)
AA-Turner
[Python-checkins] Add Doc section in free-threaded extension howto for critical sections (GH-132531)
nascheme
[Python-checkins] Remove unused headers from _asynciomodule.c file (#132047)
kumaraditya303
[Python-checkins] gh-132608: Fix a sample code coloring for ast.While (#132609)
terryjreedy
[Python-checkins] Clean up pdb state after each pdb doctest (#132577)
gaogaotiantian
[Python-checkins] gh-127945: change `_ctypes_test.c` static globals to thread local (#132575)
kumaraditya303
[Python-checkins] Fix some typos in various doc files (GH-132589)
brettcannon
[Python-checkins] [3.13] typing docs: Clarify Protocol / runtime_checkable docs (GH-132606) (#132607)
AlexWaygood
[Python-checkins] typing docs: Clarify Protocol / runtime_checkable docs (#132606)
JelleZijlstra
[Python-checkins] gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`, `_BUILD_SLICE`, and `_BUILD_MAP` (GH-132434)
Fidget-Spinner
[Python-checkins] [3.13] typing: Add missing test case for Protocol inheritance (GH-132597) (#132603)
AlexWaygood
Later messages