summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.7] gh-97612: Fix shell injection in get-remote-certificate.py (#97613) (#9...Victor Stinner2022-10-051-19/+7
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-221-0/+98
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Miss Islington (bot)2022-03-151-0/+2
* bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1...Ned Deily2022-03-151-1/+1
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0710-4/+24
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Miss Islington (bot)2020-06-011-0/+1
* bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)Miss Islington (bot)2020-05-191-2/+2
* [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126)Miss Islington (bot)2020-05-161-4/+5
* bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)Miss Islington (bot)2020-05-151-11/+41
* bpo-40479: Test with latest OpenSSL versions (GH-20108)Miss Islington (bot)2020-05-151-3/+58
* [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-181-21/+16
* bpo-40019: Skip test_gdb if Python was optimized (GH-19081)Miss Islington (bot)2020-03-311-7/+9
* closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)Miss Islington (bot)2020-03-311-1/+1
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-112-1/+9
* bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)Miss Islington (bot)2020-03-091-1/+1
* [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)Miss Islington (bot)2020-03-071-2/+17
* [3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...Steve Dower2020-01-291-2/+10
* bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...Miss Skeleton (bot)2019-10-281-1/+1
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536...Victor Stinner2019-10-111-2/+2
* [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)Stéphane Wirtel2019-09-111-4/+4
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Miss Islington (bot)2019-09-092-8/+25
* bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)Steve Dower2019-06-181-2/+3
* [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)Miss Islington (bot)2019-06-031-3/+3
* [3.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...Miss Islington (bot)2019-05-021-4/+3
* bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)Miss Islington (bot)2019-04-221-1/+1
* Allow Windows layout builds to fully skip code signing (GH-12808)Miss Islington (bot)2019-04-122-3/+8
* bpo-36010: Add venv to the nuget distribution (GH-12367)Miss Islington (bot)2019-03-301-1/+1
* bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)Miss Islington (bot)2019-03-271-0/+15
* bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)Miss Islington (bot)2019-03-231-1/+4
* bpo-36174: Update nuget authoring for new license field. (GH-12300)Miss Islington (bot)2019-03-124-9/+4
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)Miss Islington (bot)2019-03-121-1/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Miss Islington (bot)2019-02-041-1/+2
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-1/+1
* Enable signing Windows builds with SHA1 environment variable (GH-11279)Miss Islington (bot)2018-12-211-1/+4
* [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-141-1/+1
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-109-339/+209
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-101-0/+23
* Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)Victor Stinner2018-12-079-209/+339
* [3.7] bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-069-339/+209
* bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)Victor Stinner2018-12-041-3/+3
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Miss Islington (bot)2018-11-051-2/+2
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Miss Islington (bot)2018-10-271-1/+1
* bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)Miss Islington (bot)2018-10-191-3/+9
* bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)Miss Islington (bot)2018-10-151-13/+33
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-231-4/+4
* Fixes tests requiring extra environment values on Windows (GH-9462)Steve Dower2018-09-201-0/+3
* bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)Miss Islington (bot)2018-09-041-791/+0
* bpo-34217: Use lowercase for windows headers (GH-8472)Miss Islington (bot)2018-08-161-1/+1
* Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Miss Islington (bot)2018-07-291-0/+8
* [3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)Xtreak2018-07-211-3/+5