summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33764: Appveyor fixes (GH-7364) (GH-7379)Ned Deily2018-06-041-3/+4
| | | | | * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
* Fix AppVeyor doc short-circuit (GH-5634)Miss Islington (bot)2018-02-111-1/+4
| | | (cherry picked from commit 6ea20fc719dcaf102d2cefa1786f0421514f7a58)
* [3.6] Add short-circuit for doc changes to AppVeyor (GH-5628)Zachary Ware2018-02-111-5/+21
| | | (cherry picked from commit 28607e0dd9417ce44a109980ffd60697c1afdea0)
* Fix version in AppVeyor config (GH-5125)Zachary Ware2018-01-071-1/+1
|
* [3.6] Kill the AppVeyor file whitelist (GH-5122)Zachary Ware2018-01-071-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. (cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a)
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual ↵Steve Dower2017-09-061-0/+3
| | | | Studio 2017) (GH-3311) (#3386)
* [3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366)Zachary Ware2017-09-061-0/+2
| | | (cherry picked from commit f801322e92384ef3eac2a9b7ac2c49d37102d0f3)
* [3.6] bpo-30871: Add test.pythoninfo (#3174)Victor Stinner2017-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)Steve Dower2017-07-191-0/+2
| | | | | | | | | 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
* [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-101-1/+1
| | | (cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)
* [3.6] Make codecov config on master the only config used (GH-2041) (GH-2052)Brett Cannon2017-06-101-0/+1
| | | | | | 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)
* [3.6] Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-051-0/+5
| | | | Also on the short-lived `buildbot-custom` branch. (cherry picked from commit d3bedf356aca04ed9135a84b08)
* [3.6] Move Codecov's configuration file under .github (GH-1494) (GH-1574)Brett Cannon2017-05-131-0/+35
| | | (cherry picked from commit cbddf58c797f850a5b06f317a4bb7ab69c6e9715)
* Bump version in AppVeyor config (GH-1436)Zachary Ware2017-05-031-1/+1
|
* Only trigger AppVeyor on code or config changes (GH-611 backport) (GH-620)Zachary Ware2017-03-111-0/+17
|
* Add Appveyor (GH-324 backport) (GH-491)Zachary Ware2017-03-101-0/+6
|
* issue27476 - Introduce a .github template to discourage github pull requestsSenthil Kumaran2016-07-101-0/+9
and point users to developers guide.