summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * make sure site.USER_BASE is used only if python is >=2.6Tarek Ziade2010-04-051-4/+8
| * using a py3 marker instead of a try..exceptTarek Ziade2010-04-051-2/+5
| * proper fix to avoid a syntax error on 2.5Tarek Ziade2010-04-051-2/+2
| * merge danceTarek Ziade2010-04-057-120/+218
| |\
| | * document the --user cli flagRonny Pfannschmidt2010-03-162-0/+10
| | * merge with upstreamRonny Pfannschmidt2010-03-1610-31/+112
| | |\
| | | * fixed spelling typoYannick Gingras2010-03-151-1/+2
| | | * updated links to the new location of the easy_install docsYannick Gingras2010-03-151-3/+4
| | | * removed unsused importsYannick Gingras2010-03-151-2/+2