Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |