| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -13/+3 |
* | Improve backward compatibility, so that users running easy_install.py or | PJ Eby | 2005-09-24 | 1 | -16/+9 |
* | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 1 | -0/+3 |
* | Made ``easy_install`` a standard ``setuptools`` command, moving it from | PJ Eby | 2005-07-06 | 1 | -803/+2 |
* | Fix typo | PJ Eby | 2005-07-04 | 1 | -1/+1 |
* | EasyInstall/setuptools 0.5a4: significant new features, including automatic | PJ Eby | 2005-06-27 | 1 | -65/+188 |
* | 0.5a3 bugfix release | PJ Eby | 2005-06-25 | 1 | -4/+4 |
* | Add support for installing from .win32.exe's created by distutils (by | PJ Eby | 2005-06-15 | 1 | -37/+201 |
* | Add support for quiet/verbose/dry-run/optimize flags. | PJ Eby | 2005-06-14 | 1 | -58/+181 |
* | Cosmetic improvements to progress messages. | PJ Eby | 2005-06-14 | 1 | -4/+4 |
* | Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release. | PJ Eby | 2005-06-12 | 1 | -1/+1 |
* | Add script installation support. Use distutils' exceptions for option | PJ Eby | 2005-06-12 | 1 | -17/+58 |
* | Restructure easy_install as a distutils "Command" object, so that it can | PJ Eby | 2005-06-12 | 1 | -97/+138 |
* | Move package index/downloading stuff to setuptools.package_index module. | PJ Eby | 2005-06-12 | 1 | -334/+6 |
* | Rebalance responsibilities between PackageIndex, Installer, and main() so | PJ Eby | 2005-06-12 | 1 | -205/+246 |
* | Split setup-running and archive-extraction utilities into separate modules, | PJ Eby | 2005-06-12 | 1 | -275/+29 |
* | Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement | PJ Eby | 2005-06-05 | 1 | -104/+104 |
* | Partial support for autolocation of packages via link harvesting. Still | PJ Eby | 2005-06-05 | 1 | -50/+173 |
* | Fix a minor problem with -b option, and prep for 0.3a4 release. | PJ Eby | 2005-06-04 | 1 | -2/+2 |
* | Ditch outdated TODO file, move docs to a new 'EasyInstall.txt' file. Fix | PJ Eby | 2005-05-31 | 1 | -148/+25 |
* | Add option to allow specifying a download/extract/build directory, which | PJ Eby | 2005-05-30 | 1 | -27/+109 |
* | Add setup script "sandboxing" -- abort a setup script if it tries to write | PJ Eby | 2005-05-30 | 1 | -8/+172 |
* | Add SourceForge download support, graciously contributed by Ian Bicking. | PJ Eby | 2005-05-30 | 1 | -15/+56 |
* | Add subversion support, loosely based on an implementation by Ian Bicking. | PJ Eby | 2005-05-29 | 1 | -35/+76 |
* | Add support for using Installer subclasses, especially ones with support | PJ Eby | 2005-05-29 | 1 | -8/+8 |
* | Oddly enough, some setup.py files actually check __name__=='__main__' | PJ Eby | 2005-05-29 | 1 | -8/+8 |
* | Add link to Python Eggs page in doc; fix a problem with non-standard source | PJ Eby | 2005-05-29 | 1 | -4/+4 |
* | Remove exemaker spew from easy_install.py | PJ Eby | 2005-05-29 | 1 | -3/+0 |
* | Add "easy_install" script that downloads distutils source (or .egg files) | PJ Eby | 2005-05-29 | 1 | -0/+536 |