COMMITS
/ Makefile.pre.in August 1, 2023
July 27, 2023
E
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow committed
July 22, 2023
V
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner committed
M
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
I
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel committed
July 15, 2023
G
gh-106529: Fix subtle Tier 2 edge case with list iterator (#106756)
Guido van Rossum committed
July 14, 2023
J
gh-106752: Move zipfile._path into its own package (#106753)
Jason R. Coombs committed
July 12, 2023
G
gh-106656: Remove --emit-line-directives from regen-cases (#106657)
Guido van Rossum committed
I
July 8, 2023
G
Restore previous behavior of 'make regen-cases' (#106541)
Guido van Rossum committed
July 3, 2023
G
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum committed
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
July 2, 2023
V
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner committed
V
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
June 30, 2023
V
GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)
Victor Stinner committed
V
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner committed
June 27, 2023
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 20, 2023
V
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Victor Stinner committed
June 19, 2023
I
June 7, 2023
J
gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)
Jeffery To committed
June 6, 2023
V
gh-102304: Fix up Simple ABI doc (GH-105351)
Victor Stinner committed
V
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner committed
June 2, 2023
E
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow committed
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
June 1, 2023
E
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland committed
V
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner committed
May 26, 2023
V
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner committed
May 24, 2023
V
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner committed
J
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko committed
V
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner committed
May 23, 2023
V
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner committed
May 22, 2023
G
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc committed
May 17, 2023
M
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
Mark Shannon committed
May 16, 2023
G
gh-104523: Inline minimal PGO rules (#104524)
Gregory Szorc committed
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 15, 2023
G
gh-104490: Consistently define phony make targets (#104491)
Gregory Szorc committed
May 12, 2023
J
gh-86275: Fix install of new _hypothesis_stubs directory (#104425)
Jelle Zijlstra committed
May 8, 2023
J
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko committed
May 4, 2023
C
gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)
Carl Meyer committed
April 27, 2023
E
gh-98822: Add missing test directories to TESTSUBDIRS (#103942)
Erlend E. Aasland committed
April 24, 2023
E
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow committed
Z
gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)
Zachary Ware committed
April 17, 2023
D
gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
Dong-hee Na committed
April 16, 2023
E
gh-103527: Add multibytecodec.h as make dep for _codecs_* (#103567)
Erlend E. Aasland committed
April 14, 2023
E
gh-103527: Add make deps for _codecs_* and _multibytecodec (#103528)
Erlend E. Aasland committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 11, 2023
I
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed