<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/package_index.py, branch 0.6.26</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>Fix issue #262 - package_index.open_with_auth no longer throws LookupError on Python 3.</title>
<updated>2011-12-01T17:55:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2011-12-01T17:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bbe00513be4b20a82eb844dab52c15ca5e8e7113'/>
<id>bbe00513be4b20a82eb844dab52c15ca5e8e7113</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : ae4a0886ff89d3679f495f51171f94d3770e5d47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : ae4a0886ff89d3679f495f51171f94d3770e5d47
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge (discarding b825c6440dc6)</title>
<updated>2011-08-17T07:45:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2011-08-17T07:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=493855eeac854494be96858282569182c67caa69'/>
<id>493855eeac854494be96858282569182c67caa69</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 5190d1f30b60efbc0cc70a96807c1b269abd1897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 5190d1f30b60efbc0cc70a96807c1b269abd1897
</pre>
</div>
</content>
</entry>
<entry>
<title>Include url in warning when processing URL. Fixes #135.</title>
<updated>2011-08-17T07:44:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2011-08-17T07:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e6a12bbf1a51bb572145fd46715e2a20e54bfc52'/>
<id>e6a12bbf1a51bb572145fd46715e2a20e54bfc52</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 1241e1cb548adad562fcf61ce33538712a64aaed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 1241e1cb548adad562fcf61ce33538712a64aaed
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous 2nd argument in call to open_url, apparently intended to</title>
<updated>2011-08-14T23:18:17+00:00</updated>
<author>
<name>Alex Clark</name>
<email>aclark@aclark.net</email>
</author>
<published>2011-08-14T23:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=edaefa4982e0aac7b07048c4761446ed66fec524'/>
<id>edaefa4982e0aac7b07048c4761446ed66fec524</id>
<content type='text'>
issue a warning (looks like open_url takes an optional `warning`
argument, but I couldn't get that to work either). Fixes #135. This fix is better
than the status quo, but probably not as good as issuing a warning instead of
failure.

--HG--
branch : distribute
extra : rebase_source : 39889bf4dd21abbd57207bfafe6f8bad68b1e46f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
issue a warning (looks like open_url takes an optional `warning`
argument, but I couldn't get that to work either). Fixes #135. This fix is better
than the status quo, but probably not as good as issuing a warning instead of
failure.

--HG--
branch : distribute
extra : rebase_source : 39889bf4dd21abbd57207bfafe6f8bad68b1e46f
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure we don't use getheaders(). get() works for all py versions - fixes #206</title>
<updated>2011-06-02T00:10:13+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2011-06-02T00:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b672805ffe0c8ef4be0acc0ce05d5273f25d6533'/>
<id>b672805ffe0c8ef4be0acc0ce05d5273f25d6533</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : c9e414a0642dd5b2222dd3fc4aa1b11a442e48a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : c9e414a0642dd5b2222dd3fc4aa1b11a442e48a1
</pre>
</div>
</content>
</entry>
<entry>
<title>Tolerate responses with multiple Content-Length headers - fixes #196</title>
<updated>2011-05-16T12:22:31+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2011-05-16T12:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f679304a95d0b377fd069c56fc975a82da9ee2ca'/>
<id>f679304a95d0b377fd069c56fc975a82da9ee2ca</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : b0f0f73fd59017dd9a9bb6e58b2a1fd9e5773dd2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : b0f0f73fd59017dd9a9bb6e58b2a1fd9e5773dd2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing #200</title>
<updated>2011-04-15T08:49:49+00:00</updated>
<author>
<name>agroszer</name>
<email>none@none</email>
</author>
<published>2011-04-15T08:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1509fe5874ad7155482d71b1b922bfdeb522ab58'/>
<id>1509fe5874ad7155482d71b1b922bfdeb522ab58</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 4446e76a0bcf2e968abce2020569aecbaab1df01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 4446e76a0bcf2e968abce2020569aecbaab1df01
</pre>
</div>
</content>
</entry>
<entry>
<title>We need to make sure that the result is always a str, even if the result is an error response. Otherwise</title>
<updated>2010-11-22T17:12:18+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2010-11-22T17:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d722bd3324c1d22541a8e8f924fa490fd7c1046f'/>
<id>d722bd3324c1d22541a8e8f924fa490fd7c1046f</id>
<content type='text'>
you get an error when trying to pattern match in line 206.

--HG--
branch : distribute
extra : rebase_source : dc5fe8b1365544fc763414b67227cc78dc1f8524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
you get an error when trying to pattern match in line 206.

--HG--
branch : distribute
extra : rebase_source : dc5fe8b1365544fc763414b67227cc78dc1f8524
</pre>
</div>
</content>
</entry>
<entry>
<title>Only do the decoding if there is something to decode.</title>
<updated>2010-07-24T13:56:42+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2010-07-24T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=35b06106c2c50e0d0709f2e75be4bc8fe56aef34'/>
<id>35b06106c2c50e0d0709f2e75be4bc8fe56aef34</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 6510b361ce8885f536a3babfc66a7ebdfaa25b2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 6510b361ce8885f536a3babfc66a7ebdfaa25b2d
</pre>
</div>
</content>
</entry>
<entry>
<title>Importing url2pathname from the correct place, so 2to3 can do it's job.</title>
<updated>2010-07-24T11:55:44+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2010-07-24T11:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fadd3a199f2c99ef0fb5d58e78016274cad6cc20'/>
<id>fadd3a199f2c99ef0fb5d58e78016274cad6cc20</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 43178821d2b4776dbfdf5ad9493bca8dc401b048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 43178821d2b4776dbfdf5ad9493bca8dc401b048
</pre>
</div>
</content>
</entry>
</feed>
