summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* fixed the edit mode when its used by setuptools fixes #1740.6.14Tarek Ziade2010-07-151-1/+2
* added a test for #143 now that I understand it. fixes #143Tarek Ziade2010-07-031-0/+36
* merging changes relates #142Tarek Ziade2010-07-033-6/+19
|\
| * BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-202-5/+13
* | Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
* | mergeRonny Pfannschmidt2010-05-255-2/+85
|\ \
| * | Fix for python2.4Christophe Combelles2010-05-201-2/+2
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-251-0/+1
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-194-9/+7
| * | set-up infrastructure to write tests with a real http server, and reproduced ...Christophe Combelles2010-05-194-0/+84
| |/
* | make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-212-8/+7
|/
* 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-191-0/+15
* | | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-192-2/+15
* | | 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-1512-199/+372
|\ \ \ | |/ /
| * | 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-067-31/+47
| * | respect the sys.dont_write_bytecode flag. Fixes #1470.6.11Tarek Ziade2010-05-062-3/+13
| |/
| * 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-072-3/+22
| * 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-055-120/+208
| |\
| | * merge with upstreamRonny Pfannschmidt2010-03-165-16/+96
| | |\
| | | * 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
| | * | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-114-46/+56
| | * | enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-114-92/+147
| | * | add some tests for the pth writer/managerRonny Pfannschmidt2010-02-111-0/+18
| | * | fix develop --user for having '.' in PYTHON_PATHRonny Pfannschmidt2010-02-111-2/+6
| * | | auth=b'Basic ' will throw a SyntaxError on 2.5Tarek Ziade2010-04-051-1/+1
| | |/ | |/|
| * | added the --no-find-links optionTarek Ziade2010-03-132-3/+36
* | | Fix for #151 - attribute error when gen_py doesn't have __init__ moduleJason R. Coombs2010-05-151-2/+7
|/ /
* | Worked out a fix for failing sandbox errors in Windows. Fixes #118.Jason R. Coombs2010-03-021-2/+12
* | Added test to capture issue #118Jason R. Coombs2010-02-221-6/+41
* | Added an os.makedirs so that Tarek's solution will worknibrahim2010-02-221-1/+2
|/
* Python 2.7 compattarek2010-01-241-1/+6
* Add some compatibility code for upload_docs so it will work in both"Brett Cannon ext:(%22)2010-01-171-18/+30
* Use more reasonable variable names."Brett Cannon ext:(%22)2010-01-171-4/+4
* Rename variable 'http' to 'conn' as httplib is renamed http in Python"Brett Cannon ext:(%22)2010-01-171-10/+10