<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v20.8.1</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>Bump version: 20.8.0 → 20.8.1</title>
<updated>2016-04-15T07:03:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T07:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8b62ac49a915ab16bde75635bd6c58d2ec66b19c'/>
<id>8b62ac49a915ab16bde75635bd6c58d2ec66b19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always inject extra into the environment when evaluating markers. Fixes #544.</title>
<updated>2016-04-15T07:03:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T07:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dd5caefb987dbd15495047fc653fa71d4667eb43'/>
<id>dd5caefb987dbd15495047fc653fa71d4667eb43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag v20.8.0 for changeset 7f56b6f40de3</title>
<updated>2016-04-15T06:39:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T06:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bc35160987a7dda23de0c898a7e8ae4363504cde'/>
<id>bc35160987a7dda23de0c898a7e8ae4363504cde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 20.7.0 → 20.8.0</title>
<updated>2016-04-15T06:39:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T06:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f676f1a8e36d4a887a81aba3cba64f2bec850ec7'/>
<id>f676f1a8e36d4a887a81aba3cba64f2bec850ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog. Fixes #543.</title>
<updated>2016-04-15T06:37:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-15T06:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e5822f0d5be6386bf86cde03988bfdf1bfc2e935'/>
<id>e5822f0d5be6386bf86cde03988bfdf1bfc2e935</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 #542 from ncoghlan/patch-1</title>
<updated>2016-04-11T19:59:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-11T19:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=06c95ce1dbb64a0fd2bd26e944d08a7577ce783a'/>
<id>06c95ce1dbb64a0fd2bd26e944d08a7577ce783a</id>
<content type='text'>
Update rationale for the zip_safe flag</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update rationale for the zip_safe flag</pre>
</div>
</content>
</entry>
<entry>
<title>Update rationale for the zip_safe flag</title>
<updated>2016-04-11T14:10:49+00:00</updated>
<author>
<name>ncoghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2016-04-11T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=52d420e6309d2be19e848cfb32a43191e4623e6b'/>
<id>52d420e6309d2be19e848cfb32a43191e4623e6b</id>
<content type='text'>
Importing from a zip file no longer significantly reduces the number
of stat calls during import, and may even slow imports down if
too many archives are added to sys.path.

The outdated rationale was noted by Thomas Güttler on distutils-sig</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Importing from a zip file no longer significantly reduces the number
of stat calls during import, and may even slow imports down if
too many archives are added to sys.path.

The outdated rationale was noted by Thomas Güttler on distutils-sig</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #541 from alex/patch-1</title>
<updated>2016-04-11T07:50:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-11T07:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4582466b53d2f76dbdbba263537f31502816821e'/>
<id>4582466b53d2f76dbdbba263537f31502816821e</id>
<content type='text'>
Swap out hard tabs for spaces</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Swap out hard tabs for spaces</pre>
</div>
</content>
</entry>
<entry>
<title>Swap out hard tabs for spaces</title>
<updated>2016-04-10T22:39:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2016-04-10T22:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5253f7fbcea33e28af6348c3cc0f65334cad5623'/>
<id>5253f7fbcea33e28af6348c3cc0f65334cad5623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag v20.7.0 for changeset 0262ab29fc24</title>
<updated>2016-04-10T19:17:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-10T19:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a1d3c39f9f282360cbe2978df5240808cb55c347'/>
<id>a1d3c39f9f282360cbe2978df5240808cb55c347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
