summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
...
| * | extract launcher type indicationJason R. Coombs2013-08-051-2/+3
| | | | | | | | | | | | | | | --HG-- extra : rebase_source : 940b4a8a2c6efe60a2c532e943173ccff0515790
| * | Beginning extraction of ScriptWriter classes for writing console and gui scriptsJason R. Coombs2013-08-051-12/+15
| |/ | | | | | | | | --HG-- extra : rebase_source : 24c34791314ba58ecb0c7dca7bd7fa02a3a84949
| * Syntax update for easy_install commandJason R. Coombs2013-08-051-144/+85
| | | | | | | | | | --HG-- extra : rebase_source : d7fa5f788d2151d0aecf0bc7730ad73c5379320f
| * Unlink destination file before writing scripts.Michał Górny2013-08-051-0/+2
| |
* | Removed extra stuff in egg_infoPhilip Thiem2013-07-201-2/+0
| | | | | | | | | | --HG-- extra : rebase_source : 4b3cf921154e759744963b34aaf42018477deb29
* | Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-202-50/+36
| | | | | | | | | | --HG-- extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
* | fixed some issues with OSErrorPhilip Thiem2013-07-051-1/+1
| | | | | | | | | | | | | | have to emulate zipfile extract on py2.5 and earlier for tests --HG-- extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa
* | urlparse --> urllib.parse in py3Philip Thiem2013-07-051-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : b845737250a36a725f75aa04109ea357f09955d0
* | consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-041-9/+7
| | | | | | | | | | | | | | | | interate over and both get called by the same callback. pep8 on svn_utils --HG-- extra : rebase_source : fa65ebfc167041b5c2e1b2bd901e9354cfaea57e
* | removed the objectsPhilip Thiem2013-07-041-1/+0
| | | | | | | | | | --HG-- extra : rebase_source : 19c8be226a698813103dc2393b3b154060d90669
* | got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-041-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : def9ab923ee6455791c92334ee79c09d9164c43e
* | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : 23fbf9ca969a6a0205247ec69e5b674452839f2e
* | cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : 87deb8066a0cb067e7bccc63cc156b7fed30ea29
* | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-1/+2
| | | | | | | | | | --HG-- extra : rebase_source : c902dd83f2c3df73f3a6f84e08bd8a77b201cc21
* | get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-25/+1
| | | | | | | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
* | Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-1/+1
| | | | | | | | | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
* | minor naming issues sdistPhilip Thiem2013-06-301-2/+2
| | | | | | | | | | --HG-- extra : rebase_source : e7def1d2445a55291163753761d52922d1252dcb
* | minor naming issues in egg_info.pyPhilip Thiem2013-06-301-2/+2
| | | | | | | | | | --HG-- extra : rebase_source : d5877c7a9fe537d567d557bbcc7e89a596fa3c87
* | Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-302-67/+14
| | | | | | | | | | | | | | | | Added Externals processing for all formats Will use dir-prop[-base] as a fallback otherwise CMD. --HG-- extra : rebase_source : dc27f779f22d5f9795c425b92d34db29d62b495d
* | Quick addition to get past svn test in another package.Philip Thiem2013-06-281-4/+17
|/ | | | | --HG-- extra : rebase_source : a36601a66f574d7c0919b7c885dcae7b820bb7dd
* Merged in vinay.sajip/setuptools/single-codebase (pull request #5)Jason R. Coombs2013-06-193-5/+16
|\ | | | | | | Additional changes relating to single codebase support
| * Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| | | | | | | | | | --HG-- branch : single-codebase
| * More post-merge fixes.Vinay Sajip2013-06-191-1/+0
| | | | | | | | | | --HG-- branch : single-codebase
| * Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| | | | | | | | | | --HG-- branch : single-codebase
| * Merged upstream changes.Vinay Sajip2013-06-197-17/+21
| |\ | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Misc. updates following 2to3 checks.Vinay Sajip2013-06-175-6/+10
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-1511-52/+68
| | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-191-3/+4
|\ \ \ | |_|/ |/| |
| * | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4Jason R. Coombs2013-06-191-1/+1
| | | | | | | | | | | | Fixes #20
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-191-2/+3
| |/ | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1811-59/+72
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-187-87/+182
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-101-5/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | Merge with upstreamJason R. Coombs2013-06-1811-54/+254
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2011-55/+67
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-123-16/+38
| | | |
* | | | Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-112-5/+5
| | | |
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
| | | |
* | | | Merge with distribute 0.6.42Jason R. Coombs2013-05-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | site.py to setuptools/site-patch.py; reinstate 'python -m easy_install' support; use distutils' "upload" command when running under 2.5. --HG-- branch : distribute extra : source : fbb6c89a74aa47a556a936202d2e50051b067940 extra : histedit_source : 778122fc56bcca6f5a1dbd5a475df11d29028730
* | | | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-241-9/+22
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | Extract get_win_launcher functionJason R. Coombs2013-05-191-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 14dbef22dbc8376cc3632ce53be0d61b7976b889
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
| * | | | Default index URL to use SSL version of PyPIpje2013-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : source : b95868385a32c0103133105788c70850656662c6
| * | | | Tarfile link support, and handle .pyd/.dll files installed as data onPJ Eby2010-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | win32. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4085190
| * | | | Fix quotes handling for GUI scripts on Windows when Python is in aPJ Eby2010-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory with a space in the name. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4084273
| * | | | Fix the elusive "double upload bdist_wininst" bugPJ Eby2009-10-191-13/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075548
| * | | | Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075540
| * | | | Windows 64/Vista UAC fixesPJ Eby2009-10-121-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075388