summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...Miss Islington (bot)2022-10-161-3/+4
* [3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-031-0/+1
* gh-90989: Clarify some installer text (GH-97668)Steve Dower2022-09-301-6/+6
* gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)Miss Islington (bot)2022-09-281-18/+7
* [3.11] gh-96883: browser: include concurrent.futures (GH-96886) (GH-96888)Christian Heimes2022-09-171-17/+17
* gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-09-141-1/+3
* gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)Miss Islington (bot)2022-09-131-0/+4
* [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...Christian Heimes2022-09-134-21/+997
* [3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748)Miss Islington (bot)2022-09-131-1/+2
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Miss Islington (bot)2022-08-291-2/+2
* bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...Miss Islington (bot)2022-08-252-30/+32
* gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780)Miss Islington (bot)2022-08-101-1/+1