COMMITS
December 7, 2023
S
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#112303)
Seth Michael Larson committed
S
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross committed
Ł
gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64LE (#112818)
Łukasz Langa committed
C
bpo-42519: Remove outdated sentence in comment (#112822)
Christopher Chavez committed
A
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
andrewluotechnologies committed
M
T
R
gh-51944: Add missing macOS constants to termios (#112823)
Ronald Oussoren committed
K
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das committed
S
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka committed
R
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren committed
December 6, 2023
P
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado committed
A
gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)
Alex Waygood committed
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
C
gh-111178: Define `visitproc` callback functions properly and remove unnecessary casts in gcmodule.c (#112687)
Christopher Chavez committed
S
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322)
Serhiy Storchaka committed
V
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner committed
V
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner committed
C
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742)
Christopher Chavez committed
A
gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)
Alex Waygood committed
S
gh-108927: Include new dir test/regrtestdata in the installation (GH-112765)
Serhiy Storchaka committed
M
gh-112606: Use sem_clockwait with monotonic time when supported in parking_lot.c (gh-112733)
Matt Prodani committed
December 5, 2023
M
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771)
Miro Hrončok committed
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
J
Minor stylistic edit to the grouper recipe (gh112759)
Jurjen N. E. Bos committed
Z
bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766)
Zackery Spytz committed
E
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman committed
S
gh-94692: Only catch OSError in shutil.rmtree() (#112756)
Serhiy Storchaka committed
D
gh-110190: Fix ctypes structs with array on Arm (#112604)
Diego Russo committed