summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1cdd34df8c993d532101e25f6c1d3f5fb164817c
* avoid running test_get_script_header_jython_workaround undr some py3 ↵tarek2009-12-111-0/+4
| | | | | | | | environments fixes #103 --HG-- branch : distribute extra : rebase_source : a1a3381e889db52b3c81301dbd521f7266e254b8
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-042-2/+34
| | | | | | --HG-- branch : distribute extra : rebase_source : d6f63794621874eb637139f353314256e02e02df
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-022-2/+46
| | | | | | --HG-- branch : distribute extra : rebase_source : 0ddcfcf2eb8ef650c248a1d5d86fe1b95100df10
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-152-1/+66
| | | | | | --HG-- branch : distribute extra : rebase_source : 0ce56dee9fbf2976d41f403fb86d8a2f714820c2
* 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
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-9/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : c0aabd45025465b61ffd23a2196994f4afece233
* backporting the API Eby added in 0.6c11tarek2009-11-011-21/+11
| | | | | | --HG-- branch : distribute extra : rebase_source : 7e34c308ad98259f9344e10117750aeae3e8d2ea
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-273-2/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : f632d56d77b31a6b4f2183728e770d00005b0060
* now develop supports the --user option fixes #58tarek2009-10-272-1/+168
| | | | | | --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-272-5/+41
| | | | | | --HG-- branch : distribute extra : rebase_source : d69b879d01ca2690826cdf9b7541e541ae8e0f5a
* removed PJE-style white linestarek2009-10-271-35/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : b6f2b1983aa0e5994df5a29688348929fcd20628
* Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a ↵Hanno Schlichting2009-10-241-0/+6
| | | | | | | | httplib.HTTPException instead of just InvalidURL and BadStatusLine. --HG-- branch : distribute extra : rebase_source : 24986ae1074b564fbd8c34a227265afd3b90ebce
* Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-207-3/+2
| | | | | | | | solution instead --HG-- branch : distribute extra : rebase_source : 320927dbc962a262853cae7d8b3734794bb9f21d
* removing windows EOL linestarek2009-10-141-137/+137
| | | | | | --HG-- branch : distribute extra : rebase_source : e5792b2f337a38b603dc6a920d3bfe418e3f2722
* an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-4/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : f68fe9818972a09d858f2bb59ef47682353f600d
* Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-2/+22
| | | | | | | | | setuptools. Added _override_setuptools() checker method and calling it in two places that checks whether we request a setuptools from the 0.7 series. Including test. --HG-- branch : distribute extra : rebase_source : 51c89e02721de2e31c9392d1ead76ac1e828810c
* fixed the parsed api when dealing with setuptools nametarek2009-10-131-11/+11
| | | | | | --HG-- branch : distribute extra : rebase_source : 9490c98e075e2473c7a7310822103f375d5f3832
* fix a hole in sandboxing allowing builtin file to write outside of the sandboxPhilip Jenvey2009-10-121-0/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 5ff181b30f41080ec0e0628c96abf270ffe1a730
* 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-272-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : a2567f3f28d896dd0abbbed8a2626cc4ecb3e44e
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵agronholm2009-09-257-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-224-14/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
* merge dancetarek2009-09-2015-36/+172
|\ | | | | | | | | | | --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-183-8/+28
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c8cd9fd837bbac96c8949f0015d84051bd8ab5c7
| * Only decode HTML pages in 3.x.Martin v. Löwis2009-09-131-2/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 58a286fe297947272398fc9ddd8f50594f54d4ae
| * Support attrs is None.Martin v. Löwis2009-09-131-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7ab3d57b13cb2ec2d7d1b9aafc99f4ec0ea49b5a
| * Merge with upstreamMartin v. Löwis2009-09-131-0/+2
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c2294f2326600bb24833e74265a03d19909f2f41
| | * Convert HTML pages to text.Martin v. Löwis2009-09-131-0/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9ab9cc8b84da2be50c520cd6f23efb15b8744bd9
| * | Deal with convert_doctests_2to3 not being set.Martin v. Löwis2009-09-131-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c1952763f89af6f9c5e25e67982b96756d7336e3
| * | Merge upstream changes.Martin v. Löwis2009-09-132-1/+21
| |\ \ | | |/ | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d68cc866146d65e1951fe88f526f94a64f17b1da
| | * Merge upstream changes.Martin v. Löwis2009-09-132-1/+21
| | |\ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4f43f59bf581c692bfbe4b45a8567b089fa0173a
| * | | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-132-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | --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-132-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | --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-132-1/+52
| |/ / | | | | | | | | | | | | | | | --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
| * | Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9f4ab6d69461acfd64cb4519ff18533c6666adcd
| * | Add default for pop.Martin v. Löwis2009-09-121-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a4655cb42947b8ea089e72b3d4c2ff2482a31e6a
| * | 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