<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/easy_install.py, branch v28.1.0</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>Don't duplicate error case in package_index</title>
<updated>2016-09-12T22:54:45+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2016-09-12T22:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1f23f9a25e6c91554954185e84497056062093be'/>
<id>1f23f9a25e6c91554954185e84497056062093be</id>
<content type='text'>
easy_install has code to handle parsing a requirement, catching the
ValueError and then raising a DistUtilsError. This code was entirely
duplicated in package_index, so I've slightly refactored to remove
the duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
easy_install has code to handle parsing a requirement, catching the
ValueError and then raising a DistUtilsError. This code was entirely
duplicated in package_index, so I've slightly refactored to remove
the duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>easy_install: update links to documentation</title>
<updated>2016-08-29T08:28:29+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2016-08-29T08:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a3a7cac18c91f953957cb5fa440f203ed1f2b5fd'/>
<id>a3a7cac18c91f953957cb5fa440f203ed1f2b5fd</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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>
</feed>
