| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Makes it an error to create a layout without vcruntime DLL
(cherry picked from commit fde44ae6d08d3df79554155b1cf079e73a8fabdd)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
| |
|
|
|
| |
(GH-17480)
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.
|
| |
|
|
|
| |
(cherry picked from commit edb172a87296d9359593a23cd9a09f5867ea1f0e)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit c1aeb292d206e12b900dc4f7f816246c3a57c2ac)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
| |
|
|
|
|
|
| |
app (GH-15146)
(cherry picked from commit 1fab9cbfbaf19a7bc79cef382136fcf9491e3183)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit c4cda4369f4b8f33082890d16dfc364a90658ef6)
Co-authored-by: Bill Collins <bilbocollins@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit 123536fdab7b8def15c859aa70232bc55ec73096)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
| |
|
| |
Includes backported fixes from GH-14091
|
| |
|
| |
This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release.
|
| |
|
| |
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
|
| | |
|
| |
|
|
|
| |
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.
|
| |
|
|
|
| |
times. (GH-11329)
https://bugs.python.org/issue35596
|
| |
|
| |
Also adds the PC/layout script for generating layouts on Windows.
|
| |
|
| |
This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
|
| |
|