<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command/install_egg_info.py, branch 5.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Always generate the lines, even in dry run.</title>
<updated>2014-06-22T14:37:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9d45f02e92ea875a88a964a629c0274d597f8d46'/>
<id>9d45f02e92ea875a88a964a629c0274d597f8d46</id>
<content type='text'>
--HG--
extra : amend_source : fa41c3fb787b667f703f67a52aed7a2958e615b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : fa41c3fb787b667f703f67a52aed7a2958e615b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer the writelines method.</title>
<updated>2014-06-22T14:34:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c3f158dcc26b86008c7427674aec5ed100540280'/>
<id>c3f158dcc26b86008c7427674aec5ed100540280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for generating lines for a pkg in nsp. Fixes issue in 67bdf3a726962 where only the last dat would be written.</title>
<updated>2014-06-22T14:26:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d8192350d95f3daf8831b58c80ded4d0d3393d7c'/>
<id>d8192350d95f3daf8831b58c80ded4d0d3393d7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent long line</title>
<updated>2014-06-22T14:15:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=63b852dff23dc86e983fceddde1463724a9d8a07'/>
<id>63b852dff23dc86e983fceddde1463724a9d8a07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager for opening and closing the file</title>
<updated>2014-06-22T14:13:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9f48d842e5c7c916f472420c7bc9f62b333a40ff'/>
<id>9f48d842e5c7c916f472420c7bc9f62b333a40ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use short-circuit for less nesting</title>
<updated>2014-06-22T14:10:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=24978070e68c58dfd787b93d6f1e0a35f6871c52'/>
<id>24978070e68c58dfd787b93d6f1e0a35f6871c52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract the additional trailing lines when a parent package is indicated.</title>
<updated>2014-06-22T14:09:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T14:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=17d0ff6e1f9d2efb134cac3fc734c0cf5fa55f68'/>
<id>17d0ff6e1f9d2efb134cac3fc734c0cf5fa55f68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract the lines of the namespace package pth file template for readability.</title>
<updated>2014-06-22T13:37:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T13:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ab7d8ee3234b039d9dd3d6c896932b6985380327'/>
<id>ab7d8ee3234b039d9dd3d6c896932b6985380327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing newline</title>
<updated>2014-06-22T13:25:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T13:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c'/>
<id>e7a30ebf78b0d9aaea9cfeadd36df2ba9774c25c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Pull Request 67 from bb://agronholm/bitbucket</title>
<updated>2014-06-22T13:23:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-22T13:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f6b5e29275f9a54bda847de79760f24a613a3d28'/>
<id>f6b5e29275f9a54bda847de79760f24a613a3d28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
