COMMITS
/ Makefile.pre.in May 19, 2020
P
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
Paul Ganssle committed
May 18, 2020
B
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)
Batuhan Taskaya committed
N
N
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily committed
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed
May 12, 2020
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
May 2, 2020
P
Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861)
Pablo Galindo committed
P
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
Pablo Galindo committed
April 28, 2020
V
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
P
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745)
Pablo Galindo committed
April 27, 2020
P
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Pablo Galindo committed
April 23, 2020
G
Fix broken mkdir -p call in regen-pegen (#19695)
Guido van Rossum committed
L
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou committed
P
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner committed
V
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 26, 2020
V
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner committed
B
bpo-40069: Clear out .lst files on make clean (GH-19169)
Batuhan Taşkaya committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
February 12, 2020
V
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Victor Stinner committed
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
V
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner committed
February 7, 2020
F
closes bpo-39575: Change -lgcov to --coverage. (GH-18382)
Fangrui Song committed
V
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
Victor Stinner committed
January 27, 2020
D
Add test.test_import.data.unwritable package to makefile (#18211)
Dino Viehland committed
December 28, 2019
November 14, 2019
V
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner committed
November 4, 2019
V
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner committed
September 11, 2019
G
bpo-28494: install ziptestdata to fix install bot (GH-15902)
Gregory P. Smith committed
September 10, 2019
N
bpo-37725: have "make clean" remove PGO task data (#15033)
Neil Schemenauer committed
September 9, 2019
T
bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757)
T. Wouters committed
July 23, 2019
E
bpo-37653: Fix libinstall target in Makefile (GH-14911)
Erlend Egeberg Aasland committed
July 22, 2019
N
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer committed
July 15, 2019
V
bpo-37468: make install no longer install wininst-*.exe files (GH-14511)
Victor Stinner committed
June 24, 2019
V
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner committed
June 18, 2019
V
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner committed
June 10, 2019
C
bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Christian Heimes committed
June 3, 2019
I
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 26, 2019
A
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou committed
May 25, 2019
J
bpo-34632 fix buildbots and remove artifact (GH-13566)
Jason R. Coombs committed
C
bpo-34632: fix installation of importlib.metadata (#13563)
Chih-Hsuan Yen committed
May 24, 2019
V
bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551)
Victor Stinner committed