COMMITS
/ Makefile.pre.in 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
April 12, 2022
S
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka committed
April 10, 2022
C
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes committed
April 7, 2022
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 6, 2022
V
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
Victor Stinner committed
April 5, 2022
C
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes committed
R
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958)
Ronald Oussoren committed
April 4, 2022
S
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka committed
April 3, 2022
H
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Hood Chatham committed
April 2, 2022
S
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka committed
March 31, 2022
E
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
E
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow committed
March 28, 2022
March 26, 2022
C
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes committed
C
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes committed
March 23, 2022
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
March 10, 2022
C
bpo-46973: Add regen-configure make target (GH-31792)
Christian Heimes committed
March 9, 2022
D
bpo-40059: Fix installation of tomllib (GH-31784)
Dominic Davis-Foster committed
March 7, 2022
E
bpo-46933: Fix make distclean regression (GH-31737)
Erlend Egeberg Aasland committed
C
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes committed
March 1, 2022
E
February 24, 2022
V
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner committed
February 22, 2022
V
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner committed
February 16, 2022
E
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow committed