aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 8.3 in preparation for next release.8.3Jason R. Coombs2014-12-242-2/+2
|
* Update changelogJason R. Coombs2014-12-241-0/+7
|
* Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵Jason R. Coombs2014-12-244-21/+13
| | | | behavior around resolution of that package.
* Move vendored packaging module into pkg_resources._vendor, restoring ↵Jason R. Coombs2014-12-2412-10/+10
| | | | independence of pkg_resources from setuptools. Fixes #311.
* Moved pkg_resources into its own package.Jason R. Coombs2014-12-243-1/+2
|
* Add test making explicit the expectation that pkg_resources shouldn't import ↵Jason R. Coombs2014-12-241-0/+20
| | | | setuptools (or be dependent on it in any way). Ref #311.
* Force list type for easy concatenation.Jason R. Coombs2014-12-231-1/+1
|
* Add comments for clarity.Jason R. Coombs2014-12-231-0/+2
|
* Extract logic for getting the extensions for outputs.Jason R. Coombs2014-12-231-4/+7
|
* Collapse two generator expressions.Jason R. Coombs2014-12-231-2/+2
|
* Use itertools.product to pair each base with each extension.Jason R. Coombs2014-12-231-5/+7
|
* Extract method for clarity.Jason R. Coombs2014-12-231-1/+4
|
* Rewrite function to use extend and a generator expression.Jason R. Coombs2014-12-231-5/+4
|
* ReindentJason R. Coombs2014-12-231-5/+5
|
* Extract filtering of extensions that need stubs.Jason R. Coombs2014-12-231-2/+2
|
* Rewrite short-circuit for/if/else loop as any on generator expression.Jason R. Coombs2014-12-231-4/+1
|
* Extract variable for simplicity of indentation.Jason R. Coombs2014-12-231-3/+2
|
* Extract variables for clarity and simpler indentation.Jason R. Coombs2014-12-231-4/+4
|
* Define if_dl using simple lambda.Jason R. Coombs2014-12-231-4/+1
|
* Use hasattr per recommendation in docs for dl.Jason R. Coombs2014-12-231-4/+2
|
* Bumped to 8.2.2 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
|
* Added tag 8.2.1 for changeset efbe39dae0abJason R. Coombs2014-12-181-0/+1
|
* Bumped to 8.2.1 in preparation for next release.8.2.1Jason R. Coombs2014-12-182-2/+2
|
* Update changelog; fixes #306.Jason R. Coombs2014-12-181-0/+7
|
* Merge pull request #23 from dstufft/silence-pep440-warningsJason R. Coombs2014-12-182-0/+12
|\ | | | | Silence PEP440Warning by default unless invoking easy_install
| * Silence PEP440Warning by default unless invoking easy_installDonald Stufft2014-12-182-0/+12
|/
* Bumped to 8.3 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
|
* Added tag 8.2 for changeset 995f6d965131Jason R. Coombs2014-12-181-0/+1
|
* Merge with 8.18.2Jason R. Coombs2014-12-188-51/+80
|\
| * Bumped to 8.2 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
| |
| * Added tag 8.1 for changeset 3f87370b6863Jason R. Coombs2014-12-181-0/+1
| |
| * Bumped to 8.1 in preparation for next release.8.1Jason R. Coombs2014-12-182-2/+2
| |
| * Update changelogJason R. Coombs2014-12-181-0/+10
| |
| * Merge pull request #22 from dstufft/upgrade-packagingJason R. Coombs2014-12-183-39/+39
| |\ | | | | | | Upgrade packaging to 14.5
| | * Upgrade packaging to 14.5Donald Stufft2014-12-173-39/+39
| | | | | | | | | | | | * Normalizes release candidates to 1.0rc1 instead of 1.0c1
| * | Merge pull request #21 from dstufft/subclass-warningJason R. Coombs2014-12-181-1/+11
| |\ \ | | | | | | | | Add a PEP440Warning to make it easier to silence these warnings
| | * | Add a PEP440Warning to make it easier to silence these warningsDonald Stufft2014-12-181-1/+11
| |/ /
| * | Merge pull request #20 from dstufft/dont-warn-emptyJason R. Coombs2014-12-181-9/+17
| |\ \ | | |/ | |/| Don't warn on empty non PEP 440 versions
| | * Don't warn on empty non PEP 440 versionsDonald Stufft2014-12-171-9/+17
| |/ | | | | | | | | | | Empty versions which are not PEP 440 are more likely to be the fault of setuptools internals rather than anything a user has done so these warnings are needless spam in that situation.
* | Merge with 8.0.4Jason R. Coombs2014-12-155-3/+14
|\|
| * Correct syntax error in docs.Jason R. Coombs2014-12-151-1/+1
| |
| * Bumped to 8.0.5 in preparation for next release.Jason R. Coombs2014-12-152-2/+2
| |
| * Added tag 8.0.4 for changeset 2c467afffe9fJason R. Coombs2014-12-151-0/+1
| |
| * Update changelog8.0.4Jason R. Coombs2014-12-151-0/+10
| |
| * Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
| | | | | | | | | | | | This fixes an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal.
| * Add a warning when version is parsed as legacyDonald Stufft2014-12-131-0/+11
| |
* | Merge pull request #19 from dstufft/upgrade-packagingJason R. Coombs2014-12-153-6/+8
|\ \ | | | | | | Upgrade packaging to 14.4
| * | Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
| | | | | | | | | | | | | | | | | | This fixes an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal.
* | | Merge pull request #15 from dstufft/add-warningJason R. Coombs2014-12-151-0/+11
|\ \ \ | |/ / |/| | Add a warning when version is parsed as legacy
| * | Add a warning when version is parsed as legacyDonald Stufft2014-12-131-0/+11
| | |