summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Add back in a missing space between "Basic" and the base64-encoded"Brett Cannon ext:(%22)2010-01-171-2/+2
* Change upload_docs so that its use of base64 does not fail under"Brett Cannon ext:(%22)2010-01-171-2/+8
* makes sure install_site_pyFixes #108tarek2010-01-061-0/+4
* Introduced a socket timeout of 15 seconds on url openings fixes #48tarek2009-12-191-0/+15
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
* avoid running test_get_script_header_jython_workaround undr some py3 environm...tarek2009-12-111-0/+4
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-042-2/+34
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-022-2/+46
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-152-1/+66
* Fixed empty folder issue during upload_docs.Alice Bevan-McGregor2009-11-151-1/+1
* Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...tarek2009-11-152-1/+7
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-9/+6
* backporting the API Eby added in 0.6c11tarek2009-11-011-21/+11
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-273-2/+9
* now develop supports the --user option fixes #58tarek2009-10-272-1/+168
* removed empty linestarek2009-10-271-31/+0
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-272-5/+41
* removed PJE-style white linestarek2009-10-271-35/+3
* Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...Hanno Schlichting2009-10-241-0/+6
* Reversing patch for 64-bit Windows script launcher, applied PJE's simpler sol...agronholm2009-10-207-3/+2
* removing windows EOL linestarek2009-10-141-137/+137
* an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-4/+15