aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* don't use ternary operator - fixes #225Tarek Ziade2011-08-201-1/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : ecff177a6be463bfc55c40deec0a3f1e2804e895
* Merge (discarding b825c6440dc6)Jason R. Coombs2011-08-171-1/+1
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5190d1f30b60efbc0cc70a96807c1b269abd1897
| * Remove extraneous 2nd argument in call to open_url, apparently intended toAlex Clark2011-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | issue a warning (looks like open_url takes an optional `warning` argument, but I couldn't get that to work either). Fixes #135. This fix is better than the status quo, but probably not as good as issuing a warning instead of failure. --HG-- branch : distribute extra : rebase_source : 39889bf4dd21abbd57207bfafe6f8bad68b1e46f
* | Include url in warning when processing URL. Fixes #135.Jason R. Coombs2011-08-171-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 1241e1cb548adad562fcf61ce33538712a64aaed
* Corrected ValueError introduced in the last commit due to incorrect use of ↵Jason R. Coombs2011-08-011-1/+1
| | | | | | | | arg unpacking --HG-- branch : distribute extra : rebase_source : 0ebd905145e32bf072c00bc663dde8716ad4b88a
* Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212Jason R. Coombs2011-07-251-1/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : 1920a8d261fa7918d9d3813a104cf2ed11878c7c
* make sure we don't use getheaders(). get() works for all py versions - fixes ↵0.6.19Tarek Ziade2011-06-021-1/+1
| | | | | | | | #206 --HG-- branch : distribute extra : rebase_source : c9e414a0642dd5b2222dd3fc4aa1b11a442e48a1
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
| | | | | | | | already a namespace package -- fixes #204 --HG-- branch : distribute extra : rebase_source : 48e1ed2309ae053b8987a664231e72c35a0bbb40
* merged sandbox branchTarek Ziade2011-05-262-1/+4
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71b565341f7dab05898e7f8ea246238fa5258f93
| * setting to_scan to [] instead of None ensures (somewhat confusingly) that ↵Erik Bray2011-05-231-0/+1
| | | | | | | | | | | | | | | | find_links are used, when available, to install each dist listed in setup_requires --HG-- branch : distribute extra : rebase_source : 4efd4ba05e527df60a33c55da30c19586a9cecdb
| * Adds some missing bits to the sandbox fix--need to actually save/restore the ↵Erik Bray2011-05-201-1/+3
| | | | | | | | | | | | | | | | pkg_resources state. --HG-- branch : distribute extra : rebase_source : 961ca56f30a6aabb5d24eff3cabb527d1be93ae4
* | skipping a tets if in virtualenvTarek Ziade2011-05-261-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : c0928a6dc8eaa695a8abedd25c9defb0561145a3
* Don't try to import the parent of a namespace package in declare_namespace ↵Aurelien Bompard2011-05-171-1/+27
| | | | | | | | -- fixes #204 --HG-- branch : distribute extra : rebase_source : 1644e937b2d0b2fae58e27740d0fddfe082586cd
* Tolerate responses with multiple Content-Length headers - fixes #196Tarek Ziade2011-05-161-1/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : b0f0f73fd59017dd9a9bb6e58b2a1fd9e5773dd2
* Support Python >=3.1.4 and >=3.2.1.Arfrever Frehtes Taifersar Arahesis2011-05-111-0/+5
| | | | | | | | | Type of distutils.command.build_scripts.first_line_re has been changed by the fix for http://bugs.python.org/issue10419. --HG-- branch : distribute extra : rebase_source : cd656cab87ff4f912ce5146b96e841b4eb17c49d
* Fixing #200agroszer2011-04-153-5/+24
| | | | | | --HG-- branch : distribute extra : rebase_source : 4446e76a0bcf2e968abce2020569aecbaab1df01
* Refactored Cython/Pyrex optional build support to unify logicJason R. Coombs2011-03-181-14/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : c924cf1817736349e9a254098b6d99cd97a3d35f
* Applying patch provided by Didrik Pinte on #195 for Cython build_ext supportJason R. Coombs2011-03-181-1/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 69be8a07f86d1fbbdace2b7965a2c4a6cc5a14bf
* Fix for issue192Jason R. Coombs2011-03-161-1/+5
| | | | | | --HG-- branch : distribute extra : rebase_source : cbae39614a979ea69ced9a0541e71b0377c3a9d5
* Use different version of py3.2 fix from Vinay Sajip0.6.15Toshio Kuratomi2011-03-121-6/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 9eea7c29a6f7e961ca6a39decdc2e52c828e8464
* Fix for easy_install running on python-3.2Toshio Kuratomi2011-02-221-0/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : caaf0829ce479d95efa48e5e422e699e0c4d8ff3
* Remove spurious message 'install_dir'Jonathan Ballet2010-11-061-1/+1
| | | | | | | | Fixes #184 --HG-- branch : distribute extra : rebase_source : b4ecdac54934e36dfbb74949c87b4af1fc2b1b86
* Adding DATA/LIB/site-packages to the list of prefixes searched in an exe ↵Robert Myers2010-12-041-1/+2
| | | | | | | | file during installation. --HG-- branch : distribute extra : rebase_source : f300b49beac88354af6238df4a83798721860716
* We need to make sure that the result is always a str, even if the result is ↵Lennart Regebro2010-11-221-2/+6
| | | | | | | | | | an error response. Otherwise you get an error when trying to pattern match in line 206. --HG-- branch : distribute extra : rebase_source : dc5fe8b1365544fc763414b67227cc78dc1f8524
* fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-211-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 87b145e4977333b08b77bdf857930f456c8b0e13
* Only do the decoding if there is something to decode.Lennart Regebro2010-07-241-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 6510b361ce8885f536a3babfc66a7ebdfaa25b2d
* Importing url2pathname from the correct place, so 2to3 can do it's job.Lennart Regebro2010-07-241-3/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 43178821d2b4776dbfdf5ad9493bca8dc401b048
* fixed the edit mode when its used by setuptools fixes #1740.6.14Tarek Ziade2010-07-151-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : be43431f85dd946fc44128bb4967844e43885ea9
* added a test for #143 now that I understand it. fixes #143Tarek Ziade2010-07-031-0/+36
| | | | | | --HG-- branch : distribute extra : rebase_source : e81153c1b0c81fe7783507553caa66c217e38ed5
* merging changes relates #142Tarek Ziade2010-07-033-6/+19
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e912f048dcfe28a5a7a17aca89bab427e15924ff
| * BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-202-5/+13
| | | | | | | | | | | | | | | | Backport from setuptools 0.6c10. --HG-- branch : distribute extra : rebase_source : d06cbdae906a725410d4993d9e1a631e2acac345
* | Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e7093c7a63fe91ede0bdd52735e33ac780e95ec6
* | mergeRonny Pfannschmidt2010-05-255-2/+85
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5fbe57fd3b9bb48afcc78a87a7f7a46d9f4d2567
| * | Fix for python2.4Christophe Combelles2010-05-201-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b4c2fb5521783c03bebcdb52e17c8e0063ab86aa
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : 21315f22104e090324f7fe243a4f16516c0a49fa
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-194-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : d190057280e7cb27317eb4aa40e75f1c851ed6e5
| * | set-up infrastructure to write tests with a real http server, and reproduced ↵Christophe Combelles2010-05-194-0/+84
| |/ | | | | | | | | | | | | | | issue 163. --HG-- branch : distribute extra : rebase_source : dc3a9fb1663500c66febacbc2ede43eaa96c190e
* / make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-212-8/+7
|/ | | | | | --HG-- branch : distribute extra : rebase_source : e7fb6337b41ea732acd41bab92a57471f3632777
* mergeRonny Pfannschmidt2010-05-192-19/+22
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fe09c40bed001a273328dbd39b764a784c6448eb
| * merge & adapt --user implication testsRonny Pfannschmidt2010-05-071-16/+20
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3de11ca77e02b58fb91f2660edd2c9593bebf3cd
| | * add a partial test for user install umplication if installed in user-siteRonny Pfannschmidt2010-05-021-4/+8
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 395e549d507def44d1b7a4454076bb84a47cc1eb
| * | account for the possibility that site.ENABLE_USER_SITE may be FalseRonny Pfannschmidt2010-05-071-3/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4f763cb0a4dd4cddef1df333a4ded2a2728fedcd
* | | added a test that is supposely breaking - refs #152Tarek Ziade2010-05-191-0/+15
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fa447a630d946a3adf5886115d89065a675ece2
* | | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-192-2/+15
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : de334e49e876c8ea88f738e03995a461ea669879
* | | removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-193-52/+52
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b7e5bbfa9d90078fd763f728a5d57fb6bd3e3657
* | | Found a public API method which is preferable to using the private attribute ↵Jason R. Coombs2010-05-151-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | for ascertaining the location of the gen_py cache --HG-- branch : distribute extra : rebase_source : 6feed4430505ad2d2680b141d41dccb95d9e80af
* | | Updated gen_py exception to use attribute of win32com rather than infer the ↵Jason R. Coombs2010-05-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | location of gen_py --HG-- branch : distribute extra : rebase_source : 55f1f3c23dc20edf9c91ea223fc5762fda22f5b2
* | | Merged Fix for #151Jason R. Coombs2010-05-1512-199/+372
|\| | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7f7f9c64a26c6110096387b9862e06455c49f2ec
| * | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-062-51/+51
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 51c527a19483fc1b11084e4d2770d88015588822
| * | we want any(), not all()Tarek Ziade2010-05-061-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c740917424bbc5efdfb91360399f1f17a09ea3a1