| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 38.5.1 → 38.5.2v38.5.2 | Jason R. Coombs | 2018-03-06 | 2 | -2/+2 |
| | | |||||
| * | Exclude tox-venv on Python 3.3, where it fails. | Jason R. Coombs | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Include tox-venv to bring venv from the future. | Jason R. Coombs | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Skip tests in test_virtualenv if the prefix is broken on that virtualenv. ↵ | Jason R. Coombs | 2018-03-05 | 1 | -0/+15 |
| | | | | | Ref #1284. | ||||
| * | Prevent StopIteration from bubbling up in parse_requirements. Fixes #1285. | Jason R. Coombs | 2018-03-05 | 2 | -1/+10 |
| | | |||||
| * | Remove reference to bitbucket mirror. Fixes #1280. | Jason R. Coombs | 2018-02-20 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #1279 from thijstriemstra/patch-2 | Jason R. Coombs | 2018-02-20 | 1 | -0/+3 |
| |\ | | | | | enable pip cache in appveyor build | ||||
| | * | enable pip cache in appveyor build | Thijs Triemstra | 2018-02-20 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #1278 from vphilippon/fix-doc-version-spec-inconsistencies | Jason R. Coombs | 2018-02-20 | 2 | -2/+2 |
| |\ \ | |/ |/| | Fix documentation inconsistency on version specifier | ||||
| | * | Fix documentation spacing error causing wrong formatting. | Vincent Philippon | 2018-02-19 | 1 | -1/+1 |
| | | | |||||
| | * | Fix documentation inconsistency on version specifier | Vincent Philippon | 2018-02-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | The `,` is the equivalent of an "and". Also, the pkg_resources section documents and behave like this too: ``` >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('1.2.3') False >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('2.3.4') True ``` | ||||
| * | Perform marker calculation in one step | Jason R. Coombs | 2018-02-10 | 1 | -6/+6 |
| | | |||||
| * | Use partition | Jason R. Coombs | 2018-02-10 | 1 | -2/+2 |
| | | |||||
| * | Use filter | Jason R. Coombs | 2018-02-10 | 1 | -14/+13 |
| | | |||||
| * | Extract method for filtering extras | Jason R. Coombs | 2018-02-10 | 1 | -10/+24 |
| | | |||||
| * | Remove redundant initialization | Jason R. Coombs | 2018-02-10 | 1 | -1/+1 |
| | | |||||
| * | Extract method for _build_dep_map | Jason R. Coombs | 2018-02-10 | 1 | -14/+18 |
| | | |||||
| * | Add a comment | Jason R. Coombs | 2018-02-10 | 1 | -0/+4 |
| | | |||||
| * | Delint | Jason R. Coombs | 2018-02-10 | 1 | -7/+31 |
| | | |||||
| * | Prefer implied tuple. | Jason R. Coombs | 2018-02-10 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 38.5.0 → 38.5.1v38.5.1 | Jason R. Coombs | 2018-02-06 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1271. | Jason R. Coombs | 2018-02-06 | 1 | -0/+6 |
| | | |||||
| * | Revert "Prefer new_build_ext for Cython builds as recommended by Cython ↵ | Jason R. Coombs | 2018-02-06 | 1 | -1/+1 |
| | | | | | | | project. Fixes #1270." Reopens #1270. Fixes #1271. This reverts commit 038baa16016503708cf3bddcaf2f9b8d541c17bc. | ||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-02-05 | 1 | -4/+8 |
| | | |||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-02-04 | 1 | -0/+4 |
| | | |||||
| * | Bump version: 38.4.1 → 38.5.0v38.5.0 | Jason R. Coombs | 2018-02-04 | 2 | -2/+2 |
| | | |||||
| * | Unpin pytest - not sure why it was pinned. | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | | |||||
| * | Prefer new_build_ext for Cython builds as recommended by Cython project. ↵ | Jason R. Coombs | 2018-02-04 | 2 | -1/+4 |
| | | | | | Fixes #1270. | ||||
| * | Import Cython.Compiler.Main as recommended by Cython project to improve ↵ | Jason R. Coombs | 2018-02-04 | 2 | -0/+9 |
| | | | | | Cython detection. Fixes #1229. | ||||
| * | Merge pull request #1258 from dylanjw/update-doc | Jason R. Coombs | 2018-02-04 | 1 | -3/+3 |
| |\ | | | | | Reflect find_packages behavior in doc | ||||
| | * | Reflect find_packages behavior in doc | Dylan Wilson | 2018-01-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | find_packages doesnt find PEP420 packages but the documentation suggests that it does. see: pypa/setuptools#97 | ||||
| * | | Bump version: 38.4.0 → 38.4.1v38.4.1 | Jason R. Coombs | 2018-02-03 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog. | Jason R. Coombs | 2018-02-03 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #1263 from benoit-pierre/fix_python37_support | Jason R. Coombs | 2018-02-03 | 2 | -1/+5 |
| |\ \ | | | | | | | fix Python 3.7 support | ||||
| | * | | fix Python 3.7 support | Benoit Pierre | 2018-01-25 | 2 | -1/+5 |
| | |/ | | | | | | | | | - update scanning code to handle pyc header change - handle change to `Exception.__repr__` output | ||||
| * | | Merge pull request #1262 from benoit-pierre/fix_1261 | Jason R. Coombs | 2018-01-25 | 2 | -1/+46 |
| |\ \ | |/ |/| | Fix dry-run handling | ||||
| | * | Fix dry-run handling | Benoit Pierre | 2018-01-25 | 2 | -1/+46 |
| |/ | |||||
| * | Refactor to short-circuit on dry-run | Jason R. Coombs | 2018-01-20 | 1 | -7/+9 |
| | | |||||
| * | On Appveyor, omit the '1.0.' prefix on all builds. | Jason R. Coombs | 2018-01-05 | 1 | -0/+2 |
| | | |||||
| * | Bump version: 38.3.0 → 38.4.0v38.4.0 | Jason R. Coombs | 2018-01-05 | 2 | -2/+2 |
| | | |||||
| * | On further consideration, behavior change is an 0.1 bump. Ref #1231 | Jason R. Coombs | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1231 from zsimic/master | Jason R. Coombs | 2018-01-05 | 2 | -1/+5 |
| |\ | | | | | Removed warning when PYTHONDONTWRITEBYTECODE is enabled | ||||
| | * | Merge branch 'master' into master | Jason R. Coombs | 2018-01-05 | 11 | -16/+133 |
| | |\ | |/ |/| | |||||
| * | | Bump version: 38.2.5 → 38.3.0v38.3.0 | Jason R. Coombs | 2018-01-04 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog. Ref #1210. | Jason R. Coombs | 2018-01-04 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #1210 from fungi/master | Jason R. Coombs | 2018-01-04 | 6 | -1/+70 |
| |\ \ | | | | | | | Support PEP 345 Project-URL metadata | ||||
| | * | | Remove extraneous attribute copy, artifact of bad merge. | Jason R. Coombs | 2018-01-04 | 1 | -3/+0 |
| | | | | |||||
| | * | | Merge branch 'master' into master | Jason R. Coombs | 2018-01-04 | 18 | -25/+1270 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Update changelog. Ref #1207. | Jason R. Coombs | 2018-01-04 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #1207 from cryvate/fix-issue-1206 | Jason R. Coombs | 2018-01-04 | 3 | -12/+10 |
| |\ \ \ | | | | | | | | | Add setup.cfg support for long_description_content_type | ||||
