python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
serhiy-storchaka
[Python-checkins] typing: Add missing test case for Protocol inheritance (#132597)
JelleZijlstra
[Python-checkins] gh-132493: lazy evaluation of annotations in `typing._proto_hook` (#132534)
JelleZijlstra
[Python-checkins] [3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#132598)
vstinner
[Python-checkins] gh-130052: Fix search_map_for_section() error handling (#132594)
vstinner
[Python-checkins] annotationlib: Move ForwardRef tests to test_annotationlib (#132571)
JelleZijlstra
[Python-checkins] Use Windows ARM64 hosted runners (#132546)
hugovk
[Python-checkins] annotationlib: Remove some unnecessary dict copies (#132495)
JelleZijlstra
[Python-checkins] [3.13] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949) (#132588)
ambv
[Python-checkins] [3.13] gh-127591: Fix altering environment in test_urllib2 (unsetting no_proxy) (GH-132584) (GH-132585)
serhiy-storchaka
[Python-checkins] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949)
ambv
[Python-checkins] gh-127591: Fix altering environment in test_urllib2 (unsetting no_proxy) (GH-132584)
serhiy-storchaka
[Python-checkins] gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
serhiy-storchaka
[Python-checkins] [3.13] gh-132535: Fix resource warnings in test_timeout (GH-132572) (GH-132580)
serhiy-storchaka
[Python-checkins] gh-132535: Fix resource warnings in test_timeout (GH-132572)
serhiy-storchaka
[Python-checkins] gh-132070: add `PyObject_Realloc` suppression in free-threading (#132468)
kumaraditya303
[Python-checkins] [3.13] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (GH-132567) (#132573)
AA-Turner
[Python-checkins] gh-132536: Do not disable PY_THROW event in bdb (#132537)
gaogaotiantian
[Python-checkins] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (#132567)
AA-Turner
[Python-checkins] gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)
JelleZijlstra
[Python-checkins] gh-129463: Remove two attributes from ForwardRef equality (#132283)
JelleZijlstra
[Python-checkins] [3.13] gh-114713: Handle case of an empty string passed to `zoneinfo.ZoneInfo` (GH-114731) (#132563)
Eclips4
[Python-checkins] gh-114713: Handle case of an empty string passed to `zoneinfo.ZoneInfo` (#114731)
Eclips4
[Python-checkins] GH-90812: Add test for `urlopen()` of file URI for UNC path (#132489)
barneygale
[Python-checkins] gh-132493: Support deferred annotations in Protocols (#132494)
JelleZijlstra
[Python-checkins] [3.13] Fix argument order in multinomial() example (gh-132557) (gh-132560)
rhettinger
[Python-checkins] Fix argument order in multinomial() example (gh-132557)
rhettinger
[Python-checkins] gh-131885: Document `/` for `codecs` functions (#131992)
vstinner
[Python-checkins] gh-127945: move initialization of field desc to module exec in ctypes (#132552)
kumaraditya303
[Python-checkins] [3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)
serhiy-storchaka
[Python-checkins] GH-131296: fix clang-cl warning on Windows in pegen.h (#131584)
pablogsal
[Python-checkins] [3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212) (#132548)
sobolevn
[Python-checkins] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (#132212)
sobolevn
[Python-checkins] gh-130664: support '_' (just as ',') in Decimal's formatting (#132155)
ambv
[Python-checkins] gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefault (#132530)
Yhg1s
[Python-checkins] GH-123599: Match `file:` URL hostname against machine hostname in urllib (#132523)
barneygale
[Python-checkins] [3.13] gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (GH-131859) (#132522)
vstinner
[Python-checkins] [3.13] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477) (ПР-132528)
serhiy-storchaka
[Python-checkins] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477)
serhiy-storchaka
[Python-checkins] gh-85702: Catch IsADirectoryError in zoneinfo (#131333)
vstinner
[Python-checkins] gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
serhiy-storchaka
[Python-checkins] [3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#132521)
vstinner
[Python-checkins] gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (#131859)
vstinner
[Python-checkins] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
vstinner
[Python-checkins] gh-131757: allow lru_cache functions to execute concurrently (#131758)
vstinner
[Python-checkins] [3.13] gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (GH-132516) (#132518)
picnixz
[Python-checkins] gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (#132516)
picnixz
[Python-checkins] Docs: fix some typos in `Doc/library` (#132511)
picnixz
[Python-checkins] [3.13] gh-86513: improve docs of loop.call_exception_handler (GH-132466) (#132487)
kumaraditya303
[Python-checkins] GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
markshannon
[Python-checkins] gh-127945: fix thread safety and add lock held assertions to paramfunc in ctypes (#132473)
kumaraditya303
[Python-checkins] [3.13] gh-132435: Test syntax warnings in a finally block (GH-132436) (GH-132503)
serhiy-storchaka
[Python-checkins] [3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476) (GH-132498)
serhiy-storchaka
[Python-checkins] gh-71339: Use new assertion methods in the email tests (GH-129055)
serhiy-storchaka
[Python-checkins] gh-71339: Use new assertion methods in the http tests (GH-129058)
serhiy-storchaka
[Python-checkins] gh-71339: Use new assertion methods in the urllib tests (GH-129056)
serhiy-storchaka
[Python-checkins] GH-115322: fix ctypes call_function audit hook on 32-bit platforms (GH-132496)
gpshead
[Python-checkins] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476)
serhiy-storchaka
[Python-checkins] gh-132099: Harmonize Bluetooth address handling (GH-132486)
serhiy-storchaka
[Python-checkins] GH-125866: Support complete "file:" URLs in urllib (#132378)
barneygale
[Python-checkins] gh-132064: Make annotationlib use __annotate__ if only it is present (#132195)
JelleZijlstra
[Python-checkins] gh-86513: improve docs of loop.call_exception_handler (#132466)
kumaraditya303
[Python-checkins] gh-132388: fix typos in `Lib/test/test_hmac.py` (#132480)
picnixz
Earlier messages
Later messages