<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources, branch 11.0</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>Upgrade packaging lib to 15.0</title>
<updated>2015-01-03T02:51:55+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2015-01-03T02:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e0d05d467ffaae3eae7d8f23c8eb58775a4e5afa'/>
<id>e0d05d467ffaae3eae7d8f23c8eb58775a4e5afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in entry-point name parsing</title>
<updated>2015-01-02T21:31:47+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2015-01-02T21:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb1b7680cee8b4e751b29f6d46a6fcedb51e4e31'/>
<id>fb1b7680cee8b4e751b29f6d46a6fcedb51e4e31</id>
<content type='text'>
See #323 for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #323 for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Officially deprecated EntryPoint.load(require=False).</title>
<updated>2014-12-31T17:38:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T17:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f7df5613b53aafe3204da22945b772ce1ffa937c'/>
<id>f7df5613b53aafe3204da22945b772ce1ffa937c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow imports relative to the pkg_resources module.</title>
<updated>2014-12-31T17:07:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T17:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a8cc5bd6104fe69756ae188e1482eedd5840d34b'/>
<id>a8cc5bd6104fe69756ae188e1482eedd5840d34b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract _load method which is the same as calling .load(False).</title>
<updated>2014-12-31T17:06:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T17:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5e22ed05a7e1f3c787de06ef73b3facd1cdd1f7c'/>
<id>5e22ed05a7e1f3c787de06ef73b3facd1cdd1f7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variable for clarity</title>
<updated>2014-12-31T17:00:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T17:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=83f82bb2eb0b21cfa9a3f299aa8560d600b5c5b9'/>
<id>83f82bb2eb0b21cfa9a3f299aa8560d600b5c5b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return value directly</title>
<updated>2014-12-31T16:59:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T16:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ca23023d779848dc68160d5ab1fa8d5eeca35b78'/>
<id>ca23023d779848dc68160d5ab1fa8d5eeca35b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use reduce to retrieve attributes. Reuse error from AttributeError when translating to ImportError.</title>
<updated>2014-12-31T16:59:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T16:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d1ed7aca039caf079a97d3f47347439db6fd469d'/>
<id>d1ed7aca039caf079a97d3f47347439db6fd469d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct implementation fixing failing tests</title>
<updated>2014-12-31T16:47:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T16:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5eb17624d427730b21ec5de800e4aae036014d01'/>
<id>5eb17624d427730b21ec5de800e4aae036014d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract pattern and entry point parsing from EntryPoint.parse.</title>
<updated>2014-12-31T16:24:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-31T16:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6deadf03439b91582206605f0ce3a35d9da46e09'/>
<id>6deadf03439b91582206605f0ce3a35d9da46e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
