COMMITS
/ Makefile.pre.in October 7, 2022
J
gh-94808: Fix regex on exotic platforms (#98036)
Jelle Zijlstra committed
October 4, 2022
Ł
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
Łukasz Langa committed
S
gh-97731: fix distclean target to clean docs (#97732)
Skip Montanaro committed
September 11, 2022
C
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
Christian Heimes committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
August 27, 2022
P
gh-95973: Add a new --with-dsymutil option to link debug information in macOS (GH-95974)
Pablo Galindo Salgado committed
August 26, 2022
C
gh-96269: Fix build dependency on AIX (GH-96304)
Christian Heimes committed
August 24, 2022
M
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
Mark Shannon committed
August 19, 2022
C
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes committed
August 18, 2022
K
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski committed
August 11, 2022
August 5, 2022
V
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner committed
July 27, 2022
C
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes committed
A
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns committed
July 25, 2022
J
gh-95218: Move tests for importlib.resources into test_importlib.resources. (#95219)
Jason R. Coombs committed
July 23, 2022
C
gh-89758: Track all socket module dependencies (#95157)
Christian Heimes committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
July 13, 2022
C
gh-94759: Create LCOV report with branch coverage (GH-94793)
Christian Heimes committed
July 9, 2022
C
gh-93649: Fix dependencies of _testcapi (#94695)
Christian Heimes committed
July 8, 2022
P
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin committed
July 7, 2022
K
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
Kumar Aditya committed
July 5, 2022
C
gh-93939: Add script to check extension modules (#94545)
Christian Heimes committed
June 29, 2022
C
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
Christian Heimes committed
June 28, 2022
C
gh-93939: Create and install scripts in Makefile (GH-94324)
Christian Heimes committed
June 27, 2022
C
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
Christian Heimes committed
June 26, 2022
C
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes committed
June 23, 2022
P
Add ABI dump script (#94135)
Pablo Galindo Salgado committed
June 22, 2022
P
Add ABI dump Makefile target (#94136)
Pablo Galindo Salgado committed
V
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
Victor Stinner committed
June 21, 2022
V
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner committed
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
V
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner committed
V
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
Victor Stinner committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
June 18, 2022
C
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
Christian Heimes committed
C
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
Christian Heimes committed
June 17, 2022
K
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin committed
June 8, 2022
C
gh-93584: Make all install+tests targets depends on all (GH-93589)
Christian Heimes committed
May 16, 2022
M
Improve object stats (#92845)
Mark Shannon committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 11, 2022
V
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner committed
April 29, 2022
P
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin committed
April 28, 2022
E
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
Ethan Smith committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 22, 2022
S
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
Serhiy Storchaka committed
April 21, 2022
V
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner committed
V
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner committed
April 15, 2022
B
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher committed
April 14, 2022
C
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes committed