summaryrefslogtreecommitdiff
path: root/setuptools/cli.exe
Commit message (Collapse)AuthorAgeFilesLines
* issue #376: copying cli-32.exe to cli.exe and gui-32.exe to gui.exe to ↵guy@guyr-air.infinidat.com2013-05-131-0/+0
| | | | | | | | prevent breakage of other modules that take the binaries from distribute --HG-- branch : distribute extra : rebase_source : fb86f5549568529753c0be2357128f41039ed740
* Removing legacy word-size-agnostic launchers.Jason R. Coombs2013-05-091-0/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 5c5d41bbbd0a6731f81cf48afd436be6e9524ec9
* Issue #207: updated executables for 32bit and 64bitguyroz2011-09-171-0/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : feb8ad4f829140739feeba915b835dbd26ab1b80
* Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-201-0/+0
| | | | | | | | solution instead --HG-- branch : distribute extra : rebase_source : 320927dbc962a262853cae7d8b3734794bb9f21d
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵agronholm2009-09-251-0/+0
| | | | | | | | (http://bugs.python.org/setuptools/issue2) --HG-- branch : distribute extra : rebase_source : 60c07b0639b77a3e8ff13eb12161ebe03ab47430
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-241-0/+0
| | | | | | | | | was whitespace inside a quoted argument or at the end of the ``#!`` line (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053548
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ Eby2006-12-291-0/+0
| | | | | | | | | | | | Scripts installed with ``bdist_wininst`` will always use ``#!python.exe`` or ``#!pythonw.exe`` as the executable name (even when built on non-Windows platforms!), and the wrappers will look for the executable in the script's parent directory (which should find the right version of Python). (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053194
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-221-0/+0
| | | | | | | | | | | | | handle embedded quotes. Added support for passing a single argument on the shebang line to pass things like -O and -i. Fixed bug in handling trailing whitespace in Python command. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051487
* Quote arguments to python.exe (including python's path) to avoidPJ Eby2005-11-171-0/+0
| | | | | | | | | problems when Python (or a script) is installed in a directory whose name contains spaces. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041460
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-161-0/+0
| | | | | | | | | | | thereby confusing the import process. Scripts are now generated with a suffix of the form '-script.py' to avoid conflicts. (The .exe's are still generated without the '-script' part, so you don't have to type it.) Thanks to Matthew R. Scott for reporting the problem. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041261
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-0/+0
"normal" #! wrappers for GUI scripts on other platforms. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041254