| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Andrew Clover (GH-22817)
(cherry picked from commit 6d883fbe14751b58d9ed2fd708322613d8931035)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
|
| |
Fix default Python home path relative to the NuGet package
(cherry picked from commit 6e623ff9d251e0ce86e9b18a01bfd6f067079d7a)
Co-authored-by: Chris Martinez <sydefekt@hotmail.com>
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Also fixes some potential Nuget build issues.
(cherry picked from commit 03153dd1459fab94f294a118ed1525e34d58601a)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit d6448919702142123d937a54f20a81aeaf8d2acc)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit d0802d07d2c864b95480a9b24c7cc050e19189d5)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit e89e159b18cc9f32a0a4a818d080eb6a63d888a7)
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 b9a8b8296cd7be22f8b5bf92af686a788c47c7bf)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit 19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit c1aeb292d206e12b900dc4f7f816246c3a57c2ac)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit 0378d98678f3617fd44d9a6266e7c17ebce62755)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
|
|
| |
package (GH-15150)
(cherry picked from commit 87ce9588ceb4b4dd625913344844390f0b991b0c)
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
|
|
|
|
| |
Store (GH-12865)
|
|
|
| |
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.
|
|
|