Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to 8.3 in preparation for next release.8.3 | Jason R. Coombs | 2014-12-24 | 2 | -2/+2 |
| | |||||
* | Update changelog | Jason R. Coombs | 2014-12-24 | 1 | -0/+7 |
| | |||||
* | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵ | Jason R. Coombs | 2014-12-24 | 4 | -21/+13 |
| | | | | behavior around resolution of that package. | ||||
* | Move vendored packaging module into pkg_resources._vendor, restoring ↵ | Jason R. Coombs | 2014-12-24 | 12 | -10/+10 |
| | | | | independence of pkg_resources from setuptools. Fixes #311. | ||||
* | Moved pkg_resources into its own package. | Jason R. Coombs | 2014-12-24 | 3 | -1/+2 |
| | |||||
* | Add test making explicit the expectation that pkg_resources shouldn't import ↵ | Jason R. Coombs | 2014-12-24 | 1 | -0/+20 |
| | | | | setuptools (or be dependent on it in any way). Ref #311. | ||||
* | Force list type for easy concatenation. | Jason R. Coombs | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | Add comments for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -0/+2 |
| | |||||
* | Extract logic for getting the extensions for outputs. | Jason R. Coombs | 2014-12-23 | 1 | -4/+7 |
| | |||||
* | Collapse two generator expressions. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | Use itertools.product to pair each base with each extension. | Jason R. Coombs | 2014-12-23 | 1 | -5/+7 |
| | |||||
* | Extract method for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -1/+4 |
| | |||||
* | Rewrite function to use extend and a generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -5/+4 |
| | |||||
* | Reindent | Jason R. Coombs | 2014-12-23 | 1 | -5/+5 |
| | |||||
* | Extract filtering of extensions that need stubs. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | Rewrite short-circuit for/if/else loop as any on generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | |||||
* | Extract variable for simplicity of indentation. | Jason R. Coombs | 2014-12-23 | 1 | -3/+2 |
| | |||||
* | Extract variables for clarity and simpler indentation. | Jason R. Coombs | 2014-12-23 | 1 | -4/+4 |
| | |||||
* | Define if_dl using simple lambda. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | |||||
* | Use hasattr per recommendation in docs for dl. | Jason R. Coombs | 2014-12-23 | 1 | -4/+2 |
| | |||||
* | Bumped to 8.2.2 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | |||||
* | Added tag 8.2.1 for changeset efbe39dae0ab | Jason R. Coombs | 2014-12-18 | 1 | -0/+1 |
| | |||||
* | Bumped to 8.2.1 in preparation for next release.8.2.1 | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | |||||
* | Update changelog; fixes #306. | Jason R. Coombs | 2014-12-18 | 1 | -0/+7 |
| | |||||
* | Merge pull request #23 from dstufft/silence-pep440-warnings | Jason R. Coombs | 2014-12-18 | 2 | -0/+12 |
|\ | | | | | Silence PEP440Warning by default unless invoking easy_install | ||||
| * | Silence PEP440Warning by default unless invoking easy_install | Donald Stufft | 2014-12-18 | 2 | -0/+12 |
|/ | |||||
* | Bumped to 8.3 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | |||||
* | Added tag 8.2 for changeset 995f6d965131 | Jason R. Coombs | 2014-12-18 | 1 | -0/+1 |
| | |||||
* | Merge with 8.18.2 | Jason R. Coombs | 2014-12-18 | 8 | -51/+80 |
|\ | |||||
| * | Bumped to 8.2 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.1 for changeset 3f87370b6863 | Jason R. Coombs | 2014-12-18 | 1 | -0/+1 |
| | | |||||
| * | Bumped to 8.1 in preparation for next release.8.1 | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2014-12-18 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #22 from dstufft/upgrade-packaging | Jason R. Coombs | 2014-12-18 | 3 | -39/+39 |
| |\ | | | | | | | Upgrade packaging to 14.5 | ||||
| | * | Upgrade packaging to 14.5 | Donald Stufft | 2014-12-17 | 3 | -39/+39 |
| | | | | | | | | | | | | * Normalizes release candidates to 1.0rc1 instead of 1.0c1 | ||||
| * | | Merge pull request #21 from dstufft/subclass-warning | Jason R. Coombs | 2014-12-18 | 1 | -1/+11 |
| |\ \ | | | | | | | | | Add a PEP440Warning to make it easier to silence these warnings | ||||
| | * | | Add a PEP440Warning to make it easier to silence these warnings | Donald Stufft | 2014-12-18 | 1 | -1/+11 |
| |/ / | |||||
| * | | Merge pull request #20 from dstufft/dont-warn-empty | Jason R. Coombs | 2014-12-18 | 1 | -9/+17 |
| |\ \ | | |/ | |/| | Don't warn on empty non PEP 440 versions | ||||
| | * | Don't warn on empty non PEP 440 versions | Donald Stufft | 2014-12-17 | 1 | -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.4 | Jason R. Coombs | 2014-12-15 | 5 | -3/+14 |
|\| | |||||
| * | Correct syntax error in docs. | Jason R. Coombs | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 8.0.5 in preparation for next release. | Jason R. Coombs | 2014-12-15 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.0.4 for changeset 2c467afffe9f | Jason R. Coombs | 2014-12-15 | 1 | -0/+1 |
| | | |||||
| * | Update changelog8.0.4 | Jason R. Coombs | 2014-12-15 | 1 | -0/+10 |
| | | |||||
| * | Upgrade packaging to 14.4 | Donald Stufft | 2014-12-15 | 3 | -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 legacy | Donald Stufft | 2014-12-13 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #19 from dstufft/upgrade-packaging | Jason R. Coombs | 2014-12-15 | 3 | -6/+8 |
|\ \ | | | | | | | Upgrade packaging to 14.4 | ||||
| * | | Upgrade packaging to 14.4 | Donald Stufft | 2014-12-15 | 3 | -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-warning | Jason R. Coombs | 2014-12-15 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | Add a warning when version is parsed as legacy | ||||
| * | | Add a warning when version is parsed as legacy | Donald Stufft | 2014-12-13 | 1 | -0/+11 |
| | | |