| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ... | Steve Dower | 2019-10-28 | 1 | -1/+1 |
|
|
* | bpo-38534: Replace wrong KB number references (GH-16955) | benedwards14 | 2019-10-28 | 1 | -4/+4 |
|
|
* | bpo-37283: Ensure command-line and unattend.xml setting override previously d... | Steve Dower | 2019-09-09 | 2 | -8/+25 |
|
|
* | Fix publishing of Windows release (GH-15006) | Steve Dower | 2019-07-29 | 1 | -0/+4 |
|
|
* | Enable publish of Windows releases through Azure Pipelines (GH-14720) | Steve Dower | 2019-07-13 | 1 | -1/+0 |
|
|
* | bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) | Steve Dower | 2019-06-21 | 4 | -37/+1 |
|
|
* | Fix Windows release build issues (GH-14091) | Steve Dower | 2019-06-14 | 1 | -2/+2 |
|
|
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 10 | -85/+64 |
|
|
* | bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) | Steve Dower | 2019-06-06 | 1 | -2/+3 |
|
|
* | Allow Windows layout builds to fully skip code signing (GH-12808) | Steve Dower | 2019-04-12 | 2 | -3/+8 |
|
|
* | bpo-36085: Add installer check for KB2533625 (GH-12636) | Steve Dower | 2019-03-31 | 3 | -10/+31 |
|
|
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -0/+6 |
|
|
* | bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) | Steve Dower | 2019-03-27 | 1 | -0/+15 |
|
|
* | bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) | Steve Dower | 2019-02-05 | 1 | -1/+2 |
|
|
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -1/+1 |
|
|
* | Enable signing Windows builds with SHA1 environment variable (GH-11279) | Steve Dower | 2018-12-21 | 1 | -1/+4 |
|
|
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 7 | -258/+196 |
|
|
* | bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-... | Steve Dower | 2018-12-10 | 1 | -0/+23 |
|
|
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 7 | -196/+258 |
|
|
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 7 | -258/+196 |
|
|
* | bpo-35134: Create Include/cpython/ subdirectory (GH-10624) | Victor Stinner | 2018-11-23 | 1 | -3/+3 |
|
|
* | bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) | Steve Dower | 2018-10-27 | 1 | -1/+1 |
|
|
* | Fixes issues in Windows release upload script (GH-9845) | Steve Dower | 2018-10-13 | 1 | -3/+8 |
|
|
* | bpo-34011: Fixes missing venv files and other tests (GH-9458) | Steve Dower | 2018-09-20 | 1 | -0/+3 |
|
|
* | bpo-34217: Use lowercase for windows headers (GH-8472) | Erik Janssens | 2018-08-16 | 1 | -1/+1 |
|
|
* | Updated MSI README to mention dependency on .NET 3.5. (GH-8375) | Vinay Sajip | 2018-07-29 | 1 | -0/+8 |
|
|
* | Prevent upload script uploading from the wrong directory (GH-7953) | Steve Dower | 2018-06-27 | 1 | -1/+7 |
|
|
* | Fixes upload script to always run commands even when previous ones fail (GH-7... | Steve Dower | 2018-06-12 | 1 | -4/+10 |
|
|
* | Adds new upload script for Windows releases (GH-7268) | Steve Dower | 2018-05-31 | 1 | -0/+121 |
|
|
* | bpo-25427: Remove pyvenv (GH-5962) | Brett Cannon | 2018-04-20 | 1 | -3/+0 |
|
|
* | Minor improvements to the Windows build/release process (GH-5935) | Steve Dower | 2018-02-28 | 2 | -0/+5 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -1/+1 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 1 | -1/+1 |
|
|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 10 | -81/+68 |
|
|
* | Allows non-critical upload steps to fail (#4742) | Steve Dower | 2017-12-06 | 1 | -3/+3 |
|
|
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 2 | -3/+4 |
|
|
* | bpo-31523: Reliability improvements to the Windows build files (#3900) | Steve Dower | 2017-10-05 | 4 | -26/+55 |
|
|
* | bpo-31662: Fix typos in uploadrelease.bat script | Anselm Kruis | 2017-10-02 | 1 | -3/+3 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 9 | -15/+15 |
|
|
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 3 | -12/+10 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 2 | -2/+24 |
|
|
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 3 | -18/+23 |
|
|
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 7 | -36/+28 |
|
|
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars... | Steve Dower | 2017-06-19 | 3 | -19/+21 |
|
|
* | bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) | Zachary Ware | 2017-06-16 | 1 | -19/+99 |
|
|
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 5 | -534/+534 |
|
|
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+1 |
|
|
* | Takes vcruntime140.dll from the correct source. (#679) | Steve Dower | 2017-03-16 | 1 | -6/+3 |
|
|
* | Fixes the upload script to purge the CDN correctly and display success output... | Steve Dower | 2017-03-06 | 1 | -0/+2 |
|
|
* | bpo-27593: Updates Windows build to use information from git (#262) | Steve Dower | 2017-03-04 | 1 | -2/+2 |
|
|