<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch 3.7.1</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 3.7.1 in preparation for next release.</title>
<updated>2014-06-02T12:59:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-02T12:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=781879a354c5973ba127d87a0e5bdd0c4a10f1a8'/>
<id>781879a354c5973ba127d87a0e5bdd0c4a10f1a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use compat's StringIO. Should fix bitbucket #213</title>
<updated>2014-06-02T12:26:36+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2014-06-02T12:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=18c255d1e1a83d45a055cfcc0fa3140c775afc0d'/>
<id>18c255d1e1a83d45a055cfcc0fa3140c775afc0d</id>
<content type='text'>
https://bitbucket.org/pypa/setuptools/issue/213/regression-setuptools-37-installation

--HG--
extra : source : 182f68beacf5e436609fb7d1064a18279cbbd24a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bitbucket.org/pypa/setuptools/issue/213/regression-setuptools-37-installation

--HG--
extra : source : 182f68beacf5e436609fb7d1064a18279cbbd24a
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager</title>
<updated>2014-05-18T03:47:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f9f94d714cf97df731a49b614b35d146536449f7'/>
<id>f9f94d714cf97df731a49b614b35d146536449f7</id>
<content type='text'>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.</title>
<updated>2014-05-18T03:42:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=032cd636116a821d20a590d87afa99626de9bff6'/>
<id>032cd636116a821d20a590d87afa99626de9bff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NameError (is this code ever used?).</title>
<updated>2014-05-18T03:37:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ac86a30d6f4bc4ed403ea668d4a904d8ae933850'/>
<id>ac86a30d6f4bc4ed403ea668d4a904d8ae933850</id>
<content type='text'>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize syntax</title>
<updated>2014-05-18T03:33:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e6e3b8dfd12cb96b3abc7b34bda56c6431956719'/>
<id>e6e3b8dfd12cb96b3abc7b34bda56c6431956719</id>
<content type='text'>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager for brevity</title>
<updated>2014-05-18T03:21:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7c471a14c008d879b0877c15f0fd2079f580a1e1'/>
<id>7c471a14c008d879b0877c15f0fd2079f580a1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ContextualZipFile and contextlib.closing for archiveutil</title>
<updated>2014-05-18T03:09:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0f7f8d71dc1c8eda869c423a324064d4bc419879'/>
<id>0f7f8d71dc1c8eda869c423a324064d4bc419879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up whitespace</title>
<updated>2014-05-18T02:58:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T02:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=14f168f249c86085dbf9f67fdc8d6a5b801946a0'/>
<id>14f168f249c86085dbf9f67fdc8d6a5b801946a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore Python 2 compatibility.</title>
<updated>2014-05-17T23:26:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-17T23:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=95ca77339cdcd24fc1193b701c979e5f6fa72335'/>
<id>95ca77339cdcd24fc1193b701c979e5f6fa72335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
