| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch globals in a function. This technique bypasses the linter warnings ↵ | Jason R. Coombs | 2014-05-17 | 1 | -5/+16 |
| | | | | | about the names not being present, and allows for better documentation. | ||||
| * | Fix NameError (is this code ever used?). | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Modernize syntax | Jason R. Coombs | 2014-05-17 | 1 | -59/+16 |
| | | |||||
| * | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -2/+2 |
| | | |||||
| * | Fix http://bugs.python.org/setuptools/issue31 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -6/+6 |
| | | |||||
| * | Flesh out 'depends' command to display dependencies' status, and halt if | PJ Eby | 2004-03-20 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | all requirements aren't met. (Also, check planned install location for the dependencies, as well as checking sys.path.) Also: * Allow 'Feature()' objects to include 'Require()' objects, so that dependencies can be optional * 'Require()' objects can set a homepage, whose URL will be displayed by the 'depends' command if the dependency needs to be installed. * Misc. fixes/refactoring of version validation to properly handle "unknown" versions, and to decouple version fetching from version checking. * Updated TODO to remove various completed items. | ||||
| * | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 1 | -0/+246 |
