| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.13] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125650) | Miss Islington (bot) | 2024-10-17 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3) Co-authored-by: Wulian <xiguawulian@gmail.com> | ||||
| * | [3.13] gh-122573: Require Python 3.10 or newer for Windows builds ↵ | Miss Islington (bot) | 2024-08-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | (GH-122574) (#122674) gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) Match statements in tooling require a more recent Python. Tools/cases_generator/*.py (and `Tools/jit/*.py` in 3.13+). (cherry picked from commit d0b92dd5ca46a10558857adeb7bb48ecf39fa783) Co-authored-by: Jonathan Protzenko <protz@microsoft.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> | ||||
| * | gh-108051: Update versions found by find_python.bat and clarify readme ↵ | Steve Dower | 2024-02-29 | 1 | -1/+6 |
| | | | | | (GH-116118) | ||||
| * | gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815) | Max Bachmann | 2023-08-09 | 1 | -2/+6 |
| | | |||||
| * | gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325) | Stanislav Syekirin | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281) | Shixian Li | 2022-06-27 | 1 | -2/+2 |
| | | |||||
| * | bpo-46088: Automatically detect or install bootstrap Python runtime when ↵ | Steve Dower | 2021-12-18 | 1 | -4/+15 |
| | | | | | building from Visual Studio (GH-30143) | ||||
| * | bpo-45873: Get rid of bootstrap_python (#29717) | Guido van Rossum | 2021-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Instead we use $(PYTHON_FOR_REGEN) .../deepfreeze.py with the frozen .h file as input, as we did for Windows in bpo-45850. We also get rid of the code that generates the .h files when make regen-frozen is run (i.e., .../make_frozen.py), and the MANIFEST file. Restore Python 3.8 and 3.9 as Windows host Python again Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
| * | bpo-45850: Implement deep-freeze on Windows (#29648) | Guido van Rossum | 2021-11-22 | 1 | -3/+3 |
| | | | | | | | Implement changes to build with deep-frozen modules on Windows. Note that we now require Python 3.10 as the "bootstrap" or "host" Python. This causes a modest startup speed (around 7%) on Windows. | ||||
| * | bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389) | Ken Jin | 2021-04-26 | 1 | -2/+2 |
| | | |||||
| * | Add Python 3.8 to py based search in find_python.bat (GH-17188) | Segev Finer | 2019-11-20 | 1 | -1/+1 |
| | | |||||
| * | bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) | Tal Einat | 2019-11-18 | 1 | -0/+3 |
| | | | | https://bugs.python.org/issue38809 | ||||
| * | bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177) | antektek | 2019-01-10 | 1 | -1/+1 |
| | | |||||
| * | bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) | Steve Dower | 2018-09-17 | 1 | -2/+2 |
| | | |||||
| * | Improves the ability to build in CI (GH-5728) | Steve Dower | 2018-02-18 | 1 | -3/+3 |
| | | |||||
| * | bpo-30450: Fix logic for retrying nuget.exe download (#2744) | Steve Dower | 2017-07-18 | 1 | -2/+19 |
| | | | | | | | | Fix logic for retrying nuget.exe download with Python. Add support for HOST_PYTHON variable. Clear internal environment variables used in find_python.bat Use HOST_PYTHON as the actual Python if it is recent enough. Adds HOST_PYTHON variable to AppVeyor configuration | ||||
| * | bpo-30450: Adds alternate download approach for nuget.exe (#2737) | Steve Dower | 2017-07-17 | 1 | -1/+2 |
| | | | | | | | * bpo-30450: Adds alternate download approach for nuget.exe * Whitespace fix. | ||||
| * | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -0/+57 |
| Updates ssl and tkinter projects to use pre-built externals | |||||
