summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 38.5.1 → 38.5.2v38.5.2Jason R. Coombs2018-03-062-2/+2
* Exclude tox-venv on Python 3.3, where it fails.Jason R. Coombs2018-03-051-1/+1
* Include tox-venv to bring venv from the future.Jason R. Coombs2018-03-051-1/+1
* Skip tests in test_virtualenv if the prefix is broken on that virtualenv. Ref...Jason R. Coombs2018-03-051-0/+15
* Prevent StopIteration from bubbling up in parse_requirements. Fixes #1285.Jason R. Coombs2018-03-052-1/+10
* Remove reference to bitbucket mirror. Fixes #1280.Jason R. Coombs2018-02-201-3/+0
* Merge pull request #1279 from thijstriemstra/patch-2Jason R. Coombs2018-02-201-0/+3
|\
| * enable pip cache in appveyor buildThijs Triemstra2018-02-201-0/+3
* | Merge pull request #1278 from vphilippon/fix-doc-version-spec-inconsistenciesJason R. Coombs2018-02-202-2/+2
|\ \ | |/ |/|
| * Fix documentation spacing error causing wrong formatting.Vincent Philippon2018-02-191-1/+1
| * Fix documentation inconsistency on version specifierVincent Philippon2018-02-191-1/+1
|/
* Perform marker calculation in one stepJason R. Coombs2018-02-101-6/+6
* Use partitionJason R. Coombs2018-02-101-2/+2
* Use filterJason R. Coombs2018-02-101-14/+13
* Extract method for filtering extrasJason R. Coombs2018-02-101-10/+24
* Remove redundant initializationJason R. Coombs2018-02-101-1/+1
* Extract method for _build_dep_mapJason R. Coombs2018-02-101-14/+18
* Add a commentJason R. Coombs2018-02-101-0/+4
* DelintJason R. Coombs2018-02-101-7/+31
* Prefer implied tuple.Jason R. Coombs2018-02-101-1/+1
* Bump version: 38.5.0 → 38.5.1v38.5.1Jason R. Coombs2018-02-062-2/+2
* Update changelog. Ref #1271.Jason R. Coombs2018-02-061-0/+6
* Revert "Prefer new_build_ext for Cython builds as recommended by Cython proje...Jason R. Coombs2018-02-061-1/+1
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-051-4/+8
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-041-0/+4
* Bump version: 38.4.1 → 38.5.0v38.5.0Jason R. Coombs2018-02-042-2/+2
* Unpin pytest - not sure why it was pinned.Jason R. Coombs2018-02-041-1/+1
* Prefer new_build_ext for Cython builds as recommended by Cython project. Fixe...Jason R. Coombs2018-02-042-1/+4
* Import Cython.Compiler.Main as recommended by Cython project to improve Cytho...Jason R. Coombs2018-02-042-0/+9
* Merge pull request #1258 from dylanjw/update-docJason R. Coombs2018-02-041-3/+3
|\
| * Reflect find_packages behavior in docDylan Wilson2018-01-231-3/+3
* | Bump version: 38.4.0 → 38.4.1v38.4.1Jason R. Coombs2018-02-032-2/+2
* | Update changelog.Jason R. Coombs2018-02-031-0/+5
* | Merge pull request #1263 from benoit-pierre/fix_python37_supportJason R. Coombs2018-02-032-1/+5
|\ \
| * | fix Python 3.7 supportBenoit Pierre2018-01-252-1/+5
| |/
* | Merge pull request #1262 from benoit-pierre/fix_1261Jason R. Coombs2018-01-252-1/+46
|\ \ | |/ |/|
| * Fix dry-run handlingBenoit Pierre2018-01-252-1/+46
|/
* Refactor to short-circuit on dry-runJason R. Coombs2018-01-201-7/+9
* On Appveyor, omit the '1.0.' prefix on all builds.Jason R. Coombs2018-01-051-0/+2
* Bump version: 38.3.0 → 38.4.0v38.4.0Jason R. Coombs2018-01-052-2/+2
* On further consideration, behavior change is an 0.1 bump. Ref #1231Jason R. Coombs2018-01-051-1/+1
* Merge pull request #1231 from zsimic/masterJason R. Coombs2018-01-052-1/+5
|\
| * Merge branch 'master' into masterJason R. Coombs2018-01-0511-16/+133
| |\ | |/ |/|
* | Bump version: 38.2.5 → 38.3.0v38.3.0Jason R. Coombs2018-01-042-2/+2
* | Update changelog. Ref #1210.Jason R. Coombs2018-01-041-1/+2
* | Merge pull request #1210 from fungi/masterJason R. Coombs2018-01-046-1/+70
|\ \
| * | Remove extraneous attribute copy, artifact of bad merge.Jason R. Coombs2018-01-041-3/+0
| * | Merge branch 'master' into masterJason R. Coombs2018-01-0418-25/+1270
| |\ \ | |/ / |/| |
* | | Update changelog. Ref #1207.Jason R. Coombs2018-01-041-0/+6
* | | Merge pull request #1207 from cryvate/fix-issue-1206Jason R. Coombs2018-01-043-12/+10
|\ \ \