summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use another variable name to avoid masking prior value.Jason R. Coombs2018-03-181-2/+2
| * | Use filter to filter blank linesJason R. Coombs2018-03-181-1/+3
| * | Open metadata file with UTF-8 decoding.Jason R. Coombs2018-03-181-1/+3
| * | DelintJason R. Coombs2018-03-182-12/+24
| * | Use unicode literalsJason R. Coombs2018-03-181-2/+5
| * | When possible, avoid test-specific interfaces in production code.Jason R. Coombs2018-03-181-1/+1
| * | Fix issue with unicode author/maintainer on PY2Paul Ganssle2018-03-171-4/+10
| * | Make dist test fail under unicodePaul Ganssle2018-03-171-8/+10
|/ /
* | Bump version: 38.7.0 → 39.0.0v39.0.0Jason R. Coombs2018-03-172-2/+2
* | 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
|/
* 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