python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] gh-63882: Use `self.assert*` methods in `test_minidom` (#133000)
picnixz
[Python-checkins] gh-133006: Add subprocess check for remote pdb test (#133014)
pablogsal
[Python-checkins] gh-132991: Add socket.IP_FREEBIND constant (GH-132998)
serhiy-storchaka
[Python-checkins] gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)
picnixz
[Python-checkins] gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
serhiy-storchaka
[Python-checkins] gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008)
picnixz
[Python-checkins] [3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)" (#133004)
vstinner
[Python-checkins] [3.13] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (GH-132990) (#132992)
picnixz
[Python-checkins] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)
picnixz
[Python-checkins] gh-132781: fix refleaks in `crossinterp_exceptions.h` post gh-132782 (#132989)
picnixz
[Python-checkins] gh-132781: Make NotShareableError a TypeError Subclass (gh-132973)
ericsnowcurrently
[Python-checkins] gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
ericsnowcurrently
[Python-checkins] [3.13] gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790) (GH-132896)
ethanfurman
[Python-checkins] gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Fidget-Spinner
[Python-checkins] gh-132950: Log is_remote_debug_enabled() in pythoninfo (#132965)
vstinner
[Python-checkins] gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows (#132963)
pablogsal
[Python-checkins] gh-132912: Use readline to synchronize between procs in remote pdb test (#132949)
pablogsal
[Python-checkins] gh-132950: Skip test_remote_pdb if remote exec is disabled (#132951)
vstinner
[Python-checkins] gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled (#132959)
pablogsal
[Python-checkins] gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
ericsnowcurrently
[Python-checkins] gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
vstinner
[Python-checkins] gh-107954: Add audit event to PyConfig_Set() (#132958)
vstinner
[Python-checkins] gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)
pablogsal
[Python-checkins] [3.13] gh-132527: Added missing `w` typecode to array() error message (GH-132529) (#132938)
hugovk
[Python-checkins] [3.13] gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914) (#132937)
vstinner
[Python-checkins] gh-132912: Use SHORT_TIMEOUT in test_remote_pdb (#132939)
pablogsal
[Python-checkins] gh-132912: Account for race in test_keyboard_interrupt in test_remote_pdb (#132929)
pablogsal
[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
Earlier messages
Later messages