summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add vendored dependenciesfeature/vendor-pkg-resourcesJason R. Coombs2018-03-1815-0/+12513
* Merge branch 'master' into feature/vendor-pkg-resourcesJason R. Coombs2018-03-1715-3732/+363
|\
| * Update changelog. Fixes #1296.Jason R. Coombs2018-03-171-0/+3
| * Extract common functionality into reusable functionsJason R. Coombs2018-03-173-33/+24
| * Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-1722-22/+8370
| * Copy VendorImporter. Ref #1296.Jason R. Coombs2018-03-171-1/+70
| * DelintJason R. Coombs2018-03-171-5/+10
| * Remove SetuptoolsVersion and SetuptoolsLegacyVersion. Ref #296.Jason R. Coombs2018-03-172-109/+12
| * Extract version comparisons as pytest parameters.Jason R. Coombs2018-03-171-84/+51
| * Rely on stdlib to decode entities.Jason R. Coombs2018-03-172-15/+11
| * Use six for splituserJason R. Coombs2018-03-171-7/+2
| * Bump version: 38.6.1 → 38.7.0v38.7.0Jason R. Coombs2018-03-172-2/+2
| * Merge pull request #1294 from pganssle/maintainer_authorJason R. Coombs2018-03-173-12/+119
| |\
| | * Update changelog.Jason R. Coombs2018-03-171-0/+5
| | * Merge branch 'master' into HEADJason R. Coombs2018-03-175-3/+28
| | |\ | | |/ | |/|
| * | Bump version: 38.6.0 → 38.6.1v38.6.1Jason R. Coombs2018-03-172-2/+2
| * | Update changelog. Ref #1293.Jason R. Coombs2018-03-171-0/+6
| * | Merge pull request #1293 from wimglenn/no_empty_string_extraJason R. Coombs2018-03-172-1/+20
| |\ \
| | * | address review comments and squash the empty string extra earlierwim glenn2018-03-161-3/+4
| | * | fix for regression - spurious "Provides-Extra:" generated in metadatawim glenn2018-03-161-1/+2
| | * | provide a failing test case for regression introduced in b2ea3c4a - spurious ...wim glenn2018-03-161-0/+17
| |/ /
| | * Add support for maintainer in PKG-INFOPaul Ganssle2018-03-162-12/+114
| |/
| * Bump version: 38.5.2 → 38.6.0v38.6.0Jason R. Coombs2018-03-152-2/+2
| * Merge pull request #1286 from di/pep-566-updatesJason R. Coombs2018-03-154-4/+48
| |\
| | * Update CHANGES.rstJason R. Coombs2018-03-151-2/+2
| | * Add changelog entryDustin Ingram2018-03-151-0/+5
| | * Updates for PEP 566 (Metadata 2.1)Dustin Ingram2018-03-143-4/+43
| |/
| * Merge pull request #1287 from djpugh/feature/package_data_docs_updateJason R. Coombs2018-03-081-1/+9
| |\
| | * Add some commas.Jason R. Coombs2018-03-081-3/+3
| | * Updated package_data documentationDavid Pugh2018-03-081-1/+9
| |/
* | Initial work to support vendored pkg_resources.Jason R. Coombs2018-03-0653-10547/+104
|/
* Feed the hobgoblins (delint).Jason R. Coombs2018-03-065-18/+42
* 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