<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command/easy_install.py, branch v27.1.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<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>Revert "Ensure that tmpdir is unicode. Fixes #704."</title>
<updated>2016-08-02T11:35:59+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>sileht@sileht.net</email>
</author>
<published>2016-08-02T11:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b822e86d4b41cd54c12e6d5fdf3f7d00e89bb4d4'/>
<id>b822e86d4b41cd54c12e6d5fdf3f7d00e89bb4d4</id>
<content type='text'>
This reverts commit 857949575022946cc60c7cd1d0d088246d3f7540.

As we can see on https://github.com/pypa/setuptools/issues/709,
this breaks many things (easy_install C extensions, all py3.5 tests,
run with LANG=C).

So instead of fixing in a hurry all new bugs due to this, I propose to
revert this commit until all downsides of this change have been
investigated.

Related bug: https://github.com/pypa/setuptools/issues/709
Related bug: https://github.com/pypa/setuptools/issues/710
Related bug: https://github.com/pypa/setuptools/issues/712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 857949575022946cc60c7cd1d0d088246d3f7540.

As we can see on https://github.com/pypa/setuptools/issues/709,
this breaks many things (easy_install C extensions, all py3.5 tests,
run with LANG=C).

So instead of fixing in a hurry all new bugs due to this, I propose to
revert this commit until all downsides of this change have been
investigated.

Related bug: https://github.com/pypa/setuptools/issues/709
Related bug: https://github.com/pypa/setuptools/issues/710
Related bug: https://github.com/pypa/setuptools/issues/712
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that tmpdir is unicode. Fixes #704.</title>
<updated>2016-07-30T15:05:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-30T15:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=857949575022946cc60c7cd1d0d088246d3f7540'/>
<id>857949575022946cc60c7cd1d0d088246d3f7540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove copy of rmtree, as Python 2.3 is no longer supported.</title>
<updated>2016-07-30T03:54:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-30T03:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=15e0f14c1a7275a944c8c0c3f0f0e4badefa646a'/>
<id>15e0f14c1a7275a944c8c0c3f0f0e4badefa646a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set sys path technique to raw by default. Fixes #674.</title>
<updated>2016-07-23T08:17:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-23T08:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e211f4584ac59f404a3e1a17c6b54dff18468cf6'/>
<id>e211f4584ac59f404a3e1a17c6b54dff18468cf6</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 #616 from fkrull/issue398</title>
<updated>2016-07-22T17:51:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-22T17:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6547430bf289c7285498303ea77eef56702c3a95'/>
<id>6547430bf289c7285498303ea77eef56702c3a95</id>
<content type='text'>
Fix "failed to create process" issue on Windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix "failed to create process" issue on Windows</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'except Exception:' instead of 'except:'.</title>
<updated>2016-07-22T05:56:21+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-22T05:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b3b8a8d106ecf9dbdb933f4f2a09ec65003b7d05'/>
<id>b3b8a8d106ecf9dbdb933f4f2a09ec65003b7d05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing blank lines after class or function definition.</title>
<updated>2016-07-21T02:37:34+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-21T02:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=39bf3155d47c0024240be414a611dcb6d549f53c'/>
<id>39bf3155d47c0024240be414a611dcb6d549f53c</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 after code object.</title>
<updated>2016-07-12T23:00:42+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-12T15:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6d11e88f938f09ef16db4c6064b6e74acba4db1d'/>
<id>6d11e88f938f09ef16db4c6064b6e74acba4db1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
