COMMITS
/ Makefile.pre.in December 23, 2020
V
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner committed
December 8, 2020
V
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner committed
December 4, 2020
P
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo committed
December 3, 2020
S
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka committed
November 16, 2020
K
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler committed
November 2, 2020
V
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner committed
October 27, 2020
V
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Victor Stinner committed
October 26, 2020
V
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner committed
V
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner committed
September 9, 2020
M
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss committed
August 29, 2020
S
bpo-19521: Fix parallel build race condition on AIX (GH-21997)
Stefan Krah committed
July 30, 2020
M
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon committed
July 27, 2020
L
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou committed
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 21, 2020
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
V
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner committed
L
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou committed
June 9, 2020
V
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner committed
June 8, 2020
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed
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