<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/launcher.c, branch patch1</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Added support for Windows RT (arm).</title>
<updated>2013-04-02T22:02:44+00:00</updated>
<author>
<name>Grigory Petrov</name>
<email>grigory.v.p@gmail.com</email>
</author>
<published>2013-04-02T22:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=ef386233d1af245b8f9f77bdd2dc53955f814181'/>
<id>ef386233d1af245b8f9f77bdd2dc53955f814181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #207: passing ctrl-c events to python child process</title>
<updated>2011-09-17T13:25:22+00:00</updated>
<author>
<name>guyroz</name>
<email>devnull@localhost</email>
</author>
<published>2011-09-17T13:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=20a7af621198102673b3d5c464375cd38480f9f7'/>
<id>20a7af621198102673b3d5c464375cd38480f9f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reversing patch for 64-bit Windows script launcher, applied PJE's simpler solution instead</title>
<updated>2009-10-19T22:37:01+00:00</updated>
<author>
<name>agronholm</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-19T22:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=7285f40da8eabc9482ae9360400c1d434df678f8'/>
<id>7285f40da8eabc9482ae9360400c1d434df678f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (http://bugs.python.org/setuptools/issue2)</title>
<updated>2009-09-25T19:01:27+00:00</updated>
<author>
<name>agronholm</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T19:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=6970c436dada5e70b212e534560422d65e0e63c1'/>
<id>6970c436dada5e70b212e534560422d65e0e63c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport gui.exe launcher fix.</title>
<updated>2008-01-03T23:48:02+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2008-01-03T23:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=3bd9875e4c1272622339dbcba766767966f506ca'/>
<id>3bd9875e4c1272622339dbcba766767966f506ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there</title>
<updated>2007-01-24T21:00:55+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2007-01-24T21:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=7636744224d5c47326379eaac30b9eedef1ba98a'/>
<id>7636744224d5c47326379eaac30b9eedef1ba98a</id>
<content type='text'>
was whitespace inside a quoted argument or at the end of the ``#!`` line
(backport from trunk)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
was whitespace inside a quoted argument or at the end of the ``#!`` line
(backport from trunk)
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhauled Windows script wrapping to support ``bdist_wininst`` better.</title>
<updated>2006-12-29T17:43:39+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-12-29T17:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=39063f8ef647375681b542376070d98347705582'/>
<id>39063f8ef647375681b542376070d98347705582</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added quoting of script arguments and extended the quoting logic to</title>
<updated>2006-08-22T19:58:05+00:00</updated>
<author>
<name>Jim Fulton</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-08-22T19:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=b23554f2817aae43b07359552b317956561813f7'/>
<id>b23554f2817aae43b07359552b317956561813f7</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Quote arguments to python.exe (including python's path) to avoid</title>
<updated>2005-11-17T03:01:33+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-11-17T03:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=0c4fd22a1736c2e6a17744f0bed1be55997415c3'/>
<id>0c4fd22a1736c2e6a17744f0bed1be55997415c3</id>
<content type='text'>
problems when Python (or a script) is installed in a directory
whose name contains spaces.  :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
problems when Python (or a script) is installed in a directory
whose name contains spaces.  :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with Windows console scripts conflicting with module names,</title>
<updated>2005-10-16T20:45:30+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-10-16T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=78a680c55cab1f7258f120c27fd0bcfe21625751'/>
<id>78a680c55cab1f7258f120c27fd0bcfe21625751</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
