summaryrefslogtreecommitdiff
path: root/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-13/+3
* Improve backward compatibility, so that users running easy_install.py orPJ Eby2005-09-241-16/+9
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-0/+3
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-803/+2
* Fix typoPJ Eby2005-07-041-1/+1
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-65/+188
* 0.5a3 bugfix releasePJ Eby2005-06-251-4/+4
* Add support for installing from .win32.exe's created by distutils (byPJ Eby2005-06-151-37/+201
* Add support for quiet/verbose/dry-run/optimize flags.PJ Eby2005-06-141-58/+181
* Cosmetic improvements to progress messages.PJ Eby2005-06-141-4/+4
* Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.PJ Eby2005-06-121-1/+1
* Add script installation support. Use distutils' exceptions for optionPJ Eby2005-06-121-17/+58
* Restructure easy_install as a distutils "Command" object, so that it canPJ Eby2005-06-121-97/+138
* Move package index/downloading stuff to setuptools.package_index module.PJ Eby2005-06-121-334/+6
* Rebalance responsibilities between PackageIndex, Installer, and main() soPJ Eby2005-06-121-205/+246
* 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