summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [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
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Miss Islington (bot)2022-08-041-9/+29
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)Miss Islington (bot)2022-08-011-0/+5
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-013-28/+4
* [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)Christian Heimes2022-07-311-0/+4
* gh-95174: Move WASIX logic into wasi-env (GH-95320)Miss Islington (bot)2022-07-272-9/+22
* [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...Miss Islington (bot)2022-07-271-1/+1
* gh-95205: Improve WASM README.md (GH-95267) (GH-95270)Miss Islington (bot)2022-07-262-12/+112
* gh-95205: Improve wasm README (GH-95206)Miss Islington (bot)2022-07-251-2/+6
* [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...Brandt Bucher2022-07-221-7/+0
* gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)Miss Islington (bot)2022-07-201-7/+6
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Miss Islington (bot)2022-07-121-1/+6
* [3.11] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-2/+7
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)Miss Islington (bot)2022-07-051-1/+1
* gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953)Miss Islington (bot)2022-07-011-2/+2
* gh-84461: Improve WebAssembly in-browser demo (GH-91879)Miss Islington (bot)2022-07-013-25/+99
* [3.11] GH-93516: Backport GH-93769 (GH-94231)Mark Shannon2022-06-281-0/+7
* gh-84461: Build Emscripten with WASM BigInt support (GH-94219)Miss Islington (bot)2022-06-241-1/+3
* gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)Miss Islington (bot)2022-06-241-0/+2