summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-1...Miss Islington (bot)2024-03-111-1/+2
* [3.11] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previe...Brett Cannon2024-03-051-2/+4
* [3.11] chore: fix typos (GH-116345) (#116375)Terry Jan Reedy2024-03-051-1/+1
* [3.11] gh-116265: Remove obsolete sentence. (GH-116284) (#116332)Miss Islington (bot)2024-03-041-4/+2
* [3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-...Miss Islington (bot)2024-03-021-0/+9
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-013-74/+135
* [3.11] gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (GH-114687) ...Miss Islington (bot)2024-02-181-0/+196
* [3.11] [3.12] GH-113516: don't set `LDSHARED` when building for WASI (GH-1154...Miss Islington (bot)2024-02-151-1/+0
* [3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468)Seth Michael Larson2024-02-141-0/+1
* [3.11] gh-114563: C decimal falls back to pydecimal for unsupported format st...John Belmonte2024-02-131-0/+1
* [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-062-1/+3
* [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)Ned Deily2024-02-061-2/+3
* [3.11] gh-65701: document that freeze doesn't work with framework builds on m...Miss Islington (bot)2023-12-222-0/+10
* [3.11] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...Miss Islington (bot)2023-10-101-32/+12
* [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)Miss Islington (bot)2023-10-061-14/+19
* [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Ned Deily2023-09-281-3/+3
* [3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)Victor Stinner2023-09-272-2/+16
* [3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)Victor Stinner2023-09-271-47/+7
* [3.11] gh-109098: Fuzz re module instead of internal sre (GH-109911) (GH-109933)Miss Islington (bot)2023-09-271-3/+3
* [3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)Victor Stinner2023-09-061-1/+1
* [3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...Miss Islington (bot)2023-09-061-4/+10
* [3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)Hugo van Kemenade2023-08-222-2/+2
* [3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)Miss Islington (bot)2023-08-221-7/+4
* [3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Ned Deily2023-08-181-3/+3
* [3.11] Fix the long64 reader in umarshal.py (GH-107828) (GH-107850)Miss Islington (bot)2023-08-101-4/+4
* [3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)Serhiy Storchaka2023-08-091-123/+132
* [3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...Charlie Zhao2023-07-311-0/+1
* [3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981...Erlend E. Aasland2023-07-261-7/+13
* [3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#10...Erlend E. Aasland2023-07-221-9/+14
* wasm: do not use inline comment in .editorconfig (GH-106610)Miss Islington (bot)2023-07-161-1/+2
* [3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...Miss Islington (bot)2023-07-041-2/+2
* [3.11] gh-100340: Allows -Wno-int-conversion for wasm (GH-100341) (#106066)Miss Islington (bot)2023-06-281-0/+3
* [3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177)Miss Islington (bot)2023-06-281-1/+7
* [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-012-2/+4
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-311-3/+3
* [3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-10...Pablo Galindo Salgado2023-03-061-2/+3
* gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (GH-102...Miss Islington (bot)2023-02-231-1/+1
* gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Miss Islington (bot)2023-02-132-1/+22
* gh-89792: Limit test_tools freeze test build parallelism based on the number ...Miss Islington (bot)2023-02-121-3/+12
* gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (G...Miss Islington (bot)2023-02-121-1/+13
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-091-2/+2
* [3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-161-1/+1
* [3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no fra...Eli Schwartz2023-01-041-0/+1
* [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-1003...Kumar Aditya2022-12-281-0/+4
* [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...colorfulappl2022-12-281-5/+6
* [3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486)Gregory P. Smith2022-12-241-4/+4
* [3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...colorfulappl2022-12-201-2/+23
* [3.11] gh-64490: Fix refcount error when arguments are packed to tuple in arg...colorfulappl2022-12-191-1/+1
* [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)colorfulappl2022-12-171-0/+1
* [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (G...Serhiy Storchaka2022-11-221-1/+1