<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests/test_easy_install.py, branch v34.0.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Strip out vendored packages and require them instead. Ref #581.</title>
<updated>2017-01-02T03:34:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-02T03:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ff371f18f0076bc63da05334f7e551c1cc29e10d'/>
<id>ff371f18f0076bc63da05334f7e551c1cc29e10d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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='https://git.replicant.us/replicant-next/external_python_setuptools/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>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='https://git.replicant.us/replicant-next/external_python_setuptools/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>Fix quantity of blank lines.</title>
<updated>2016-10-18T13:29:34+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-10-18T13:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96'/>
<id>31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make import unconditional</title>
<updated>2016-08-20T17:37:33+00:00</updated>
<author>
<name>Ofekmeister</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2016-08-20T17:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=735a66a5588aadcf02a10b58338d476803916b99'/>
<id>735a66a5588aadcf02a10b58338d476803916b99</id>
<content type='text'>
Put import on top and updated CHANGES.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put import on top and updated CHANGES.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #459</title>
<updated>2016-08-16T06:12:38+00:00</updated>
<author>
<name>Ofekmeister</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2016-08-16T06:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=853a9df48cc056a07e17511a2b65918af9605bbc'/>
<id>853a9df48cc056a07e17511a2b65918af9605bbc</id>
<content type='text'>
Patched sys.argv[0] before loading entry point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patched sys.argv[0] before loading entry point
</pre>
</div>
</content>
</entry>
<entry>
<title>Try only applying one xfail.</title>
<updated>2016-08-02T17:10:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-08-02T17:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6a4e5446c941291ec5e7c56cee1d5a872300c955'/>
<id>6a4e5446c941291ec5e7c56cee1d5a872300c955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change order of xfail, giving the unfiltered one precedence.</title>
<updated>2016-08-02T16:47:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-08-02T16:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8d1349a2291054d1048c0f1a7180a96817c5f427'/>
<id>8d1349a2291054d1048c0f1a7180a96817c5f427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark tests as xfail. Ref #704 Ref #709 Ref #710.</title>
<updated>2016-08-02T13:25:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-08-02T13:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0d0bc3003b3613318a382ff14917060cda43c9f0'/>
<id>0d0bc3003b3613318a382ff14917060cda43c9f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the logic already vetted for determining ascii context.</title>
<updated>2016-07-30T15:07:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-30T15:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=82d6b404903bebabb8ae3df2453001d0fb086e6b'/>
<id>82d6b404903bebabb8ae3df2453001d0fb086e6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
