<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch 0.6.30</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 two failing tests on Windows (paths separated by backslash didn't match manifest paths separated by slash).</title>
<updated>2012-10-21T07:49:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-10-21T07:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=44db905fd2d3c3a8cd7218a1c45cf54d353ed9ea'/>
<id>44db905fd2d3c3a8cd7218a1c45cf54d353ed9ea</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : f8cd5491fcfe18f687a67423bb8ccc43d3d76672
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : f8cd5491fcfe18f687a67423bb8ccc43d3d76672
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing test case on Windows (can't rmtree if a file is open in that tree)</title>
<updated>2012-10-21T07:38:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-10-21T07:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=152931a9f0fc509eab7d3c10934f6d3137651104'/>
<id>152931a9f0fc509eab7d3c10934f6d3137651104</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 99e78b88c18007b410c0be28237db8341413e334
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 99e78b88c18007b410c0be28237db8341413e334
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in mumak/distribute (pull request #14)</title>
<updated>2012-10-19T13:28:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-10-19T13:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=85eff791c5864fa3d2a916b37c7361d24d0c3613'/>
<id>85eff791c5864fa3d2a916b37c7361d24d0c3613</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : d8c7ca9f7aec8b82aa94b5e0a940da46964792db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : d8c7ca9f7aec8b82aa94b5e0a940da46964792db
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test broken by 984cedb.</title>
<updated>2012-10-19T09:35:52+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-19T09:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=47598ca259c8870efa3061144493758c187deb3d'/>
<id>47598ca259c8870efa3061144493758c187deb3d</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : f9fe65a5b00a1a64f812aa99716cc913a4b39188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : f9fe65a5b00a1a64f812aa99716cc913a4b39188
</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous updates to the upload_docs command.</title>
<updated>2012-10-19T02:15:20+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-19T02:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=197c1c33644d1bae8e58f0fbdbd33b387d8ec0bb'/>
<id>197c1c33644d1bae8e58f0fbdbd33b387d8ec0bb</id>
<content type='text'>
a) upload_docs now runs build_sphinx to generate documentation.
b) The temporary ZIP file is properly disposed of.
c) Auth credentials now work under Python 3. Fixes #326.

hg record cannot split hunks, thus the large commit.

--HG--
branch : distribute
extra : rebase_source : 76d81880a2aaeb5b94a1d2388cb838068e4f64e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a) upload_docs now runs build_sphinx to generate documentation.
b) The temporary ZIP file is properly disposed of.
c) Auth credentials now work under Python 3. Fixes #326.

hg record cannot split hunks, thus the large commit.

--HG--
branch : distribute
extra : rebase_source : 76d81880a2aaeb5b94a1d2388cb838068e4f64e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Use surrogateescape error handler when reading and writing the manifest. Refs #303.</title>
<updated>2012-10-17T08:54:39+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-17T08:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9d66fb61d9579516c5333d51eb85dc3495e6032f'/>
<id>9d66fb61d9579516c5333d51eb85dc3495e6032f</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 2.4 incompatibility in test_easy_install.py.</title>
<updated>2012-10-16T15:12:58+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-16T15:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b68c62e1cd28a9bedf6c6b8f65c5428361e644a9'/>
<id>b68c62e1cd28a9bedf6c6b8f65c5428361e644a9</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : ba9360ee8ff6c69f2ef589ef7c920fc0c8219b61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : ba9360ee8ff6c69f2ef589ef7c920fc0c8219b61
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't re-use FileList global name in egg_info.py.</title>
<updated>2012-10-16T11:08:55+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-16T11:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=422682d8c44fb310e3431d56b2ee0a991ced72db'/>
<id>422682d8c44fb310e3431d56b2ee0a991ced72db</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : ac180d4a23ab4fc03c243aa92dd8e6bc42bdabeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : ac180d4a23ab4fc03c243aa92dd8e6bc42bdabeb
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 86d7748 drive-by commit because of unclear BBB consequences.</title>
<updated>2012-10-15T12:48:49+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-15T12:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=21ead63de1689b99007d0ab9b41a19b09543e7b3'/>
<id>21ead63de1689b99007d0ab9b41a19b09543e7b3</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cause of test failure on Mac OS X. Refs #20.</title>
<updated>2012-10-09T16:38:21+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-09T16:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=95907bcc8ddc3f87e46fdc6b9518d3c2f2a015ed'/>
<id>95907bcc8ddc3f87e46fdc6b9518d3c2f2a015ed</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 92ba8151d6dfa3755b31139a9b5ada570183731d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 92ba8151d6dfa3755b31139a9b5ada570183731d
</pre>
</div>
</content>
</entry>
</feed>
