summaryrefslogtreecommitdiff
path: root/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-191-1/+0
* First round of prepping setuptools for inclusion in Python 2.5: move phillip.eby2006-04-141-12/+3
* Improve backward compatibility, so that users running easy_install.py orpje2005-09-241-16/+9
* Added support to solve the infamous "we want .py on Windows, nopje2005-09-171-0/+3
* Made ``easy_install`` a standard ``setuptools`` command, moving it frompje2005-07-061-803/+2
* Fix typopje2005-07-041-1/+1
* EasyInstall/setuptools 0.5a4: significant new features, including automaticpje2005-06-271-65/+188
* 0.5a3 bugfix releasepje2005-06-251-4/+4
* Add support for installing from .win32.exe's created by distutils (bypje2005-06-151-37/+201
* Add support for quiet/verbose/dry-run/optimize flags.pje2005-06-141-58/+181
* Cosmetic improvements to progress messages.pje2005-06-141-4/+4
* Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.pje2005-06-121-1/+1
* Add script installation support. Use distutils' exceptions for optionpje2005-06-121-17/+58
* Restructure easy_install as a distutils "Command" object, so that it canpje2005-06-121-97/+138
* Move package index/downloading stuff to setuptools.package_index module.pje2005-06-121-334/+6
* Rebalance responsibilities between PackageIndex, Installer, and main() sopje2005-06-121-205/+246
* Split setup-running and archive-extraction utilities into separate modules,pje2005-06-121-275/+29
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementpje2005-06-051-104/+104
* Partial support for autolocation of packages via link harvesting. Stillpje2005-06-051-50/+173
* Fix a minor problem with -b option, and prep for 0.3a4 release.pje2005-06-041-2/+2
* Ditch outdated TODO file, move docs to a new 'EasyInstall.txt' file. Fixpje2005-05-311-148/+25
* Add option to allow specifying a download/extract/build directory, whichpje2005-05-301-27/+109
* Add setup script "sandboxing" -- abort a setup script if it tries to writepje2005-05-301-8/+172
* Add SourceForge download support, graciously contributed by Ian Bicking.pje2005-05-301-15/+56
* Add subversion support, loosely based on an implementation by Ian Bicking.pje2005-05-291-35/+76
* Add support for using Installer subclasses, especially ones with supportpje2005-05-291-8/+8
* Oddly enough, some setup.py files actually check __name__=='__main__'pje2005-05-291-8/+8
* Add link to Python Eggs page in doc; fix a problem with non-standard sourcepje2005-05-291-4/+4
* Remove exemaker spew from easy_install.pypje2005-05-291-3/+0
* Add "easy_install" script that downloads distutils source (or .egg files)pje2005-05-291-0/+536