summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-011-2/+2
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+1
* Tools/build/stable_abi.py: Improve ergonomics (GH-105355)Petr Viktorin2024-09-171-2/+2
* gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...Russell Keith-Magee2024-09-161-0/+6
* gh-121735: Fix module-adjacent references in zip files (#123037)Jason R. Coombs2024-09-121-15/+0
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-091-2/+3
* Fix typos (#123775)algonell2024-09-091-1/+1
* gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298)Pablo Galindo Salgado2024-08-251-1/+1
* gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)Malcolm Smith2024-08-151-1/+1
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-13/+53
* gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)Malcolm Smith2024-08-081-1/+1
* GH-118943: Remove regen-jit from the regen-all make target (GH-122602)Miro Hrončok2024-08-081-1/+1
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-0/+2
* gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)Kirill Podoprigora2024-07-291-0/+1
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-221-0/+1
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-211-1/+22
* gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...Ned Deily2024-07-161-16/+1
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-111-1/+2
* gh-121467: Fix makefile to include mimalloc headers (#121469)Marc Mueller2024-07-081-2/+2
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-031-0/+1
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-1/+1
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-301-1/+16
* gh-120686: remove unused internal c api functions (#120687)Irit Katriel2024-06-271-1/+0
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-0/+1
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-261-1/+0
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+2
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+2
* gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)Jason R. Coombs2024-06-041-0/+1
* gh-119853: Add Include/refcount.h to projects (#119860)Victor Stinner2024-05-311-0/+1
* gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)Sam Gross2024-05-301-7/+7
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-291-0/+1
* gh-119538: Add missing expat build dependencies (#119647)Erlend E. Aasland2024-05-281-1/+3
* gh-119396: Optimize unicode_repr() (#119617)Victor Stinner2024-05-281-0/+1
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+1
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-071-1/+2