| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Remove VS2017 image from AppVeyor config.
We're currently having caching issues between the two images, and VS2017 builds are tested by VSTS. Removing that one here will significantly decrease the time that AppVeyor builds take on this branch.
|
|
|
|
|
| |
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
|
|
|
| |
(cherry picked from commit 6ea20fc719dcaf102d2cefa1786f0421514f7a58)
|
|
|
| |
(cherry picked from commit 28607e0dd9417ce44a109980ffd60697c1afdea0)
|
| |
|
|
|
|
| |
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
(cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a)
|
|
|
|
| |
Studio 2017) (GH-3311) (#3386)
|
|
|
| |
(cherry picked from commit f801322e92384ef3eac2a9b7ac2c49d37102d0f3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bpo-30871: Add test.pythoninfo (#3075)
* Add Lib/test/pythoninfo.py: script collecting various informations
about Python to help debugging test failures.
* regrtest: remove sys.hash_info and sys.flags from header.
* Travis CI, Appveyor: run pythoninfo before tests
(cherry picked from commit b907abc88589f7bea52c5afe172ececc6edcda70)
* bpo-30871: pythoninfo: add expat and _decimal (#3121)
* bpo-30871: pythoninfo: add expat and _decimal
* Remove _decimal.__version__
The string is hardcoded, not really interesting.
(cherry picked from commit f6ebd838f00b4c211c72d85ee49749e910cd3afe)
* bpo-30871: Add "make pythoninfo" (#3120)
(cherry picked from commit a3a01a2fceab2188b282ab9911f79c99a4c32273)
* bpo-30871: pythoninfo: more sys, os, time data (#3130)
* bpo-30871: pythoninfo: more sys, os, time data
PythonInfo now converts types other than intger to string by default.
* fix typo
(cherry picked from commit ad7eaed54382b346784e51a6f0122ce81e8842b5)
* bpo-31231: Fix pythoninfo in Travis config (#3134)
bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with
"make pythoninfo", since macOS uses ./python.exe.
(cherry picked from commit 92b1f90143286385c0ff5be98d3721b90580a912)
|
|
|
|
|
|
|
|
|
| |
Adds alternate download approach for nuget.exe
Fall back to git.exe if no Python is found. (#2739)
Also check whether git.exe is on PATH if it will be used.
Add support for HOST_PYTHON variable.
Clear internal environment variables used in find_python.bat
Use HOST_PYTHON as the actual Python if it is recent enough.
Adds HOST_PYTHON variable to AppVeyor configuration
|
|
|
| |
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)
|
|
|
|
|
|
| |
This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward.
Closes python/core-workflowGH-81.
(cherry picked from commit 11ffb4543bc000dea527bcc0417e2f8bda13790f)
|
|
|
|
| |
Also on the short-lived `buildbot-custom` branch.
(cherry picked from commit d3bedf356aca04ed9135a84b08)
|
|
|
| |
(cherry picked from commit cbddf58c797f850a5b06f317a4bb7ab69c6e9715)
|
| |
|
| |
|
| |
|
|
and point users to developers guide.
|