summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-051-2/+3
* [3.10] Improves the Windows MSI test run on PR (GH-104929)Steve Dower2023-05-251-24/+16
* gh-103262: Fixes Windows installer build to work with latest compilers (GH-10...Steve Dower2023-04-051-2/+2
* [3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102...Pablo Galindo Salgado2023-03-061-2/+3
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-091-2/+2
* [3.10] Fix MSI build PlatformToolset detection (#101651)Steve Dower2023-02-081-4/+3
* [3.10] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-161-1/+1
* [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...colorfulappl2022-12-201-2/+23
* [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)colorfulappl2022-12-171-0/+1
* gh-95731: Fix module docstring extraction in pygettext (GH-95732)Miss Islington (bot)2022-10-151-3/+4
* [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-031-0/+1
* gh-90989: Clarify some installer text (GH-97676)Steve Dower2022-09-301-5/+5
* gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)Miss Islington (bot)2022-09-281-18/+7
* gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-09-121-1/+3
* [3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)Christian Heimes2022-08-291-2/+2
* bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...Steve Dower2022-08-252-28/+30
* [3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...Serhiy Storchaka2022-08-081-1/+1
* gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...Petr Viktorin2022-08-051-2/+21
* [3.10] 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-94556)Miss Islington (bot)2022-07-051-1/+1
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Miss Islington (bot)2022-06-231-1/+1
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-221-0/+98
* gh-92256: Improve Argument Clinic parser error messages (GH-92268)Miss Islington (bot)2022-05-101-3/+9
* [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...Serhiy Storchaka2022-05-031-17/+36
* gh-91595: fix the comparison of character and integer by using ord() (GH-91596)Miss Islington (bot)2022-04-161-1/+1
* [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...Steve Dower2022-03-152-24/+26
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Miss Islington (bot)2022-03-151-0/+2
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-2/+2
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0710-4/+24
* [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (...Luca Chiodini2022-03-071-0/+3
* [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252...Pablo Galindo Salgado2022-02-101-2/+15
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-041-0/+0
* [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_ge...Gregory P. Smith2022-02-021-0/+10
* bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)Miss Islington (bot)2022-01-271-8/+3
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily2021-12-211-1/+1
* [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...Pablo Galindo Salgado2021-12-201-4/+11
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Miss Islington (bot)2021-12-171-1/+1
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-263-3/+7
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Miss Islington (bot)2021-11-231-3/+6
* Fix out-of-tree build support for multissltest (GH-29694)Miss Islington (bot)2021-11-221-4/+10
* [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)Miss Islington (bot)2021-11-021-1/+5
* [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...Łukasz Langa2021-10-191-1/+1
* [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)Christian Clauss2021-10-0715-24/+24
* [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-032-2/+2
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-221-1/+1
* bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)Miss Islington (bot)2021-09-151-2/+2
* [3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272)Miss Islington (bot)2021-09-101-2/+2
* bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)Miss Islington (bot)2021-09-081-1/+5
* [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...Serhiy Storchaka2021-09-031-2/+2
* bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)Miss Islington (bot)2021-08-301-1/+1