<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch 13.0.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bumped to 13.0.2 in preparation for next release.</title>
<updated>2015-03-06T01:43:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-06T01:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=570305131f408b42522d1d7e87292ec752457e65'/>
<id>570305131f408b42522d1d7e87292ec752457e65</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 13.0.1 in preparation for next release.</title>
<updated>2015-03-06T01:42:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-06T01:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1914157913c7e28c21ccb8fa5ffe7581721d5bad'/>
<id>1914157913c7e28c21ccb8fa5ffe7581721d5bad</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 13.0 in preparation for next release.</title>
<updated>2015-03-06T00:51:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-06T00:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=67aa21c88ef5e57d7a2d0f379c970e5987c14cd4'/>
<id>67aa21c88ef5e57d7a2d0f379c970e5987c14cd4</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 12.5 in preparation for next release.</title>
<updated>2015-03-04T16:09:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-04T16:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7aa02cb6109845a421aabdc366216dacfdf38d33'/>
<id>7aa02cb6109845a421aabdc366216dacfdf38d33</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 12.4 in preparation for next release.</title>
<updated>2015-02-26T19:16:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-26T19:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f8813bed5e035a4b7f3deba54949439e846c8125'/>
<id>f8813bed5e035a4b7f3deba54949439e846c8125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete some dead code.</title>
<updated>2015-02-18T20:09:01+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-02-18T20:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b16a6dd269e4fd283a78834c7f379c977aad0f6e'/>
<id>b16a6dd269e4fd283a78834c7f379c977aad0f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setuptools.command.easy_install.extract_wininst_cfg() with Python 2.6 and 2.7.</title>
<updated>2015-02-18T19:42:49+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-02-18T19:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=47cbdc5228ca5a730518f1cca83df283c54f7249'/>
<id>47cbdc5228ca5a730518f1cca83df283c54f7249</id>
<content type='text'>
It was broken since commit 3bbd42903af8, which changed chr(0) (which is '\x00') into bytes([0]).
bytes([0]) is '[0]' in Python 2.6 and 2.7 and b'\x00' in Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was broken since commit 3bbd42903af8, which changed chr(0) (which is '\x00') into bytes([0]).
bytes([0]) is '[0]' in Python 2.6 and 2.7 and b'\x00' in Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 12.3 in preparation for next release.</title>
<updated>2015-02-16T15:25:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-16T15:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=582d31e08ea15893f98deddfaa476cd294f1b5db'/>
<id>582d31e08ea15893f98deddfaa476cd294f1b5db</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 12.2 in preparation for next release.</title>
<updated>2015-02-11T01:17:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-11T01:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5d2f77f308c8ccc89be855994da1b7503b5a4294'/>
<id>5d2f77f308c8ccc89be855994da1b7503b5a4294</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 12.1 in preparation for next release.</title>
<updated>2015-02-11T01:15:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-11T01:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f12a54d83140cb65a7a0098eeb20e469ce7fb5b5'/>
<id>f12a54d83140cb65a7a0098eeb20e469ce7fb5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
