aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.3a2 for releasePJ Eby2005-05-291-1/+1
* Add subversion support, loosely based on an implementation by Ian Bicking.PJ Eby2005-05-291-35/+76
* Added options to alter eggs' version number by tagging with the subversionPJ Eby2005-05-291-48/+48
* Add support for using Installer subclasses, especially ones with supportPJ Eby2005-05-291-8/+8
* Oddly enough, some setup.py files actually check __name__=='__main__'PJ Eby2005-05-291-8/+8
* Correctly recognize .egg files that are already on sys.path (or whateverPJ Eby2005-05-291-7/+9
* Handle distributions with ' ' in their namesPJ Eby2005-05-291-1/+1
* Add link to Python Eggs page in doc; fix a problem with non-standard sourcePJ Eby2005-05-291-4/+4
* Remove exemaker spew from easy_install.pyPJ Eby2005-05-291-3/+0
* Add "easy_install" script that downloads distutils source (or .egg files)PJ Eby2005-05-293-10/+547
* Add experimental 'install_data' support to 'bdist_egg'. The most commonPJ Eby2005-05-281-26/+26
* Fix some typos and a missing importPJ Eby2005-05-251-9/+9
* Implement draft support for namespace packages, both declaring themPJ Eby2005-05-251-18/+141
* Support registering distribution finders for arbitrary PEP 302 importerPJ Eby2005-05-251-5/+128
* Implement a draft version of 'find_distributions()' with hardcoded supportPJ Eby2005-05-241-77/+118
* Make AvailableDistributions check distributions for Python versionPJ Eby2005-05-231-25/+25
* Add a rough draft of Distribution.install_on(), to let others experimentPJ Eby2005-05-231-6/+6
* Add tests for AvailableDistributions().resolve(). This effectivelyPJ Eby2005-05-232-6/+47
* Added support for specifying options on requirements, so that a package'sPJ Eby2005-05-222-44/+167
* Distribution metadata parsing: distribution objects can now extract theirPJ Eby2005-05-222-96/+208
* Refine dependency resolution algorithm so it won't take exponential time,PJ Eby2005-05-222-68/+202
* Add basic "Requirement" class that can tell whether a distribution orPJ Eby2005-05-212-16/+98
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-033-91/+213
* Remove setuptools_boot.py, as it can now be trivially replaced by includingPJ Eby2005-04-032-124/+1
* Fix handling of -/_ so that they are canonicalized to '-' when doing namePJ Eby2005-04-032-5/+6
* Add a "Distribution" object that wraps a sys.path entry with metadata, andPJ Eby2005-04-032-13/+168
* Add a simple version parser that combines the pre-release smarts ofPJ Eby2005-04-022-3/+102
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-024-119/+399
* Back out the addition of bogus 'if __name__=="__main__"' block; the OnePJ Eby2005-04-011-79/+174
* Specify and implement # comments in get_metadata_linesBob Ippolito2005-03-241-7/+12
* import StringIO at module levelBob Ippolito2005-03-241-1/+4
* Reformat pkg_resources in PEP 8 styleBob Ippolito2005-03-241-182/+91
* Add a working pkg_resources implementation that handles extraction andPJ Eby2005-03-232-1/+493
* Fix bootstrap loader so extracted files don't have to be on sys.path.PJ Eby2005-03-221-2/+2
* Create stub loaders for C extensions, so that the actual dynamic libraryPJ Eby2005-03-221-5/+49
* Allow user-supplied metadata from EGG-INFO.in directory (directory name canPJ Eby2005-03-211-1/+17
* Add python version to egg filename.PJ Eby2005-03-211-2/+3
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-212-1/+153
* remove blank line pollutionFred Drake2004-06-171-33/+0
* fix to make things continue to work when we're *not* running underFred Drake2004-06-151-2/+4
* Deal with the distutils on the head; package_data may already be supported.Fred Drake2004-06-141-3/+4
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-054-249/+106
* - remove trailing blank linesFred Drake2004-04-051-3/+1
* remove trailing blank lineFred Drake2004-04-052-2/+0
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-224-25/+146
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-206-65/+147
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-1915-0/+1698