aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/win_script_wrapper.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-8/+10
|\ | | | | | | | | --HG-- branch : distribute
| * old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
| | | | | | | | | | | | | | | | | | python 3 no longer has popen4 had some issue with ^M on end on line. --HG-- branch : distribute extra : rebase_source : 5b2c834e9a8dfd4027791cacef7c2bfe03652f31
| * Backout the pkg_resources.py fixPhilip Thiem2013-02-161-2/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d144d2afc763c9ed6420d32bad3015075d265226
| * A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 75f0b0e993a44ccfef8292717af58943e187d4cd
| * Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d
| * Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-291-7/+21
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
* | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
|/ | | | | --HG-- branch : distribute
* removing windows EOL linestarek2009-10-141-137/+137
| | | | | | --HG-- branch : distribute extra : rebase_source : e5792b2f337a38b603dc6a920d3bfe418e3f2722
* Backport gui.exe launcher fix.PJ Eby2008-01-031-3/+36
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059684
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-241-5/+6
| | | | | | | | | 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
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-221-0/+103
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