COMMITS
June 5, 2025
V
gh-135124: Change stdout errors in regrtest worker process (#135138)
Victor Stinner committed
M
gh-131531: android.py enhancements to support cibuildwheel (#132870)
Malcolm Smith committed
June 4, 2025
T
gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (#135145)
T. Wouters committed
B
Update the devcontainer image to the latest version (GH-135143)
Brett Cannon committed
T
gh-129876: Update IDLE News3.txt to May 2025 (#135139)
Terry Jan Reedy committed
V
gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
Victor Stinner committed
T
gh-126483: disable warnings filters mutation in concurrent test (GH-132694)
Thomas Grainger committed
D
gh-135074: Fix exception messages in test.support module (GH-135076)
Daniel Hollas committed
F
gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)
Furkan Onder committed
P
Use a more clear example for the PEP 758 what's new section (#135118)
Pablo Galindo Salgado committed
S
gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100)
Sam Gross committed
C
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
Christian Veenhuis committed
J
June 3, 2025
D
gh-127081: use `getlogin_r` if available (gh-132751)
Duane Griffin committed
T
Ł
R
gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200)
Roei Ben Artzi committed
S
gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)
stratakis committed
V
gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
Victor Stinner committed
June 2, 2025
D
gh-134875: Fix mimallc build error for the old compilers (gh-134994)
Donghee Na committed
S
gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831)
Stan Ulbrych committed
S
gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes (GH-133241)
Serhiy Storchaka committed
S
gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963)
Serhiy Storchaka committed
S
gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575)
Serhiy Storchaka committed
R
Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013)
Rafael Fontenelle committed
S
gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)
Serhiy Storchaka committed
D
gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910)
Duane Griffin committed
Ł
gh-130999: Fix globals() poisoning in test_traceback (gh-135030)
Łukasz Langa committed
P
gh-123471: make concurrent iteration over `itertools.cycle` safe under free-threading (#131212)
Pieter Eendebak committed