<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command, branch v32.3.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>Cast the value to rmtree to bytes on Linux and Python 2 when the filesystemencoding is ascii, and let posixpath work its voodoo. Fixes #706.</title>
<updated>2016-12-21T19:39:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-21T19:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5ad13718686bee04a93b4e86929c1bb170f14a52'/>
<id>5ad13718686bee04a93b4e86929c1bb170f14a52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move toward future compatibility using unicode strings, but cast to native str as workaround for #709, #710, and #712.</title>
<updated>2016-12-18T15:07:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-18T15:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6c6f4caa4bacce4b719b1e03fb02fdb857b1a135'/>
<id>6c6f4caa4bacce4b719b1e03fb02fdb857b1a135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract tmpdir as a context manager</title>
<updated>2016-12-18T14:45:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-18T14:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=674d5ecb1695de056226d1ad65c5d8b48ca99f3b'/>
<id>674d5ecb1695de056226d1ad65c5d8b48ca99f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Can't use six.u as 'c:\users' triggers unicode_escape and fails. Ref #704.</title>
<updated>2016-12-18T14:30:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-18T14:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7f89e790d228aeece7df1fda8eb6c762d772c450'/>
<id>7f89e790d228aeece7df1fda8eb6c762d772c450</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When invoking rmtree, ensure the parameter is unicode to avoid errors when the tree contains Unicode filenames. Fixes #704.</title>
<updated>2016-12-18T13:38:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-18T13:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=53e5575e11a35aaf761da56aa6728cdcd7c04ec0'/>
<id>53e5575e11a35aaf761da56aa6728cdcd7c04ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise DistutilsError and log result</title>
<updated>2016-12-16T15:15:04+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-12-16T15:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2c4fd43277fc477d85b50e15c37b176136676270'/>
<id>2c4fd43277fc477d85b50e15c37b176136676270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit on test failure</title>
<updated>2016-12-16T14:32:16+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-12-16T14:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9f37eb817df5d9453e49edbcf2760832f333af68'/>
<id>9f37eb817df5d9453e49edbcf2760832f333af68</id>
<content type='text'>
When test fails, it should not continue to run other commands.
Fixes #891
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When test fails, it should not continue to run other commands.
Fixes #891
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix #849 global-exclude globbing"</title>
<updated>2016-12-14T23:11:37+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-12-14T23:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=980c2c5afd20fb9f7e50cb8ec0c42abc664da352'/>
<id>980c2c5afd20fb9f7e50cb8ec0c42abc664da352</id>
<content type='text'>
This reverts commit 23aba916e1070d3cf9723af85a6ce07c89053931.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 23aba916e1070d3cf9723af85a6ce07c89053931.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into develop-nspkg-always</title>
<updated>2016-12-11T20:32:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-11T20:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3dd506f01d48b98aeea9bdbca0105d4c7d8ad538'/>
<id>3dd506f01d48b98aeea9bdbca0105d4c7d8ad538</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 #872 from scop/spelling</title>
<updated>2016-12-08T14:56:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-08T14:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c5843bbdba5166d833c4cc2bf18ee95b470a8aa1'/>
<id>c5843bbdba5166d833c4cc2bf18ee95b470a8aa1</id>
<content type='text'>
Spelling fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spelling fixes</pre>
</div>
</content>
</entry>
</feed>
