summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | strip trailing slash from package_dir before counting slashesDavid Szotten2017-01-051-1/+1
* | | | Add tests for _resolve_setup_path, including one that elicits the error repor...Jason R. Coombs2017-01-241-0/+16
* | | | Extract staticmethod for resolving setup pathJason R. Coombs2017-01-241-7/+20
|/ / /
* | | Update changelog. Ref #883.Jason R. Coombs2017-01-241-0/+6
* | | Merge pull request #883 from jimporter/extrasJason R. Coombs2017-01-241-5/+17
|\ \ \
| * | | Fix usage of extras when installing via Wheels; resolves #882Jim Porter2016-12-291-5/+17
* | | | Update changelog to give some direction when pip is too old. Fixes #940.Jason R. Coombs2017-01-241-0/+7
* | | | Bump version: 34.0.0 → 34.0.1v34.0.1Jason R. Coombs2017-01-232-2/+2
* | | | Prefer list comprehension to init/append loop. Ref #936.Jason R. Coombs2017-01-231-3/+5
* | | | Update changelog. Ref #936.Jason R. Coombs2017-01-231-0/+5
* | | | Merge pull request #936 from LeadSift/masterJason R. Coombs2017-01-232-1/+12
|\ \ \ \
| * | | | fixes #935 - allows for glob syntax in graftHatem Nassrat2017-01-232-1/+12
|/ / / /
* | | | Try installing requirements before deploying (because the requirements that t...Jason R. Coombs2017-01-231-0/+2
* | | | Bump version: 33.1.1 → 34.0.0v34.0.0Jason R. Coombs2017-01-232-2/+2
* | | | Merge pull request #933 from pypa/feature/581-depend-not-bundleJason R. Coombs2017-01-2368-9044/+153
|\ \ \ \
| * | | | Update changelogJason R. Coombs2017-01-231-0/+22
| * | | | Add pyproject.toml per PEP 518 for use by a future pip release. Ref #581.Jason R. Coombs2017-01-171-0/+9
| * | | | Merge with masterJason R. Coombs2017-01-1612-270/+114
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/581-depend-not-bundleJason R. Coombs2017-01-136-182/+65
| |\ \ \ \ \
| * | | | | | Use unicode literalsJason R. Coombs2017-01-011-1/+4
| * | | | | | Also have tox reference the generated requirements.txtJason R. Coombs2017-01-011-3/+1
| * | | | | | In the bootstrap script, generate a requirements.txt file and use it to insta...Jason R. Coombs2017-01-013-4/+39
| * | | | | | Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-0164-9042/+84
| * | | | | | Use the 'extras' feature of toxJason R. Coombs2017-01-012-1/+1
* | | | | | | Merge pull request #927 from hugovk/patch-1Jason R. Coombs2017-01-171-0/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Update Python versionsHugo2017-01-171-0/+2
|/ / / / / /
* | | | | | Bump version: 33.1.0 → 33.1.1v33.1.1Jason R. Coombs2017-01-162-2/+2
* | | | | | Restore setuptools import, falsely identified as an unused import by linter.Jason R. Coombs2017-01-161-1/+2
* | | | | | Remove unused importsJason R. Coombs2017-01-164-5/+2
* | | | | | Simply invoke addstore twice, rather than looping.Jason R. Coombs2017-01-161-4/+4
* | | | | | Rely on namespacing to discriminate between novel class and parent.Jason R. Coombs2017-01-161-5/+5
* | | | | | Remove unused parameterJason R. Coombs2017-01-161-2/+1
* | | | | | Remove unused importJason R. Coombs2017-01-161-1/+0
* | | | | | Replace global variable serving as an implicit cache with an explicit 'once' ...Jason R. Coombs2017-01-161-5/+10
* | | | | | Refactor find_ca_bundle to simplify branching logic.Jason R. Coombs2017-01-161-17/+12
* | | | | | Update changelog. Ref #921.Jason R. Coombs2017-01-161-0/+6
* | | | | | Merge pull request #921 from GreatFruitOmsk/fix-find_ca_bundleJason R. Coombs2017-01-161-7/+14
|\ \ \ \ \ \
| * | | | | | Fix certifi fallback is not used on Windows.Ilya Kulakov2017-01-131-7/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #924 from hugovk/patch-1Jason R. Coombs2017-01-161-1/+1
|\ \ \ \ \ \
| * | | | | | Fix GitHub typoHugo2017-01-161-1/+1
* | | | | | | I doubt there's any need to test on 3.7-dev if we're testing nightly.Jason R. Coombs2017-01-161-1/+0
* | | | | | | Only test ASCII on Python 2.7 and 3.currentJason R. Coombs2017-01-161-3/+6
* | | | | | | Use 3.7-dev as the future candidate.Jason R. Coombs2017-01-161-1/+1
* | | | | | | Merge pull request #925 from hugovk/patch-2Jason R. Coombs2017-01-161-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Python 3.6 is outHugo2017-01-161-0/+1
|/ / / / / /
* | | | | | Bump version: 33.0.0 → 33.1.0v33.1.0Jason R. Coombs2017-01-152-2/+2
* | | | | | Update changelogJason R. Coombs2017-01-151-0/+12
* | | | | | Remove installation instructions from the README and instead refer to the Pyt...Jason R. Coombs2017-01-152-229/+49
|/ / / / /
* | | | | Merge pull request #914 from estan/fix-developer-guide-linkJason R. Coombs2017-01-091-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix broken link in docs/developer-guide.txtElvis Stansvik2017-01-081-5/+5
|/ / / /