summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-261-0/+6
|\
| * Make egg_info command write out setup requirementsRichard Ipsum2014-11-031-0/+6
* | Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-1/+1
* | Bumped to 8.4 in preparation for next release.Jason R. Coombs2014-12-241-1/+1
* | Bumped to 8.3 in preparation for next release.8.3Jason R. Coombs2014-12-241-1/+1
* | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...Jason R. Coombs2014-12-243-18/+5
* | Move vendored packaging module into pkg_resources._vendor, restoring independ...Jason R. Coombs2014-12-2411-1291/+7
* | 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-181-1/+1
* | Bumped to 8.2.1 in preparation for next release.8.2.1Jason R. Coombs2014-12-181-1/+1
* | Silence PEP440Warning by default unless invoking easy_installDonald Stufft2014-12-181-0/+5
* | Bumped to 8.3 in preparation for next release.Jason R. Coombs2014-12-181-1/+1
* | Merge with 8.18.2Jason R. Coombs2014-12-184-40/+40
|\ \
| * | Bumped to 8.2 in preparation for next release.Jason R. Coombs2014-12-181-1/+1
| * | Bumped to 8.1 in preparation for next release.8.1Jason R. Coombs2014-12-181-1/+1
| * | Upgrade packaging to 14.5Donald Stufft2014-12-173-39/+39
* | | Merge with 8.0.4Jason R. Coombs2014-12-151-1/+1
|\ \ \ | |/ /
| * | Bumped to 8.0.5 in preparation for next release.Jason R. Coombs2014-12-151-1/+1
| * | Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
* | | Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
* | | Merge with 8.0.3Jason R. Coombs2014-12-151-1/+1
|\ \ \ | |/ /
| * | Bumped to 8.0.4 in preparation for next release.Jason R. Coombs2014-12-151-1/+1
| * | Define a __hash__ on the packaging.version.Version subclassesDonald Stufft2014-12-151-0/+10
* | | Define a __hash__ on the packaging.version.Version subclassesDonald Stufft2014-12-151-0/+10
* | | Merge with 8.0.2Jason R. Coombs2014-12-141-1/+1
|\ \ \ | |/ /
| * | Bumped to 8.0.3 in preparation for next release.Jason R. Coombs2014-12-141-1/+1
| * | Add more compatability shims to SetuptoolsVersionDonald Stufft2014-12-141-0/+21
* | | Add more compatability shims to SetuptoolsVersionDonald Stufft2014-12-141-0/+21
* | | Merge with 8.0.1Jason R. Coombs2014-12-131-1/+1
|\ \ \ | |/ /
| * | Bumped to 8.0.2 in preparation for next release.Jason R. Coombs2014-12-131-1/+1
| * | Bumped to 8.0.1 in preparation for next release.8.0.1Jason R. Coombs2014-12-131-1/+1
| * | Restore iterating over Version objects for compat with buildoutDonald Stufft2014-12-131-0/+19
* | | Restore iterating over Version objects for compat with buildoutDonald Stufft2014-12-131-0/+19
* | | Use os.pathsep. Fixes failure on Windows8.1b1Jason R. Coombs2014-12-131-1/+1
* | | Move invocation bypass into function itself, pertinent to the docstring.Jason R. Coombs2014-12-131-2/+5
* | | Extract variables to capture substeps.Jason R. Coombs2014-12-131-3/+3
* | | Remove superfluous list construction.Jason R. Coombs2014-12-131-2/+2