summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (...Miss Islington (bot)2022-10-041-18/+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-161-0/+2
* [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenS...Ned Deily2022-03-151-2/+2
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0810-4/+24
* [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)Christian Heimes2021-08-301-2/+2
* [3.8] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-2...Miss Islington (bot)2021-04-261-10/+14
* [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)Christian Heimes2021-04-092-81/+115
* Improve CDN purge script (GH-25251)Miss Islington (bot)2021-04-071-0/+3
* [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)Christian Heimes2021-03-301-2/+2
* Do not remove x bit from published directories (GH-24101)Miss Islington (bot)2021-01-041-2/+2
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Miss Islington (bot)2020-12-241-1/+1
* [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-8/+4
* bpo-42613: Fix freeze.py config directory (GH-23792)Miss Islington (bot)2020-12-171-10/+10
* bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allo...Pablo Galindo2020-12-071-1/+1
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Miss Islington (bot)2020-11-181-19/+35
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Miss Islington (bot)2020-11-131-2/+2
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-031-3/+3
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Miss Islington (bot)2020-09-144-4/+7
* [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...Serhiy Storchaka2020-07-022-2/+4
* 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
* bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)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.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-181-21/+16
* closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...Miss Islington (bot)2020-04-141-4/+8
* closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)Miss Islington (bot)2020-04-121-0/+2
* closes bpo-39953: Update OpenSSL error codes table. (GH-19082)Miss Islington (bot)2020-04-111-9/+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...Miss Islington (bot)2020-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)Serhiy Storchaka2020-03-071-2/+17
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Miss Islington (bot)2020-02-291-1/+1
* bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...Miss Skeleton (bot)2019-10-281-1/+1
* bpo-38534: Replace wrong KB number references (GH-16955)Miss Skeleton (bot)2019-10-281-4/+4
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Miss Islington (bot)2019-10-111-4/+1
* bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)Victor Stinner2019-09-251-5/+59
* closes bpo-16637: libpython: construct integer object directly from gdbvalue ...Miss Islington (bot)2019-09-241-1/+1
* [3.8] bpo-37206: Unrepresentable default values no longer represented as None...Serhiy Storchaka2019-09-141-7/+6
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Miss Islington (bot)2019-09-111-5/+4
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Miss Islington (bot)2019-09-092-8/+25
* [3.8] bpo-37034: Display argument name on errors with keyword arguments with ...Serhiy Storchaka2019-08-291-80/+101
* bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) ...Miss Islington (bot)2019-08-291-1/+1
* bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)Miss Islington (bot)2019-08-291-0/+1
* [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)Raymond Hettinger2019-08-251-6/+18
* Fix publishing of Windows release (GH-15006)Miss Islington (bot)2019-07-291-0/+4
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-231-3/+2
* Enable publish of Windows releases through Azure Pipelines (GH-14720)Miss Islington (bot)2019-07-131-1/+0