aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | removed pdbTarek Ziade2010-05-061-5/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2f4a32416a6ac72579ecc6fc65e513f3d28e6b62
| * | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-067-31/+47
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
| * | respect the sys.dont_write_bytecode flag. Fixes #1470.6.11Tarek Ziade2010-05-062-3/+13
| |/ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 889c1badc92b1de14352a141865172b0a39384fa
| * imply --user for install commands if installed in user-siteRonny Pfannschmidt2010-04-291-1/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 26878b87685bbd1b65c12763039a059937ca2228
| * make sure we test that the directory exists before we install stuff asked by ↵Tarek Ziade2010-04-072-3/+22
| | | | | | | | | | | | | | | | setup_requires fixes #138 --HG-- branch : distribute extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35
| * make sure site.USER_BASE is used only if python is >=2.6Tarek Ziade2010-04-051-4/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : aece7b87a7f0b48949f2859fa2174bfa93b04048
| * using a py3 marker instead of a try..exceptTarek Ziade2010-04-051-2/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e3ccffb120f1fdaddfa0746c0a592d6fbaf0dcd1
| * proper fix to avoid a syntax error on 2.5Tarek Ziade2010-04-051-2/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 320da069dcb5d4c3ffb94e6e4f0e78a1bef8a305
| * merge danceTarek Ziade2010-04-055-120/+208
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : eab2d364ab56ec8a8c794715379c20162cea1734
| | * merge with upstreamRonny Pfannschmidt2010-03-165-16/+96
| | |\ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2ad13527b742644596b32fcd8feac7276b4a477e
| | | * fixed spelling typoYannick Gingras2010-03-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5ae197eeead6eae5f689f01ced730be068e8c64a
| | | * updated links to the new location of the easy_install docsYannick Gingras2010-03-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d757c4d6c0d0c0b14b381961af69907e079d0ce
| | | * removed unsused importsYannick Gingras2010-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6c1870024a04c1b5393c85a5782809ef409c66a6
| | * | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-114-46/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also resuffle the path handlers a bit, hopefully everything works now --HG-- branch : distribute extra : rebase_source : dc8e4217f5832b15e8f7287c95732bc68d1e1cf5
| | * | enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-114-92/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the test-isolation got borked and operates on the users home instead of the test-tempdirs --HG-- branch : distribute extra : rebase_source : 1e9bf310b6ba92629d7ba494af17f519cfe17dc5
| | * | add some tests for the pth writer/managerRonny Pfannschmidt2010-02-111-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b7e6abf35a947b39b6290b076f618ce75211757e
| | * | fix develop --user for having '.' in PYTHON_PATHRonny Pfannschmidt2010-02-111-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the pth file update wouldn't work if the distribution location is in the side dirs so we special-case for the location being the cwd --HG-- branch : distribute extra : rebase_source : 4c80082825c25f7f4692fcdd3580da5d1948ef89
| * | | auth=b'Basic ' will throw a SyntaxError on 2.5Tarek Ziade2010-04-051-1/+1
| | |/ | |/| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cbac0260bc300fc00ce3517ecd96d5bedc5cd896
| * | added the --no-find-links optionTarek Ziade2010-03-132-3/+36
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fc2cbd4d369f7d5c77cae03e39354245b185cc60
* | | Fix for #151 - attribute error when gen_py doesn't have __init__ moduleJason R. Coombs2010-05-151-2/+7
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6d42ed6e7f4d1ab4500aa8a695ee64af6a3f63f8
* | Worked out a fix for failing sandbox errors in Windows. Fixes #118.Jason R. Coombs2010-03-021-2/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 69c8e59604f9d711cd29bb55e9edd3caab2b36a0
* | Added test to capture issue #118Jason R. Coombs2010-02-221-6/+41
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5c247cafcbecb311469147a46f7f82df47ea5341
* | Added an os.makedirs so that Tarek's solution will worknibrahim2010-02-221-1/+2
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 91e7070818115d6ff2bcbf6db1912788e70b8d59
* Python 2.7 compattarek2010-01-241-1/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : f60f3110e0dd27c406f8fc48c4ed49da4dec8cac
* Add some compatibility code for upload_docs so it will work in both"Brett Cannon ext:(%22)2010-01-171-18/+30
| | | | | | | | | | | | | Python 2 and Python 3. At this point in manual testing, Python 2.6 still works fine, but Python 3 is getting a 200 from the upload which is not what is wanted; a 301 is what is expected for a successful upload. But at least Python 3 is not throwing any more exceptions. --HG-- branch : distribute extra : rebase_source : 00020ec37fec743077e9614f8b0141aab41cc932
* Use more reasonable variable names."Brett Cannon ext:(%22)2010-01-171-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : f05e05486f624a3234e19af2d5b108e80b82df10
* Rename variable 'http' to 'conn' as httplib is renamed http in Python"Brett Cannon ext:(%22)2010-01-171-10/+10
| | | | | | | | 3. --HG-- branch : distribute extra : rebase_source : 50d0da5b2e099c4bfe55ad81dce0f73edb4f994c
* Add back in a missing space between "Basic" and the base64-encoded"Brett Cannon ext:(%22)2010-01-171-2/+2
| | | | | | | | credentials for uploading docs. --HG-- branch : distribute extra : rebase_source : 0de13aa44d415d7afef4218190ef0742999630ff
* Change upload_docs so that its use of base64 does not fail under"Brett Cannon ext:(%22)2010-01-171-2/+8
| | | | | | | | | | | | | | Python 3. While base64 accepts a string in Python 2, the module in Python 3 only works with bytes. Changed the code so that base64.encodebytes() is used, else catch the AttributeError and use base64.encodestring(). Not fully tested yet as there is another failure farther down under under Python 3. --HG-- branch : distribute extra : rebase_source : 37078c416d98ee7f6dff1715731ab3f0c186b6cf
* makes sure install_site_pyFixes #108tarek2010-01-061-0/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 1b1ddea2ccca03a0e67b35f2be573ef9a776a334
* Introduced a socket timeout of 15 seconds on url openings fixes #48tarek2009-12-191-0/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : d4e3831771aa049e71d64f22e315352fa8906dd1
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1cdd34df8c993d532101e25f6c1d3f5fb164817c