summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Catch a few missed terminology changes.PJ Eby2005-07-181-11/+11
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-183-37/+2707
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-1/+1
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-5/+5
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-5/+5
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementPJ Eby2005-06-051-6/+13
* Add "safe_name" and "safe_version" functions to allow sanitizing ofPJ Eby2005-06-051-15/+15
* Make ``AvailableDistributions`` keep track of the desired platform/python.PJ Eby2005-06-051-1/+1
* Add tests for AvailableDistributions().resolve(). This effectivelyPJ Eby2005-05-231-0/+41
* Added support for specifying options on requirements, so that a package'sPJ Eby2005-05-221-3/+44
* Distribution metadata parsing: distribution objects can now extract theirPJ Eby2005-05-221-67/+108
* Refine dependency resolution algorithm so it won't take exponential time,PJ Eby2005-05-221-10/+51
* Add basic "Requirement" class that can tell whether a distribution orPJ Eby2005-05-211-3/+44
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-031-6/+47
* Fix handling of -/_ so that they are canonicalized to '-' when doing namePJ Eby2005-04-031-2/+2
* Add a "Distribution" object that wraps a sys.path entry with metadata, andPJ Eby2005-04-031-5/+78
* Add a simple version parser that combines the pre-release smarts ofPJ Eby2005-04-021-0/+58
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-022-6/+39
* Back out the addition of bogus 'if __name__=="__main__"' block; the OnePJ Eby2005-04-011-79/+174
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-166/+71
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-221-21/+21
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-14/+55
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+410