<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch bootstrap-2.x</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merged in menghan/setuptools (pull request #30)</title>
<updated>2014-02-08T02:30:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-08T02:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6ec75de342e8fd954c830e0df832691262af77ce'/>
<id>6ec75de342e8fd954c830e0df832691262af77ce</id>
<content type='text'>
Setuptools now honors all dependency_links and not just the first one that was supplied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools now honors all dependency_links and not just the first one that was supplied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use io.open() instead of codecs.open().</title>
<updated>2014-02-07T16:38:25+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2014-02-07T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ed2b58f7db37491f8ffa83c7dafbdb4b5b2ddbb4'/>
<id>ed2b58f7db37491f8ffa83c7dafbdb4b5b2ddbb4</id>
<content type='text'>
(builtins.open() is io.open() in Python 3.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(builtins.open() is io.open() in Python 3.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use readlines on StringIO. Ensure quiet_context returns rewound buffers.</title>
<updated>2014-02-06T02:50:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T02:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=20f0eabf20453410b1beffdd2e0d686f4d711564'/>
<id>20f0eabf20453410b1beffdd2e0d686f4d711564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite merged tests to use context managers</title>
<updated>2014-02-06T02:35:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T02:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=929245d2582e5dba93540838981494fd5a57dbdf'/>
<id>929245d2582e5dba93540838981494fd5a57dbdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2014-02-06T02:19:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T02:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=023cc7621f21b660b1eed7561f1a4c8caabb125c'/>
<id>023cc7621f21b660b1eed7561f1a4c8caabb125c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent according to TODO (indent was reserved to minimize the diff)</title>
<updated>2014-02-06T02:16:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T02:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=477d825d98155aa143bf6eb985d5d491368c63b1'/>
<id>477d825d98155aa143bf6eb985d5d491368c63b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update global reference.</title>
<updated>2014-02-06T02:13:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T02:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=92bed83a85874a95faa052b3ffab4f7cbf65c94c'/>
<id>92bed83a85874a95faa052b3ffab4f7cbf65c94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 2.2 in preparation for next release.</title>
<updated>2014-02-06T00:38:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T00:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e26fe38be5fd14ebff95ccb3d24765a0e81fd197'/>
<id>e26fe38be5fd14ebff95ccb3d24765a0e81fd197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge fix for #141</title>
<updated>2014-02-06T00:37:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T00:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=08f1c206c294d02bab2341dca600dc557c2762f3'/>
<id>08f1c206c294d02bab2341dca600dc557c2762f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 2.1.2 in preparation for next release.</title>
<updated>2014-02-06T00:31:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-06T00:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fca0b24f0fa5b41d136b7083449c21ea2705d193'/>
<id>fca0b24f0fa5b41d136b7083449c21ea2705d193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
