summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Issue #244 raises ValueError in upload and register commands if using a ↵guyroz2011-09-203-7/+136
| | | | | | | | section without a repository value --HG-- branch : distribute extra : rebase_source : e57437a8ac03832ed8170c902996423a27235856
* copying gui-32.exe to gui.exeguyroz2011-09-201-0/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 36d39326b09155e123f2ea69c8a2ab493e761126
* merging issues_207_238 to masterguyroz2011-09-207-1/+8
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ffa072934d0623e442744b70426ac3c06326e2b8
| * merging default into issues_207_238guyroz2011-09-201-6/+15
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fc74451584607ea1e96fd0b4449dcde63c3b844f
| * | Issue #238: using 65bit wrappers on Python64bit on windowsguyroz2011-09-171-1/+8
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0f80f1633017229ec77f4cc1d7c56e86aba3a84
| * | Issue #207: updated executables for 32bit and 64bitguyroz2011-09-176-0/+0
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : feb8ad4f829140739feeba915b835dbd26ab1b80
* | | fixing regression -- generator syntax on python3guyroz2011-09-201-1/+1
| |/ |/| | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3708d2ca5f9a8fc2398204dbcb3febb6d61e134b
* | fixing testsguyroz2011-09-191-6/+15
|\ \ | |/ |/| | | | | | | --HG-- branch : distribute extra : rebase_source : 5d3983c1447f6389c00b416e5942f1764eaf9ece
| * Fixing regression tests on Windows: #241, #240, #239guyroz2011-09-191-6/+15
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fb5248f9bd280ccc075c1e93dd74379bf06d10f7
* | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
|/ | | | | | | | including tests --HG-- branch : distribute extra : rebase_source : f953ba35614c338161249d6d74c7cda08acdf32b
* Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
| | | | | | | | Added an _assertIn method (copied from a more recent version of unittest) and replaced the calls to assertTrue, which does not exist in Python 2.3 --HG-- branch : distribute extra : rebase_source : a8ba9e47fdcbc2dbee8e801b5d1d5d84c989266f
* Fix NameError on Python 2.4, 2.5; reference #225Jason R. Coombs2011-08-201-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : b2c739a08485c49b0735f5f7544f354b46ad1d12
* 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