aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
* Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-2/+22
* fixed the parsed api when dealing with setuptools nametarek2009-10-131-11/+11
* fix a hole in sandboxing allowing builtin file to write outside of the sandboxPhilip Jenvey2009-10-121-0/+6
* Added a upload_docs command to upload project documentation to PyPI's package...Jannis Leidel2009-10-072-1/+154
* Changed file() calls to open() callsagronholm2009-09-272-2/+2
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-257-2/+3
* Wrong file mode when creating bdists under Python 3.1.Lennart Regebro2009-09-221-1/+1