Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | imply --user for install commands if installed in user-site | Ronny Pfannschmidt | 2010-04-29 | 1 | -1/+7 | |
| | | ||||||
* | | make sure we test that the directory exists before we install stuff asked by ↵ | Tarek Ziade | 2010-04-07 | 1 | -1/+3 | |
| | | | | | | | | setup_requires fixes #138 | |||||
* | | make sure site.USER_BASE is used only if python is >=2.6 | Tarek Ziade | 2010-04-05 | 1 | -4/+8 | |
| | | ||||||
* | | using a py3 marker instead of a try..except | Tarek Ziade | 2010-04-05 | 1 | -2/+5 | |
| | | ||||||
* | | proper fix to avoid a syntax error on 2.5 | Tarek Ziade | 2010-04-05 | 1 | -2/+2 | |
| | | ||||||
* | | merge dance | Tarek Ziade | 2010-04-05 | 2 | -114/+129 | |
|\ \ | ||||||
| * \ | merge with upstream | Ronny Pfannschmidt | 2010-03-16 | 1 | -6/+16 | |
| |\ \ | ||||||
| | * | | updated links to the new location of the easy_install docs | Yannick Gingras | 2010-03-15 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | removed unsused imports | Yannick Gingras | 2010-03-15 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | move the rest of the path handling code from develop to easy_install | Ronny Pfannschmidt | 2010-02-11 | 2 | -38/+43 | |
| | | | | | | | | | | | | | | | | also resuffle the path handlers a bit, hopefully everything works now | |||||
| * | | | enable easy_install --user, *warning breaks tests* | Ronny Pfannschmidt | 2010-02-11 | 2 | -85/+90 | |
| | | | | | | | | | | | | | | | | the test-isolation got borked and operates on the users home instead of the test-tempdirs | |||||
| * | | | fix develop --user for having '.' in PYTHON_PATH | Ronny Pfannschmidt | 2010-02-11 | 1 | -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 | |||||
* | | | | auth=b'Basic ' will throw a SyntaxError on 2.5 | Tarek Ziade | 2010-04-05 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | added the --no-find-links option | Tarek Ziade | 2010-03-13 | 1 | -3/+11 | |
| | | | ||||||
* | | | Added an os.makedirs so that Tarek's solution will work | nibrahim | 2010-02-22 | 1 | -1/+2 | |
|/ / | ||||||
* | | Python 2.7 compat | tarek | 2010-01-24 | 1 | -1/+6 | |
| | | ||||||
* | | Add some compatibility code for upload_docs so it will work in both | Brett Cannon | 2010-01-17 | 1 | -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. | |||||
* | | Use more reasonable variable names. | Brett Cannon | 2010-01-17 | 1 | -4/+4 | |
| | | ||||||
* | | Rename variable 'http' to 'conn' as httplib is renamed http in Python | Brett Cannon | 2010-01-17 | 1 | -10/+10 | |
| | | | | | | | | 3. | |||||
* | | Add back in a missing space between "Basic" and the base64-encoded | Brett Cannon | 2010-01-17 | 1 | -2/+2 | |
| | | | | | | | | credentials for uploading docs. | |||||
* | | Change upload_docs so that its use of base64 does not fail under | Brett Cannon | 2010-01-17 | 1 | -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. | |||||
* | | makes sure install_site_pyFixes #108 | tarek | 2010-01-06 | 1 | -0/+4 | |
| | | ||||||
* | | Avoid shadowing the package fixes #80 | tarek | 2009-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | easy_install doesn't use a setup.cfg located in the working dir - fixes #99 | tarek | 2009-12-02 | 1 | -1/+7 | |
| | | ||||||
* | | Fixed empty folder issue during upload_docs. | Alice Bevan-McGregor | 2009-11-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed #80: test_develop fails with Python 3.1. I don't understand why the ↵ | tarek | 2009-11-15 | 2 | -1/+7 | |
| | | | | | | | | module is shadowed at this stage, but importing it fixes the problem. | |||||
* | | make sure USER_SITE is listed as a sitedir in easy_install | tarek | 2009-10-27 | 2 | -1/+7 | |
| | | ||||||
* | | now develop supports the --user option fixes #58 | tarek | 2009-10-27 | 1 | -1/+105 | |
| | | ||||||
* | | removed empty lines | tarek | 2009-10-27 | 1 | -31/+0 | |
| | | ||||||
* | | Generated scripts now wraps their call in a __main__ section. Fixes #11 | tarek | 2009-10-27 | 1 | -4/+6 | |
| | | ||||||
* | | removed PJE-style white lines | tarek | 2009-10-27 | 1 | -35/+3 | |
| | | ||||||
* | | Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵ | agronholm | 2009-10-20 | 1 | -3/+2 | |
| | | | | | | | | solution instead | |||||
* | | Added a upload_docs command to upload project documentation to PyPI's ↵ | Jannis Leidel | 2009-10-07 | 2 | -1/+154 | |
| | | | | | | | | packages.python.org | |||||
* | | Changed file() calls to open() calls | agronholm | 2009-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵ | agronholm | 2009-09-25 | 1 | -2/+3 | |
| | | | | | | | | (http://bugs.python.org/setuptools/issue2) | |||||
* | | Wrong file mode when creating bdists under Python 3.1. | Lennart Regebro | 2009-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Name changes of the parameters. | Lennart Regebro | 2009-09-22 | 2 | -6/+6 | |
| | | ||||||
* | | merge dance | tarek | 2009-09-20 | 2 | -3/+5 | |
|\ \ | ||||||
| * | | merged + removed trailing spaces | tarek | 2009-09-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | make sure setuptools does like distutils in get_ext_filename fixes #41 | tarek | 2009-09-20 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fixed a daft bug (my fault). | Lennart Regebro | 2009-09-19 | 1 | -2/+3 | |
| | | | ||||||
* | | | Works with zope.interface now. | Lennart Regebro | 2009-09-18 | 2 | -7/+27 | |
| | | | ||||||
* | | | Merge upstream changes. | Martin v. L?wis | 2009-09-13 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge upstream changes. | Martin v. L?wis | 2009-09-13 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Now install_site works properly with distribute distribution. fixes #44 | tarek | 2009-09-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix processing of convert_doctests_2to3. | Martin v. L?wis | 2009-09-13 | 1 | -2/+7 | |
| | | | | ||||||
* | | | | Add convert_doctests_2to3. | Martin v. L?wis | 2009-09-13 | 1 | -8/+15 | |
| | | | | ||||||
* | | | | Provide registry for fixer packages. | Martin v. L?wis | 2009-09-13 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | Fix running 2to3. | Martin v. L?wis | 2009-09-13 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Move initialization of updated_files into finalize_options | Martin v. L?wis | 2009-09-13 | 1 | -1/+1 | |
| | | | |