aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 20.4 for changeset 06692c64fb9bJason R. Coombs2016-03-291-0/+1
|
* Bumped to 20.4 in preparation for next release.20.4Jason R. Coombs2016-03-291-1/+1
|
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-2911-62/+74
|
* Extract decision point into a variableJason R. Coombs2016-03-281-4/+2
|
* Rename variables for clarity and easier troubleshooting (avoid masking ↵Jason R. Coombs2016-03-201-3/+4
| | | | intermediate 'parts' value).
* Merged in koterpillar/setuptools (pull request #183)Jason R. Coombs2016-03-201-55/+43
|\ | | | | | | Remove CVS and Subversion references in include_package_data docs
| * Point towards SCM plugins for including source filesAlexey Kotlyarov2016-03-201-7/+21
| |
| * Remove CVS and Subversion references in include_package_data docsAlexey Kotlyarov2016-03-171-61/+35
| |
* | Bumped to 20.3.2 in preparation for next release.Jason R. Coombs2016-03-181-1/+1
| |
* | Added tag 20.3.1 for changeset 3e87e975a95cJason R. Coombs2016-03-181-0/+1
| |
* | Bumped to 20.3.1 in preparation for next release.20.3.1Jason R. Coombs2016-03-181-1/+1
| |
* | Update changelogJason R. Coombs2016-03-181-0/+2
| |
* | Merged in stevenk_/setuptools (pull request #184)Jason R. Coombs2016-03-181-14/+13
|\ \ | | | | | | | | | Update documentation for ``Requirement``.
| * | Update documentation for ``Requirement``.Steve Kowalik2016-03-181-14/+13
| |/
* | Update changelogJason R. Coombs2016-03-181-0/+6
| |
* | Merged in ↵Jason R. Coombs2016-03-181-0/+2
|\ \ | |/ |/| | | | | | | | | agronholm/setuptools/agronholm/remove-the-import-hook-when-unloading-th-1458177009332 (pull request #182) . Fixes #519. Remove the import hook when unloading the old pkg_resources modules
| * Safer way to remove the import hookAlex Grönholm2016-03-171-4/+1
| | | | | | | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
| * Remove the import hook when unloading the old pkg_resources modulesAlex Grönholm2016-03-171-0/+5
|/ | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
* Bumped to 20.4 in preparation for next release.Jason R. Coombs2016-03-151-1/+1
|
* Added tag 20.3 for changeset 9c55a3a1268aJason R. Coombs2016-03-151-0/+1
|
* Bumped to 20.3 in preparation for next release.20.3Jason R. Coombs2016-03-151-1/+1
|
* Update changelogJason R. Coombs2016-03-151-0/+10
|
* Add in a test that checks comparsion of Requirement with markersSteve Kowalik2016-03-081-0/+22
|
* Add in safe_name for project_name, which disappeared in my refactor.Steve Kowalik2016-03-071-1/+2
|
* Change pkg_resources.Requirement to be a subclass of packagingSteve Kowalik2016-03-073-16/+9
|
* Shift requirement parsing inside RequirementSteve Kowalik2016-03-014-41/+35
|
* Bumped to 20.2.3 in preparation for next release.Jason R. Coombs2016-02-271-1/+1
|
* Added tag 20.2.2 for changeset 48aa5271ef1cJason R. Coombs2016-02-271-0/+1
|
* Ignore pavement.py20.2.2Jason R. Coombs2016-02-271-1/+1
|
* Update changelogJason R. Coombs2016-02-271-0/+6
|
* Bump vendored packaging to 16.5. Fixes #502.Jason R. Coombs2016-02-274-8/+8
|
* Re-run vendoring on packaging 16.4 (adding utils.py module, apparently omitted).Jason R. Coombs2016-02-271-0/+14
|
* Replace makefile with pavement file, granting portability on OS X and ↵Jason R. Coombs2016-02-272-11/+28
| | | | Windows. Fixes #505.
* Add test capturing expectation that spaces between version specifiers should ↵Jason R. Coombs2016-02-251-0/+4
| | | | be allowed. Ref #502.
* Bumped to 20.2.2 in preparation for next release.Jason R. Coombs2016-02-241-1/+1
|
* Added tag 20.2.1 for changeset 1aacb05fbdfeJason R. Coombs2016-02-241-0/+1
|
* Bumped to 20.2.1 in preparation for next release.20.2.1Jason R. Coombs2016-02-241-1/+1
|
* Update changelogJason R. Coombs2016-02-241-0/+6
|
* Update to packaging 16.4. Fixes #499.Steve Kowalik2016-02-234-6/+8
|
* Add test capturing previously allowed usage. Ref #499.Jason R. Coombs2016-02-191-0/+3
|
* Update changelog to reflect new findings.Jason R. Coombs2016-02-191-1/+6
|
* Bumped to 20.3 in preparation for next release.Jason R. Coombs2016-02-191-1/+1
|
* Added tag 20.2 for changeset 74c4ffbe1f39Jason R. Coombs2016-02-191-0/+1
|
* Bumped to 20.2 in preparation for next release.20.2Jason R. Coombs2016-02-191-1/+1
|
* Merge pull request series from Steve Kowalik for updated and unified marker ↵Jason R. Coombs2016-02-1922-638/+4332
|\ | | | | | | implementation. Fixes #122.
| * Update changelogJason R. Coombs2016-02-191-0/+2
| |
| * Fix typo, correcting failures on late Pythons when mock is not already ↵Jason R. Coombs2016-02-191-1/+1
| | | | | | | | installed.
| * Correct tests under both Python 2 and 3.Steve Kowalik2016-02-192-4/+4
| |
| * Merge from master, resolving conflicts.Steve Kowalik2016-02-1632-735/+563
| |\
| * | Correct tests after the move to packaging 16.1.Steve Kowalik2016-02-093-17/+17
| | |