aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1cdd34df8c993d532101e25f6c1d3f5fb164817c
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-021-1/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 0ddcfcf2eb8ef650c248a1d5d86fe1b95100df10
* Fixed empty folder issue during upload_docs.Alice Bevan-McGregor2009-11-151-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : b1e08e29f75d14970b7d4d57692c2e0013449637
* Fixed #80: test_develop fails with Python 3.1. I don't understand why the ↵tarek2009-11-152-1/+7
| | | | | | | | module is shadowed at this stage, but importing it fixes the problem. --HG-- branch : distribute extra : rebase_source : 9cbb38022787d08f0c8399e25829b10286fb655d
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-272-1/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : f632d56d77b31a6b4f2183728e770d00005b0060
* now develop supports the --user option fixes #58tarek2009-10-271-1/+105
| | | | | | --HG-- branch : distribute extra : rebase_source : 1f25aaecb7ff9c7b273430e68dc2bc2d2e23db7d
* removed empty linestarek2009-10-271-31/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-271-4/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : d69b879d01ca2690826cdf9b7541e541ae8e0f5a
* removed PJE-style white linestarek2009-10-271-35/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : b6f2b1983aa0e5994df5a29688348929fcd20628
* Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-201-3/+2
| | | | | | | | solution instead --HG-- branch : distribute extra : rebase_source : 320927dbc962a262853cae7d8b3734794bb9f21d
* Added a upload_docs command to upload project documentation to PyPI's ↵Jannis Leidel2009-10-072-1/+154
| | | | | | | | packages.python.org --HG-- branch : distribute extra : rebase_source : e8d62df101ab017b71ec9c923f64bc3494ba8979
* Changed file() calls to open() callsagronholm2009-09-271-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : a2567f3f28d896dd0abbbed8a2626cc4ecb3e44e
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵agronholm2009-09-251-2/+3
| | | | | | | | (http://bugs.python.org/setuptools/issue2) --HG-- branch : distribute extra : rebase_source : 60c07b0639b77a3e8ff13eb12161ebe03ab47430
* Wrong file mode when creating bdists under Python 3.1.Lennart Regebro2009-09-221-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 3af8cc2ab10edeeeb75b03e1a63e8de008142176
* Name changes of the parameters.Lennart Regebro2009-09-222-6/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
* merge dancetarek2009-09-209-25/+136
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e0fc1e252a506a6a751f9557d4a01580e1cbbdfa
| * Fixed a daft bug (my fault).Lennart Regebro2009-09-191-2/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 82e1e503282ced638da32690291923613a74e930
| * Works with zope.interface now.Lennart Regebro2009-09-182-7/+27
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c8cd9fd837bbac96c8949f0015d84051bd8ab5c7
| * Merge upstream changes.Martin v. Löwis2009-09-131-1/+1
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d68cc866146d65e1951fe88f526f94a64f17b1da
| | * Merge upstream changes.Martin v. Löwis2009-09-131-1/+1
| | |\ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4f43f59bf581c692bfbe4b45a8567b089fa0173a
| * | | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-131-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 101f51e5f7c364407e27b742aec5e02336936d8c
| * | | Add convert_doctests_2to3.Martin v. Löwis2009-09-131-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 38832a69542ff3b96c403b32ec5b3663b08a61d0
| * | | Provide registry for fixer packages.Martin v. Löwis2009-09-131-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6a1259914751bdc18a32b98bd87680fb5fe94e70
| * | | Fix running 2to3.Martin v. Löwis2009-09-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2594ae17c6468d98288339c89cecd745f4dc181f
| * | | Move initialization of updated_files into finalize_optionsMartin v. Löwis2009-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9961dacb889d0707d3d0fa67168f71eb6b577373
| * | | Support running 2to3 on build_py.Martin v. Löwis2009-09-131-1/+44
| |/ / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7b3f06bc7b7745a7292e729c04053821340b6f49
| * | Work around distutils 3.1 breaking ext_map.Martin v. Löwis2009-09-131-0/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 47da1d81d1923e23aa70949c2a69000c01f8f81f
| * | Open svn externals file in text mode.Martin v. Löwis2009-09-131-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0eec0f04099a978136350d3546c579bbd61ea6ec
| * | Open zipsafe file in text mode.Martin v. Löwis2009-09-121-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3215e6d146816dc96a2cb23b6a6fb16fd63e1648
| * | Remove sdist3 command again.Martin v. Löwis2009-09-122-36/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b2ae4e75c758eafa83057002ece9fb5dbc7aba92
| * | Implement isascii.Martin v. Löwis2009-09-121-1/+13
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6805617a1673859320ae278cfbb6f7136d20a0a8
| * | Port writing text files to 3.x.Martin v. Löwis2009-09-121-2/+9
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 767d047dae23d5123bf412b5838d150091eea078
| * | Replace os.path.walk with os.walk.Martin v. Löwis2009-09-121-2/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9bc223da3173d759f3c59eb72138e7405b4384ed
| * | Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c9de4f92e3e50dd88fd1d29e2a9b2f3288fd4b88
| * | Add src_root attribute to support installing from a copy.Martin v. Löwis2009-09-121-3/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 95242b20ab228862aeef205f399869f79e342f0e
| * | Work around apparent 3.x limitation wrt. variablesMartin v. Löwis2009-09-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | in list comprehensions. --HG-- branch : distribute extra : rebase_source : 214eb64288ef1955fd06ba1cf594b6a780cccde8
| * | Correct path names for fixed files.Martin v. Löwis2009-09-111-1/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d5bd9c6fdb8cf2208eca9e0e5f37cb7fea1d14a5
| * | Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067
| * | Add sdist3 command.Martin v. Löwis2009-09-112-1/+35
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 47f2fee9a8361cabc8160df8dd30dacc67f0f42b
* | | merged + removed trailing spacestarek2009-09-201-3/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
* | | make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-201-0/+2
| |/ |/| | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4401307be98ca2fb74e715a258b7af74eaa62db2
* | Now install_site works properly with distribute distribution. fixes #44tarek2009-09-131-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 5dacd496be767ed406f7f8c76a598e7f186acdbc
* made zip_ok False by default #33tarek2009-08-281-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 593924801e8dd947c8e741f9d94e919dd0bdd2dd
* add --version to easy_installPhilip Jenvey2009-08-091-1/+7
| | | | | | | | | fixes #4 (transplanted from 29b03bd8ae436ac26767f42bc77b0bfefa8a6e7a) --HG-- branch : distribute extra : rebase_source : e97203ec652e0fea0744ad60819cd52e686bf449