Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) | Victor Stinner | 2019-10-01 | 1 | -4/+1 |
| | | | | PyConfig_InitPythonConfig() and PyConfig_InitIsolatedConfig() no longer return PyStatus: they cannot fail anymore. | ||||
* | bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) | Victor Stinner | 2019-10-01 | 1 | -8/+1 |
| | | | | | | | For now, we'll rely on the fact that the config structures aren't covered by the stable ABI. We may revisit this in the future if we further explore the idea of offering a stable embedding API. (cherry picked from commit bdace21b769998396d0ccc8da99a8ca9b507bfdf) | ||||
* | bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) | Victor Stinner | 2019-09-30 | 1 | -1/+7 |
| | | | | | * Set PyPreConfig.struct_size and PyConfig.struct_size as required by the API. * PyPreConfig_InitPythonConfig() can now fail: check PyStatus result. | ||||
* | bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) | Steve Dower | 2019-07-24 | 1 | -33/+42 |
| | |||||
* | bpo-37369: Fixes crash when reporting fatal error (GH-14468) | Steve Dower | 2019-06-29 | 1 | -2/+3 |
| | |||||
* | bpo-37369: Fix initialization of sys members when launched via an app ↵ | Steve Dower | 2019-06-29 | 1 | -128/+158 |
| | | | | | | | container (GH-14428) 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 |
| | |||||
* | 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 |