summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-5/+5
* merge with upstreamRonny Pfannschmidt2010-03-161-1/+25
|\
| * added the --no-find-links optionTarek Ziade2010-03-131-0/+25
* | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-111-4/+8
* | enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-111-0/+50
* | add some tests for the pth writer/managerRonny Pfannschmidt2010-02-111-0/+18
|/
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-021-1/+39
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-271-1/+35
* Now install_site works properly with distribute distribution. fixes #44tarek2009-09-131-0/+20