Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-112984 Update Windows build and installer for free-threaded builds ↵ | Steve Dower | 2024-01-17 | 4 | -26/+115 |
| | | | | (GH-113129) | ||||
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -3/+5 |
| | |||||
* | gh-103646: Remove --include-pip-user from default APPX package build (GH-105064) | Steve Dower | 2023-05-29 | 1 | -1/+0 |
| | |||||
* | gh-104780: Remove 2to3 program and lib2to3 module (#104781) | Victor Stinner | 2023-05-23 | 3 | -27/+0 |
| | | | | | | | | | * Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal. | ||||
* | gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) | Steve Dower | 2023-04-18 | 1 | -1/+0 |
| | |||||
* | gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307) | Steve Dower | 2023-01-26 | 1 | -1/+1 |
| | |||||
* | gh-92584: Remove the distutils package (#99061) | Victor Stinner | 2022-11-03 | 3 | -10/+2 |
| | | | | | | | | | | | | Remove the distutils package. It was deprecated in Python 3.10 by PEP 632 "Deprecate distutils module". For projects still using distutils and cannot be updated to something else, the setuptools project can be installed: it still provides distutils. * Remove Lib/distutils/ directory * Remove test_distutils * Remove references to distutils * Skip test_check_c_globals and test_peg_generator since they use distutils | ||||
* | gh-97681: Remove Tools/demo/ directory (#97682) | Victor Stinner | 2022-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the Tools/demo/ directory which contained old demo scripts. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Remove the following old demo scripts: * beer.py * eiffel.py * hanoi.py * life.py * markov.py * mcast.py * queens.py * redemo.py * rpython.py * rpythond.py * sortvisu.py * spreadsheet.py * vector.py Changes: * Remove a reference to the redemo.py script in the regex howto documentation. * Remove a reference to the removed Tools/demo/ directory in the curses documentation. * Update PC/layout/ to remove the reference to Tools/demo/ directory. | ||||
* | gh-97649: The Tools directory is no longer installed on Windows (GH-97653) | Steve Dower | 2022-09-30 | 1 | -2/+0 |
| | |||||
* | gh-95733: Allow installing Store package on older Windows versions (GH-95862) | Steve Dower | 2022-08-10 | 1 | -1/+2 |
| | |||||
* | gh-84623: Remove unused imports (#94132) | Victor Stinner | 2022-06-22 | 4 | -9/+1 |
| | |||||
* | Remove the ancient Pynche color editor (#91554) | Barry Warsaw | 2022-04-17 | 1 | -1/+1 |
| | | | Closes #91551 | ||||
* | bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) | Steve Dower | 2022-03-22 | 2 | -1/+3 |
| | |||||
* | bpo-46638: Makes registry virtualisation setting stable when building MSIX ↵ | Steve Dower | 2022-02-07 | 2 | -4/+12 |
| | | | | packages (GH-31130) | ||||
* | bpo-45901: Fixes argument passing when invoking .py files directly through ↵ | Steve Dower | 2021-11-26 | 1 | -2/+2 |
| | | | | the Store package (GH-29799) | ||||
* | bpo-42802: Remove distutils bdist_wininst command (GH-24043) | Victor Stinner | 2021-01-08 | 3 | -36/+0 |
| | | | | | | | | | | The distutils bdist_wininst command deprecated in Python 3.8 has been removed. The distutils bidst_wheel command is now recommended to distribute binary packages on Windows. * Remove Lib/distutils/command/bdist_wininst.py * Remove PC/bdist_wininst/ project * Remove Lib/distutils/command/wininst-*.exe programs * Remove all references to bdist_wininst | ||||
* | bpo-42111: Make the xxlimited module an example of best extension module ↵ | Petr Viktorin | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | practices (GH-23226) - Copy existing xxlimited to xxlimited53 (named for the limited API version it uses) - Build both modules, both in debug and release - Test both modules | ||||
* | bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by ↵ | Steve Dower | 2020-10-20 | 1 | -2/+7 |
| | | | | Andrew Clover (GH-22817) | ||||
* | bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) | Chris Martinez | 2020-04-03 | 1 | -2/+1 |
| | | | Fix default Python home path relative to the NuGet package | ||||
* | bpo-39930: Convert error to warning for more silent failure (GH-18921) | Steve Dower | 2020-03-11 | 1 | -0/+4 |
| | | | Makes it an error to create a layout without vcruntime DLL | ||||
* | bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) | Steve Dower | 2020-02-29 | 1 | -5/+5 |
| | | | Also fixes some potential Nuget build issues. | ||||
* | bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) | Steve Dower | 2020-02-25 | 1 | -0/+6 |
| | |||||
* | bpo-39012: Fix RC version suffix for nuget release files (GH-17564) | Steve Dower | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | Fix APPX registry key generation (GH-17489) | Steve Dower | 2019-12-09 | 1 | -11/+11 |
| | |||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 5 | -48/+113 |
| | | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable. | ||||
* | bpo-38519: Internal include files missing on Windows (GH-16921) | Zackery Spytz | 2019-10-28 | 1 | -6/+1 |
| | |||||
* | bpo-38343: Fixes version handling for nuget packages (GH-16527) | Steve Dower | 2019-10-01 | 1 | -1/+1 |
| | |||||
* | bpo-38114: Do not include pip.ini in Nuget package (GH-15964) | Steve Dower | 2019-09-11 | 2 | -5/+8 |
| | |||||
* | Remove versioned executables from non-APPX packages (GH-15237) | Steve Dower | 2019-08-12 | 1 | -3/+0 |
| | |||||
* | bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) | Steve Dower | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | bpo-37778: Fixes the icons used for file associations to the Microsoft Store ↵ | Steve Dower | 2019-08-07 | 1 | -14/+19 |
| | | | | package (GH-15150) | ||||
* | bpo-37734: Fix use of registry values to launch Python from Microsoft Store ↵ | Steve Dower | 2019-08-07 | 2 | -9/+15 |
| | | | | app (GH-15146) | ||||
* | bpo-37641 preserve relative file location in embeddable zip (GH-14884) | Bill Collins | 2019-07-25 | 1 | -6/+5 |
| | | | | | | | | | | | | | | Previously, pyc files in the embeddable distribution reported their location as <build path>/<file stem>.py. This causes a little confusion when interpreting stack traces as the file is in a (almost certainly) incorrect location, and lacks the full relative path to Lib (e.g. email/mime/image.py will only show image.py). This change preserves the Lib relative location of the source file as a path so that stack traces are (hopefully) less misleading and more informative. Co-Authored-By: Kyle Stanley <aeros167@gmail.com> | ||||
* | bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) | Steve Dower | 2019-07-24 | 2 | -2/+6 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 6 | -100/+154 |
| | |||||
* | bpo-36649: Remove trailing spaces for registry keys when installed via the ↵ | Steve Dower | 2019-04-17 | 1 | -7/+6 |
| | | | | Store (GH-12865) | ||||
* | bpo-36509: Add iot layout for Windows IoT containers (GH-12663) | Paul Monson | 2019-04-12 | 2 | -2/+18 |
| | | | This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release. | ||||
* | bpo-36010: Add venv to the nuget distribution (GH-12367) | Paul Moore | 2019-03-30 | 1 | -1/+9 |
| | |||||
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -1/+1 |
| | | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation. | ||||
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -0/+2 |
| | |||||
* | bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport ↵ | Steve Dower | 2019-01-08 | 1 | -7/+13 |
| | | | | | restrictions (GH-11465) Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute. | ||||
* | bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple ↵ | Steve Dower | 2018-12-27 | 1 | -1/+1 |
| | | | | | times. (GH-11329) https://bugs.python.org/issue35596 | ||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 14 | -0/+1774 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 14 | -1770/+0 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 14 | -0/+1770 |