summaryrefslogtreecommitdiff
path: root/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Split setup-running and archive-extraction utilities into separate modules,PJ Eby2005-06-121-275/+29
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementPJ Eby2005-06-051-104/+104
* Partial support for autolocation of packages via link harvesting. StillPJ Eby2005-06-051-50/+173
* Fix a minor problem with -b option, and prep for 0.3a4 release.PJ Eby2005-06-041-2/+2
* Ditch outdated TODO file, move docs to a new 'EasyInstall.txt' file. FixPJ Eby2005-05-311-148/+25
* Add option to allow specifying a download/extract/build directory, whichPJ Eby2005-05-301-27/+109
* Add setup script "sandboxing" -- abort a setup script if it tries to writePJ Eby2005-05-301-8/+172
* Add SourceForge download support, graciously contributed by Ian Bicking.PJ Eby2005-05-301-15/+56
* Add subversion support, loosely based on an implementation by Ian Bicking.PJ Eby2005-05-291-35/+76
* 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
* 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-291-0/+536