summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 34.1.0 → 34.1.1v34.1.1Jason R. Coombs2017-02-032-2/+2
* Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes #...Jason R. Coombs2017-02-032-1/+6
* Require sphinx 1.4 for autosectionlabel plugin. Ref #957.Jason R. Coombs2017-02-031-0/+1
* Merge pull request #957 from smheidrich/fix_hardlinks_via_autosectionlabelJason R. Coombs2017-02-023-11/+8
|\
| * Added autosectionlabel Sphinx extension and replaced some obsolete links.smheidrich2017-02-023-11/+8
* | Always generate the dependencies.Jason R. Coombs2017-02-021-1/+1
* | In bootstrap, defer installation of dependencies if unneeded. Ref #958.Jason R. Coombs2017-02-021-9/+4
* | Extract main functionJason R. Coombs2017-02-021-1/+4
* | Merge pull request #958 from jjhelmus/opt_bootstrapJason R. Coombs2017-02-021-2/+12
|\ \
| * | Add --skip-dep-install to boostrap.py scriptJonathan Helmus2017-02-021-2/+12
|/ /
* | Rely on backports.unittest_mock plugin to make mock available on old Python v...Jason R. Coombs2017-01-303-12/+3
* | Bump version: 34.0.3 → 34.1.0v34.1.0Jason R. Coombs2017-01-282-2/+2
* | Update changelog. Ref #930.Jason R. Coombs2017-01-281-0/+6
* | Merge pull request #930 from GandaG/build_clibJason R. Coombs2017-01-285-1/+211
|\ \
| * | Added build_clib module and unit tests.Daniel Nunes2017-01-193-1/+158
| * | Added tests for newer_pairwise_group().Daniel Nunes2017-01-151-0/+30
| * | Added newer_pairwise_group() convenience function.Daniel Nunes2017-01-141-0/+23
* | | Bump version: 34.0.2 → 34.0.3v34.0.3Jason R. Coombs2017-01-282-2/+2
* | | Loosen restriction on the version of six required. Fixes #947.Jason R. Coombs2017-01-282-1/+8
| |/ |/|
* | Update changelog to reflect additional issue revealed in pypa/pip#4253.Jason R. Coombs2017-01-251-0/+6
* | Bump version: 34.0.1 → 34.0.2v34.0.2Jason R. Coombs2017-01-242-2/+2
* | Merge test with fix. Ref #913.Jason R. Coombs2017-01-242-1/+3
|\ \
| * \ Merge pull request #913 from davidszotten/package_dir_trailing_slashJason R. Coombs2017-01-241-1/+1
| |\ \
| | * | 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