| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #106 from Richard Ipsum. | Jason R. Coombs | 2014-12-26 | 1 | -0/+6 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Make egg_info command write out setup requirements | Richard Ipsum | 2014-11-03 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes the egg_info command write out setup requirements as well as install requirements, setup requirements are written to a setup_requires.txt file. The commit adds a new function write_setup_requirements which uses the existing _write_requirements function to write setup requirements out to a file and adds a new entry point to the egg_info.writers group. | |||||
| * | | | Move api_tests to pkg_resources package. Fixes #312. | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Bumped to 8.4 in preparation for next release. | Jason R. Coombs | 2014-12-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped to 8.3 in preparation for next release.8.3 | Jason R. Coombs | 2014-12-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵ | Jason R. Coombs | 2014-12-24 | 3 | -18/+5 | |
| | | | | | | | | | behavior around resolution of that package. | |||||
| * | | Move vendored packaging module into pkg_resources._vendor, restoring ↵ | Jason R. Coombs | 2014-12-24 | 11 | -1291/+7 | |
| | | | | | | | | | independence of pkg_resources from setuptools. Fixes #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 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped to 8.2.1 in preparation for next release.8.2.1 | Jason R. Coombs | 2014-12-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Silence PEP440Warning by default unless invoking easy_install | Donald Stufft | 2014-12-18 | 1 | -0/+5 | |
| | | | ||||||
| * | | Bumped to 8.3 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge with 8.18.2 | Jason R. Coombs | 2014-12-18 | 4 | -40/+40 | |
| |\ \ | ||||||
| | * | | Bumped to 8.2 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Bumped to 8.1 in preparation for next release.8.1 | Jason R. Coombs | 2014-12-18 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Upgrade packaging to 14.5 | Donald Stufft | 2014-12-17 | 3 | -39/+39 | |
| | | | | | | | | | | | | | * Normalizes release candidates to 1.0rc1 instead of 1.0c1 | |||||
| * | | | Merge with 8.0.4 | 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 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | 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. | |||||
| * | | | 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 with 8.0.3 | Jason R. Coombs | 2014-12-15 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Bumped to 8.0.4 in preparation for next release. | Jason R. Coombs | 2014-12-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Define a __hash__ on the packaging.version.Version subclasses | Donald Stufft | 2014-12-15 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable. | |||||
| * | | | Define a __hash__ on the packaging.version.Version subclasses | Donald Stufft | 2014-12-15 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable. | |||||
| * | | | Merge with 8.0.2 | Jason R. Coombs | 2014-12-14 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Bumped to 8.0.3 in preparation for next release. | Jason R. Coombs | 2014-12-14 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add more compatability shims to SetuptoolsVersion | Donald Stufft | 2014-12-14 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | * Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning. | |||||
| * | | | Add more compatability shims to SetuptoolsVersion | Donald Stufft | 2014-12-14 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | * Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning. | |||||
| * | | | Merge with 8.0.1 | Jason R. Coombs | 2014-12-13 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Bumped to 8.0.2 in preparation for next release. | Jason R. Coombs | 2014-12-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Bumped to 8.0.1 in preparation for next release.8.0.1 | Jason R. Coombs | 2014-12-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Restore iterating over Version objects for compat with buildout | Donald Stufft | 2014-12-13 | 1 | -0/+19 | |
| | | | | ||||||
| * | | | Restore iterating over Version objects for compat with buildout | Donald Stufft | 2014-12-13 | 1 | -0/+19 | |
| | | | | ||||||
| * | | | Use os.pathsep. Fixes failure on Windows8.1b1 | Jason R. Coombs | 2014-12-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Move invocation bypass into function itself, pertinent to the docstring. | Jason R. Coombs | 2014-12-13 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Extract variables to capture substeps. | Jason R. Coombs | 2014-12-13 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Remove superfluous list construction. | Jason R. Coombs | 2014-12-13 | 1 | -2/+2 | |
| | | | | ||||||
