summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117088: Fix AIX build (GH-132595) (GH-133839)Miss Islington (bot)2025-05-101-1/+6
* [3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325)Miss Islington (bot)2025-04-091-1/+1
* [3.13] gh-130587: Invoke regen-token rst with rstfile as an argument (GH-1323...Miss Islington (bot)2025-04-091-1/+2
* [3.13] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds ...Miss Islington (bot)2025-03-311-2/+2
* [3.13] gh-129200: Add locking to the iOS testbed startup sequence. (GH-130564...Miss Islington (bot)2025-02-281-1/+1
* [3.13] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130182)Miss Islington (bot)2025-02-161-0/+1
* [3.13] gh-127845: Minor improvements to iOS test runner script (GH-127846) (#...Miss Islington (bot)2024-12-121-1/+1
* [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)Russell Keith-Magee2024-12-091-22/+4
* [3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (...Tomas R.2024-11-151-0/+2
* [3.13] gh-104400: Add more tests to pygettext (GH-108173) (GH-126361)Miss Islington (bot)2024-11-031-0/+1
* [3.13] gh-124295: Add translation tests for argparse (GH-124803) (GH-126046)Serhiy Storchaka2024-10-271-0/+2
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-1/+1
* [3.13] gh-121735: Fix module-adjacent references in zip files (GH-123037) (#1...Miss Islington (bot)2024-09-301-15/+0
* [3.13] gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (GH-123298) ...Miss Islington (bot)2024-08-251-1/+1
* [3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-...Miss Islington (bot)2024-08-091-1/+1
* [3.13] GH-118943: Remove regen-jit from the regen-all make target (GH-122840)Miss Islington (bot)2024-08-081-1/+1
* [3.13] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#12...Kirill Podoprigora2024-07-291-0/+1
* [3.13] gh-120522: Apply App Store compliance patch during installation (GH-12...Miss Islington (bot)2024-07-221-1/+22
* [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...Miss Islington (bot)2024-07-161-16/+1
* [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...Miss Islington (bot)2024-07-111-1/+2
* [3.13] gh-121467: Fix makefile to include mimalloc headers (GH-121469) (#121471)Miss Islington (bot)2024-07-081-2/+2
* [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)Miss Islington (bot)2024-07-031-0/+1
* [3.13] gh-120522: Add a `--with-app-store-compliance` configure option to pat...Miss Islington (bot)2024-06-301-1/+16
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-261-1/+0
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+2
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+2
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-301-7/+7
* [3.13] gh-119538: Add missing expat build dependencies (GH-119647) (#119685)Miss Islington (bot)2024-05-281-1/+3
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-221-0/+1
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-071-1/+2
* Set a DerivedData path for iOS test builds. (GH-118621)Russell Keith-Magee2024-05-061-1/+1
* Correct timing sensitivity in iOS testing Makefile target. (GH-118620)Russell Keith-Magee2024-05-061-1/+1
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+1
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+2
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-301-0/+1
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-301-0/+2
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-3/+3
* gh-116984: Install mimalloc headers (#116985)Yichen Yan2024-04-231-0/+19
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-191-0/+1
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-041-3/+9
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+1
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-0/+5
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-291-0/+1
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-6/+24
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-3/+0
* gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)Jason R. Coombs2024-03-211-0/+5
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-1/+2
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-1/+2