COMMITS
/ Makefile.pre.in October 8, 2022
J
[3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072)
Jelle Zijlstra committed
October 4, 2022
S
[3.10] gh-97731: fix distclean target to clean docs GH-97732 (#97846)
Senthil Kumaran committed
November 25, 2021
C
[3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
Christian Heimes committed
November 23, 2021
M
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Miss Islington (bot) committed
November 22, 2021
M
Fix out-of-tree build support for multissltest (GH-29694)
Miss Islington (bot) committed
November 2, 2021
M
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368)
Miss Islington (bot) committed
July 18, 2021
P
Correct the order of check-abidump (GH-27229)
Pablo Galindo Salgado committed
May 8, 2021
M
Fix make libainstall. (GH-25980)
Miss Islington (bot) committed
May 4, 2021
P
Add CI step to check changes in the exported ABI (GH-25868)
Pablo Galindo committed
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
May 2, 2021
N
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily committed
April 29, 2021
P
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 22, 2021
H
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi committed
March 21, 2021
J
bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)
Jason R. Coombs committed
March 20, 2021
A
bpo-43517 (followup): Install additional test directory (GH-24950)
Antoine Pitrou committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
C
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes committed
March 17, 2021
V
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner committed
V
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner committed
March 10, 2021
V
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner committed
March 6, 2021
N
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer committed
February 19, 2021
N
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim committed
N
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer committed
February 17, 2021
N
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim committed
V
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner committed
February 16, 2021
N
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim committed
January 25, 2021
V
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner committed
January 20, 2021
V
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner committed
January 19, 2021
V
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner committed
January 18, 2021
V
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
Victor Stinner committed
January 8, 2021
V
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner committed
December 30, 2020
P
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr committed
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