summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988)Łukasz Langa2025-07-221-12/+42
* [3.14] gh-136251: Improvements to WASM demo REPL (GH-136252) (GH-136977)Miss Islington (bot)2025-07-221-2/+2
* [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)Eric Snow2025-06-121-2/+1
* [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...Pablo Galindo Salgado2025-05-251-0/+1
* [3.14] gh-132983: Style improvements for `compression.zstd` (GH-133547) (#134...Miss Islington (bot)2025-05-141-2/+1
* [3.14] gh-132983: Reduce the size of ``_zstdmodule.h`` (GH-133793) (#133854)Miss Islington (bot)2025-05-101-1/+1
* [3.14] gh-117088: Fix AIX build (GH-132595) (GH-133838)Miss Islington (bot)2025-05-101-1/+6
* gh-132983: Add the `compression.zstd` pacakge and tests (#133365)Emma Smith2025-05-061-1/+1
* gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)Sergey B Kirpichev2025-05-051-1/+1
* gh-133376: build: allow parser.c to be created if missing (#133378)dura0ok2025-05-051-1/+1
* gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...Yan Yanchii2025-05-041-1/+1
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-041-0/+1
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+6
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra2025-04-281-0/+1
* gh-132983: Install compression package contents (#133063)Emma Smith2025-04-281-0/+2
* gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132...Bénédikt Tran2025-04-201-47/+65
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-0/+1
* gh-130587: Invoke regen-token rst with rstfile as an argument (#132304)Karolina Surma2025-04-091-1/+2
* Remove a duplicate word in the Makefile (#132301)Chu2025-04-091-1/+1
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-041-19/+104
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+1
* gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866)stratakis2025-03-311-2/+2
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-211-0/+1
* gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545)Victor Stinner2025-03-211-0/+1
* gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)Victor Stinner2025-03-191-2/+2
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-191-0/+1
* GH-131238: More refactoring of core header files (GH-131351)Mark Shannon2025-03-171-0/+1
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-0/+3
* gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (...Chris Eibl2025-03-151-1/+3
* GH-130614: pathlib ABCs: revise test suite for path joining (#130988)Barney Gale2025-03-091-0/+1
* gh-129200: Add locking to the iOS testbed startup sequence. (#130564)Russell Keith-Magee2025-02-271-1/+1
* gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540)Tomas R.2025-02-161-0/+1
* GH-107956: install build-details.json (PEP 739) (#130069)Filipe Laíns 🇵🇸2025-02-131-1/+5
* GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...Mark Shannon2024-12-201-0/+1
* gh-127845: Minor improvements to iOS test runner script (#127846)Russell Keith-Magee2024-12-121-1/+1
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-22/+4
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-021-19/+32
* GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...Filipe Laíns 🇵🇸2024-11-271-2/+2
* gh-126413: Add translation tests for getopt and optparse (GH-126698)Tomas R.2024-11-111-0/+2
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-0/+1
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-0/+2
* gh-104400: Add more tests to pygettext (GH-108173)Tomas R.2024-11-031-0/+1
* gh-126206: make clinic now forcefully regenerates clinic code (#126244)Erlend E. Aasland2024-11-011-1/+1
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-301-0/+6
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-291-2/+9
* gh-124295: Add translation tests for argparse (GH-124803)Tomas R.2024-10-271-0/+2
* gh-80958: unittest: discovery support for namespace packages as start directo...Jacob Walls2024-10-231-0/+4
* gh-125698: Restore EXEEXT in configure and Make (#125758)Erlend E. Aasland2024-10-201-1/+1
* gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)Erlend E. Aasland2024-10-201-1/+1
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-181-1/+4