| Commit message (Expand) | Author | Age | Files | Lines |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -1/+1 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -0/+16 |
| * | Added ``--site-dirs`` option to allow adding custom "site" directories. | PJ Eby | 2005-07-16 | 1 | -0/+30 |
| * | prep for 0.5a13 release | PJ Eby | 2005-07-16 | 1 | -1/+1 |
| * | Fix formatting error. | PJ Eby | 2005-07-15 | 1 | -1/+1 |
| * | Prep for 0.5a12 release; update docs. | PJ Eby | 2005-07-13 | 1 | -1/+9 |
| * | Fix breakage of the "develop" command that was caused by the addition of | PJ Eby | 2005-07-12 | 1 | -1/+1 |
| * | Drop links to the Windows installer; it was installing an "unmanaged" | PJ Eby | 2005-07-12 | 1 | -6/+3 |
| * | Bump version #. | PJ Eby | 2005-07-12 | 1 | -2/+2 |
| * | Fix bugs and implement features reported/requested by folks on the | PJ Eby | 2005-07-12 | 1 | -9/+19 |
| * | Update to 0.5a9, add zip_safe flag, and fix a doc error. | PJ Eby | 2005-07-11 | 1 | -2/+2 |
| * | Enhanced "zip safety" analysis (including scan of win32.exe's) and have | PJ Eby | 2005-07-11 | 1 | -21/+76 |
| * | Add an example of using the new "directory w/setup.py" feature | PJ Eby | 2005-07-10 | 1 | -0/+5 |
| * | Allow EasyInstall to accept a directory containing a setup script as one | PJ Eby | 2005-07-10 | 1 | -0/+3 |
| * | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 1 | -0/+61 |
| * | Doc and other updates for 0.5a8 release. Add project aliases for source | PJ Eby | 2005-07-08 | 1 | -3/+14 |
| * | Partial first draft documentation for setuptools. Split revision history | PJ Eby | 2005-07-08 | 1 | -156/+8 |
| * | Added support for defining command aliases in distutils configuration | PJ Eby | 2005-07-08 | 1 | -1/+7 |
| * | * Added "rotate" command to delete old distribution files, given a set of | PJ Eby | 2005-07-08 | 1 | -0/+19 |
| * | Add upload support to setuptools, and make default downloads of setuptools | PJ Eby | 2005-07-07 | 1 | -6/+8 |
| * | Bump release version | PJ Eby | 2005-07-07 | 1 | -4/+4 |
| * | Update revision history. | PJ Eby | 2005-07-07 | 1 | -0/+16 |
| * | Add a note about interaction between exemaker and easy_install | PJ Eby | 2005-07-07 | 1 | -0/+10 |
| * | Bump version to 0.5a5. | PJ Eby | 2005-07-06 | 1 | -4/+4 |
| * | Added ``develop`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 1 | -2/+9 |
| * | Made ``easy_install`` a standard ``setuptools`` command, moving it from | PJ Eby | 2005-07-06 | 1 | -3/+9 |
| * | Enhanced the ``test`` command so that it doesn't install the package, but | PJ Eby | 2005-07-06 | 1 | -2/+8 |
| * | Added ``egg_info`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 1 | -0/+6 |
| * | Add missing download links | PJ Eby | 2005-07-04 | 1 | -3/+7 |
| * | EasyInstall/setuptools 0.5a4: significant new features, including automatic | PJ Eby | 2005-06-27 | 1 | -12/+85 |
| * | 0.5a3 bugfix release | PJ Eby | 2005-06-25 | 1 | -2/+11 |
| * | Add support for installing from .win32.exe's created by distutils (by | PJ Eby | 2005-06-15 | 1 | -11/+26 |
| * | Add support for quiet/verbose/dry-run/optimize flags. | PJ Eby | 2005-06-14 | 1 | -8/+75 |
| * | Update to version 0.4a3 | PJ Eby | 2005-06-14 | 1 | -2/+13 |
| * | Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release. | PJ Eby | 2005-06-12 | 1 | -33/+36 |
| * | Add script installation support. Use distutils' exceptions for option | PJ Eby | 2005-06-12 | 1 | -20/+95 |
| * | Restructure easy_install as a distutils "Command" object, so that it can | PJ Eby | 2005-06-12 | 1 | -24/+78 |
| * | Move package index/downloading stuff to setuptools.package_index module. | PJ Eby | 2005-06-12 | 1 | -1/+2 |
| * | Rebalance responsibilities between PackageIndex, Installer, and main() so | PJ Eby | 2005-06-12 | 1 | -0/+17 |
| * | Split setup-running and archive-extraction utilities into separate modules, | PJ Eby | 2005-06-12 | 1 | -0/+4 |
| * | Update docs for PyPI support, prep for 0.4a1 release | PJ Eby | 2005-06-05 | 1 | -19/+55 |
| * | Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement | PJ Eby | 2005-06-05 | 1 | -0/+32 |
| * | Updated for v0.3a4 | PJ Eby | 2005-06-05 | 1 | -5/+5 |
| * | Fix a minor problem with -b option, and prep for 0.3a4 release. | PJ Eby | 2005-06-04 | 1 | -2/+22 |
| * | Ditch outdated TODO file, move docs to a new 'EasyInstall.txt' file. Fix | PJ Eby | 2005-05-31 | 1 | -0/+249 |