<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/easy_install.py, branch 18.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Don't quote executable name twice in script headers</title>
<updated>2015-06-11T03:22:51+00:00</updated>
<author>
<name>Stephen Drake</name>
<email>steve+bitbucket@synergyconsultingnz.com</email>
</author>
<published>2015-06-11T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e5588b705a2418bd7c46aeae4971f7ebe4bd6ead'/>
<id>e5588b705a2418bd7c46aeae4971f7ebe4bd6ead</id>
<content type='text'>
Don't quote the executable name in JythonCommandSpec.from_environment() since it is quoted if necessary in CommandSpec._render().

With the executable quoted on initialisation of JythonCommandSpec, the quotes get escaped in the resulting header, eg:

#!/usr/bin/env \"/path/to/jython\"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't quote the executable name in JythonCommandSpec.from_environment() since it is quoted if necessary in CommandSpec._render().

With the executable quoted on initialisation of JythonCommandSpec, the quotes get escaped in the resulting header, eg:

#!/usr/bin/env \"/path/to/jython\"
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow path separators in script names. Fixes #390</title>
<updated>2015-05-27T22:40:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-27T22:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b2847255769f7e40fa757c830020cb2daad7860d'/>
<id>b2847255769f7e40fa757c830020cb2daad7860d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring to include the actual entry point names (for hits when grepping).</title>
<updated>2015-05-27T22:14:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-27T22:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7ee56c5270d979f73c248c3ef5bac48793cd77d6'/>
<id>7ee56c5270d979f73c248c3ef5bac48793cd77d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract variable for nicer indentation</title>
<updated>2015-05-27T22:12:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-05-27T22:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16da5eac3a04bc4224082ee54f5f0f5b1c8d92db'/>
<id>16da5eac3a04bc4224082ee54f5f0f5b1c8d92db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos.</title>
<updated>2015-03-30T01:40:43+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-03-30T01:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=933e26cd75231ba6402c38e4044e001a5d47fa3f'/>
<id>933e26cd75231ba6402c38e4044e001a5d47fa3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DistributionNotFound: Move message template to class</title>
<updated>2015-03-24T15:20:42+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-03-24T15:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e1f0b4019be6efa9c20f0f0dae13009f071ff2a0'/>
<id>e1f0b4019be6efa9c20f0f0dae13009f071ff2a0</id>
<content type='text'>
--HG--
branch : DistributionNotFound_list_requirers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : DistributionNotFound_list_requirers
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'path' to describe a file or directory.</title>
<updated>2015-03-07T04:40:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-07T04:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cbc3c959feecae75c1ce7864543c7f3a14b65ab0'/>
<id>cbc3c959feecae75c1ce7864543c7f3a14b65ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More concisely describe the removal.</title>
<updated>2015-03-07T04:39:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-07T04:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16a4240286b5202e2a52c22efb63fc3c1ba7ab02'/>
<id>16a4240286b5202e2a52c22efb63fc3c1ba7ab02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract variable for is_tree</title>
<updated>2015-03-07T04:36:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-07T04:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16060fd91b26126c6f1fce2c1dba4a79cf85177e'/>
<id>16060fd91b26126c6f1fce2c1dba4a79cf85177e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Short circuit on dry run</title>
<updated>2015-03-07T04:36:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-07T04:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e4fe5c76f89d0249ff7035a38795fa5ae1e38f09'/>
<id>e4fe5c76f89d0249ff7035a38795fa5ae1e38f09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
