Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AppVeyor: build Python in 64-bit mode (GH-8363) | Victor Stinner | 2018-07-23 | 1 | -3/+3 |
| | | | | Previously, Python was built in 32-bit mode and so issues specific to 64-bit mode like compiler warnings could be missed. | ||||
* | bpo-33764: Appveyor fixes (GH-7364) | Zachary Ware | 2018-06-04 | 1 | -4/+5 |
| | | | | | | * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests | ||||
* | Fix AppVeyor doc short-circuit (GH-5632) | Zachary Ware | 2018-02-11 | 1 | -1/+4 |
| | |||||
* | Add short-circuit for doc changes to AppVeyor (GH-5519) | Zachary Ware | 2018-02-11 | 1 | -3/+19 |
| | |||||
* | Try to fix the AppVeyor cache mechanism (GH-5536) | Zachary Ware | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Fix version in AppVeyor (GH-5535) | Zachary Ware | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Fix version in AppVeyor config (GH-5124) | Zachary Ware | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Kill the AppVeyor file whitelist (GH-5121) | Zachary Ware | 2018-01-07 | 1 | -17/+0 |
| | | | 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. | ||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵ | Steve Dower | 2017-09-06 | 1 | -0/+2 |
| | | | | 2017) (#3311) | ||||
* | Cache externals, depending on changes to PCbuild (#3308) | Zachary Ware | 2017-09-04 | 1 | -0/+2 |
| | |||||
* | bpo-30871: Add test.pythoninfo (#3075) | Victor Stinner | 2017-08-17 | 1 | -0/+1 |
| | | | | | | * 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 | ||||
* | bpo-30450: Fix logic for retrying nuget.exe download (#2744) | Steve Dower | 2017-07-18 | 1 | -0/+2 |
| | | | | | | | Fix logic for retrying nuget.exe download with Python. 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 | ||||
* | AppVeyor: run tests with --fail-env-changed (#2522) | Victor Stinner | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) | Zachary Ware | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | Only run AppVeyor on long-lived branches (GH-1941) | Zachary Ware | 2017-06-04 | 1 | -0/+5 |
| | | | Also on the short-lived `buildbot-custom` branch. | ||||
* | Only trigger AppVeyor on code or config changes (GH-611) | Zachary Ware | 2017-03-11 | 1 | -0/+17 |
| | |||||
* | Add Appveyor (GH-324) | Zachary Ware | 2017-03-05 | 1 | -0/+6 |