aboutsummaryrefslogtreecommitdiff
path: root/Makefile.pre.in
AgeCommit message (Expand)Author
2023-04-28[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)Zachary Ware
2023-04-27[3.11] gh-98822: Add missing test directories to TESTSUBDIRS (#103942) (#103946)Erlend E. Aasland
2022-11-13[3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no ...Erlend E. Aasland
2022-11-02gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)Miss Islington (bot)
2022-10-07[3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)Jelle Zijlstra
2022-10-04[3.11] gh-97731: fix distclean target to clean docs GH-97732 (#97844)Senthil Kumaran
2022-09-13[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...Christian Heimes
2022-08-01[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes
2022-07-23gh-89758: Track all socket module dependencies (GH-95157)Miss Islington (bot)
2022-07-13gh-94759: Create LCOV report with branch coverage (GH-94793)Miss Islington (bot)
2022-06-29[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...Christian Heimes
2022-06-27[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (G...Christian Heimes
2022-06-20gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)Victor Stinner
2022-06-18gh-84461: Fix pydebug Emscripten browser builds (GH-93982)Miss Islington (bot)
2022-06-18gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)Miss Islington (bot)
2022-06-08[3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH...Christian Heimes
2022-05-08[3.11] Add CI step to check changes in the exported ABI (#92442)Pablo Galindo Salgado
2022-04-29gh-91324: Convert the stable ABI manifest to TOML (GH-92026)Petr Viktorin
2022-04-28gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)Ethan Smith
2022-04-26gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner
2022-04-26gh-64783: Fix signal.NSIG value on FreeBSD (#91929)Victor Stinner
2022-04-22gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka
2022-04-21gh-79315: Add Include/cpython/pythread.h header (#91798)Victor Stinner
2022-04-21gh-79315: Add Include/cpython/modsupport.h header (#91797)Victor Stinner
2022-04-15gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher
2022-04-14gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)Christian Heimes
2022-04-12bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka
2022-04-10bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes
2022-04-07bpo-35134: Remove the Include/code.h header file (GH-32385)Victor Stinner
2022-04-07bpo-35134: Add Include/cpython/setobject.h header (GH-32384)Victor Stinner
2022-04-07bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)Victor Stinner
2022-04-05bpo-40280: Add limited Emscripten REPL (GH-32284)Christian Heimes
2022-04-05bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren
2022-04-04bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka
2022-04-03bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...Hood Chatham
2022-04-02bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka
2022-03-31bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...Eric Snow
2022-03-31bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)Erlend Egeberg Aasland
2022-03-30bpo-47146: Avoid Using make Recursively (gh-32206)Eric Snow
2022-03-28bpo-47146: Eliminate a race between make regen-deepfreeze and make regen-glob...Eric Snow
2022-03-26bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)Christian Heimes
2022-03-26bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)Christian Heimes
2022-03-23bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...Eric Snow
2022-03-22bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes
2022-03-10bpo-46973: Add regen-configure make target (GH-31792)Christian Heimes
2022-03-09bpo-40059: Fix installation of tomllib (GH-31784)Dominic Davis-Foster
2022-03-07bpo-46933: Fix make distclean regression (GH-31737)Erlend Egeberg Aasland
2022-03-07bpo-46933: Make pwd module optional (GH-31700)Christian Heimes
2022-03-01bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...Eric Snow
2022-02-24bpo-45459: Add pytypedefs.h header file (GH-31527)Victor Stinner