aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use different version of py3.2 fix from Vinay Sajip0.6.15Toshio Kuratomi2011-03-121-6/+2
* Fix for easy_install running on python-3.2Toshio Kuratomi2011-02-221-0/+6
* Remove spurious message 'install_dir'Jonathan Ballet2010-11-061-1/+1
* Updated CHANGES.txtRobert Myers2010-12-092-0/+2
* Adding DATA/LIB/site-packages to the list of prefixes searched in an exe file...Robert Myers2010-12-041-1/+2
* Updated CHANGES.txtLennart Regebro2010-11-242-1/+2
* We need to make sure that the result is always a str, even if the result is a...Lennart Regebro2010-11-221-2/+6
* fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-212-1/+7
* Only do the decoding if there is something to decode.Lennart Regebro2010-07-241-1/+1
* Importing url2pathname from the correct place, so 2to3 can do it's job.Lennart Regebro2010-07-241-3/+3
* raised to the current dev versionTarek Ziade2010-07-221-1/+1
* Updated bootstrapper to 0.6.14.Jannis Leidel2010-07-221-1/+1
* 0.6.15 is startingTarek Ziade2010-07-154-7/+7
* Added tag 0.6.14 for changeset 2b9d9977ea75Tarek Ziade2010-07-151-0/+1
* fixed the edit mode when its used by setuptools fixes #1740.6.14Tarek Ziade2010-07-152-1/+3
* added a test for #143 now that I understand it. fixes #143Tarek Ziade2010-07-031-0/+36
* merging changes relates #142Tarek Ziade2010-07-035-7/+22
|\
| * BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-202-5/+13
* | added a note on Toshio change. Fixes #171 (with r734)Tarek Ziade2010-07-031-1/+2
* | Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
* | added missing files in the sdist fixes #170Tarek Ziade2010-07-033-0/+8
* | starting 0.6.14Tarek Ziade2010-05-314-7/+7
* | Added tag 0.6.13 for changeset dae247400d0cTarek Ziade2010-05-311-0/+1
* | updated version0.6.13Tarek Ziade2010-05-311-1/+1
* | pip uses python -c "... execfile(setup.py)" magic to run a package. This was ...Tarek Ziade2010-05-311-0/+3
* | make self setup correctly consider --user when checking for setuptools, fixes...Ronny Pfannschmidt2010-05-281-2/+2
* | make sure tests.sh return the exit code, and nicer outputsTarek Ziade2010-05-251-6/+44
* | mergeRonny Pfannschmidt2010-05-2510-6/+137
|\ \
| * | avoiding name collisions when looking for md5 in fragmentTarek Ziade2010-05-251-1/+1
| * | using urlparse to extract the fragmentTarek Ziade2010-05-251-3/+10
| * | updated contributorsChristophe Combelles2010-05-201-0/+1
| * | Fix for python2.4Christophe Combelles2010-05-201-2/+2
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-252-0/+3
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-195-11/+12
| * | set-up infrastructure to write tests with a real http server, and reproduced ...Christophe Combelles2010-05-195-0/+85
| * | changed test locally so distribute.egg-info/entry_points.txt is not changed w...Tarek Ziade2010-05-251-0/+34
| |/
* / make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-212-8/+7
|/
* update CHANGES.txtRonny Pfannschmidt2010-05-191-1/+1
* removing decorators from the bootstrap fileTarek Ziade2010-05-191-4/+5
* mergeRonny Pfannschmidt2010-05-192-19/+22
|\
| * merge & adapt --user implication testsRonny Pfannschmidt2010-05-071-16/+20
| |\
| | * add a partial test for user install umplication if installed in user-siteRonny Pfannschmidt2010-05-021-4/+8
| * | account for the possibility that site.ENABLE_USER_SITE may be FalseRonny Pfannschmidt2010-05-071-3/+2
* | | added a test that is supposely breaking - refs #152Tarek Ziade2010-05-192-1/+16
* | | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-194-2/+18
* | | added the -q flag and make sure the build folder is removed when python 3 tes...Tarek Ziade2010-05-191-5/+6
* | | removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-193-52/+52
* | | Found a public API method which is preferable to using the private attribute ...Jason R. Coombs2010-05-151-5/+3
* | | Updated gen_py exception to use attribute of win32com rather than infer the l...Jason R. Coombs2010-05-151-4/+3
* | | Merged Fix for #151Jason R. Coombs2010-05-1522-226/+430
|\ \ \