COMMITS
December 5, 2023
K
D
gh-112535: Add comment for ppc32/64 registers (gh-112746)
Donghee Na committed
A
gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#112737)
Alex Waygood committed
J
gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)
Jeffrey Kintscher committed
R
gh-62897: Update PyUnicode C API parameter names (GH-12680)
Rune Tynan committed
D
gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)
Donghee Na committed
P
S
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for BINARY_FUNC) (GH-112145)
Sergey B Kirpichev committed
C
gh-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong committed
R
gh-112736: Refactor del-safe symbol handling in subprocess (#112738)
Russell Keith-Magee committed
December 4, 2023
B
GH-112727: Speed up `pathlib.Path.absolute()` (#112728)
Barney Gale committed
G
gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (#112617)
Gregory P. Smith committed
V
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner committed
A
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Amioplk committed
G
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (#112615)
Gregory P. Smith committed
K
A
T
gh-112516: Update bundled pip version to 23.3.1 (gh-112517)
Thomas Bininda committed
S
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka committed
A
A
gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703)
Alex Waygood committed
S
gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788)
Serhiy Storchaka committed
S
gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299)
Serhiy Storchaka committed
S
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka committed
A
gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)
Alex Waygood committed
V
gh-106550: Fix sign conversion in pycore_code.h (#112613)
Victor Stinner committed
S
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka committed
C
C
gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679)
Christopher Chavez committed
T
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy committed