Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) | Miss Islington (bot) | 2019-07-24 | 1 | -33/+42 |
| | | | | | (cherry picked from commit 123536fdab7b8def15c859aa70232bc55ec73096) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
* | bpo-37369: Fix initialization of sys members when launched via an app ↵ | Steve Dower | 2019-06-29 | 1 | -128/+159 |
| | | | | | | container (GH-14467) sys._base_executable is now always defined on all platforms, and can be overridden through configuration. Also adds test.support.PythonSymlink to encapsulate platform-specific logic for symlinking sys.executable | ||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -2/+2 |
| | | | Includes backported fixes from GH-14091 | ||||
* | bpo-34977: Remove unused preprocessor definition (GH-11092) | Steve Dower | 2018-12-11 | 1 | -12/+0 |
| | |||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -0/+239 |
| | | | 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 | 1 | -226/+0 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -0/+226 |