summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge (discarding b825c6440dc6)Jason R. Coombs2011-08-171-1/+1
|\
| * Remove extraneous 2nd argument in call to open_url, apparently intended toAlex Clark2011-08-141-1/+1
* | Include url in warning when processing URL. Fixes #135.Jason R. Coombs2011-08-171-1/+1
|/
* Corrected ValueError introduced in the last commit due to incorrect use of ar...Jason R. Coombs2011-08-011-1/+1
* Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212Jason R. Coombs2011-07-251-1/+10
* make sure we don't use getheaders(). get() works for all py versions - fixes ...0.6.19Tarek Ziade2011-06-021-1/+1
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
* merged sandbox branchTarek Ziade2011-05-262-1/+4
|\
| * setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...Erik Bray2011-05-231-0/+1
| * Adds some missing bits to the sandbox fix--need to actually save/restore the ...Erik Bray2011-05-201-1/+3
* | skipping a tets if in virtualenvTarek Ziade2011-05-261-1/+1
|/
* Don't try to import the parent of a namespace package in declare_namespace --...Aurelien Bompard2011-05-171-1/+27
* Tolerate responses with multiple Content-Length headers - fixes #196Tarek Ziade2011-05-161-1/+3
* Support Python >=3.1.4 and >=3.2.1.Arfrever Frehtes Taifersar Arahesis2011-05-111-0/+5
* Fixing #200agroszer2011-04-153-5/+24
* Refactored Cython/Pyrex optional build support to unify logicJason R. Coombs2011-03-181-14/+10
* Applying patch provided by Didrik Pinte on #195 for Cython build_ext supportJason R. Coombs2011-03-181-1/+9
* Fix for issue192Jason R. Coombs2011-03-161-1/+5
* Use different version of py3.2 fix from Vinay Sajip0.6.15Toshio Kuratomi2011-03-121-6/+2
* Fix for easy_install running on python-3.2Toshio Kuratomi2011-02-221-0/+6
* Remove spurious message 'install_dir'Jonathan Ballet2010-11-061-1/+1
* Adding DATA/LIB/site-packages to the list of prefixes searched in an exe file...Robert Myers2010-12-041-1/+2
* We need to make sure that the result is always a str, even if the result is a...Lennart Regebro2010-11-221-2/+6
* fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-211-1/+1
* Only do the decoding if there is something to decode.Lennart Regebro2010-07-241-1/+1
* Importing url2pathname from the correct place, so 2to3 can do it's job.Lennart Regebro2010-07-241-3/+3
* 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