summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | raised the revisionTarek Ziade2010-05-066-8/+13
| |/ /
| * | Added tag 0.6.12 for changeset 48a97bc89e2fTarek Ziade2010-05-061-0/+1
| * | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-062-51/+51
| * | we want any(), not all()Tarek Ziade2010-05-061-1/+1
| * | removed pdbTarek Ziade2010-05-061-5/+1
| * | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-0610-36/+54
| * | making sure all supported Python version are called when running tests refs #149Tarek Ziade2010-05-062-2/+7
| * | starting 0.6.12Tarek Ziade2010-05-067-8/+15
| * | fixed the scp pathTarek Ziade2010-05-061-1/+1
| * | Added tag 0.6.11 for changeset e00987890c0bTarek Ziade2010-05-061-0/+1
| * | respect the sys.dont_write_bytecode flag. Fixes #1470.6.11Tarek Ziade2010-05-063-3/+14
| |/
| * imply --user for install commands if installed in user-siteRonny Pfannschmidt2010-04-291-1/+7
| * make sure we test that the directory exists before we install stuff asked by ...Tarek Ziade2010-04-073-3/+23
| * Removed spurious UserWarnings. Fixes #134Tarek Ziade2010-04-052-1/+3