<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/tests/win_script_wrapper.txt, branch bugfix-277</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>Fix typos</title>
<updated>2014-06-29T12:58:41+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin@geisler.net</email>
</author>
<published>2014-06-29T12:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=05c7cae789e02ca84310f745b689f89312494a47'/>
<id>05c7cae789e02ca84310f745b689f89312494a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Vinay Sajip's unified Python 2/3 support from distribute 3</title>
<updated>2013-06-18T19:08:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-06-18T19:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c7f4d757d10df445f9ac33497255d84306384df6'/>
<id>c7f4d757d10df445f9ac33497255d84306384df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated win_script_wrapper to run on Python 2 and Python 3</title>
<updated>2013-06-18T18:55:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-06-18T18:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=cbe7baca95d4efb41ae7e6cc1771b7686fd29aad'/>
<id>cbe7baca95d4efb41ae7e6cc1771b7686fd29aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removing windows EOL lines</title>
<updated>2009-10-14T17:49:51+00:00</updated>
<author>
<name>tarek</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-14T17:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=caa836b8312ca7715e283ed4fd80712ec1b3a3d7'/>
<id>caa836b8312ca7715e283ed4fd80712ec1b3a3d7</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>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>old win wrapper script not expecting return values from write()</title>
<updated>2013-02-16T21:04:00+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-02-16T21:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=1fefa1569a944ba079f5fc628a14c85a22cd794b'/>
<id>1fefa1569a944ba079f5fc628a14c85a22cd794b</id>
<content type='text'>
python 3 no longer has popen4
had some issue with ^M on end on line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python 3 no longer has popen4
had some issue with ^M on end on line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backout the pkg_resources.py fix</title>
<updated>2013-02-16T17:34:11+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-02-16T17:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=ca5f3f3b7ccc41caf0a486d852b862344c0ad9c0'/>
<id>ca5f3f3b7ccc41caf0a486d852b862344c0ad9c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A few non-python 3 print statements</title>
<updated>2013-02-05T05:43:35+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-02-05T05:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=24ca8e112927a206c3e4ef5697a9f6dc980590d7'/>
<id>24ca8e112927a206c3e4ef5697a9f6dc980590d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
