<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/ez_setup.py, branch v49.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>Remove ez_setup.py from master branch (and packaged sdist releases).</title>
<updated>2016-04-26T16:01:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-26T16:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a73118b9e3c125910ce3a50ab1e676632b4c12d1'/>
<id>a73118b9e3c125910ce3a50ab1e676632b4c12d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate clauses onto different lines for clarity and consistency.</title>
<updated>2016-04-26T14:00:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-26T14:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=661440a9248792656455022b6fba51343e58cd50'/>
<id>661440a9248792656455022b6fba51343e58cd50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary mention of Python 2.6, now required.</title>
<updated>2016-04-26T13:49:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-04-26T13:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e0dcf2ea12f26ed859606bed54fb4b2ede9b0d28'/>
<id>e0dcf2ea12f26ed859606bed54fb4b2ede9b0d28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>restore previous fix that was never deployed.</title>
<updated>2016-04-25T20:59:19+00:00</updated>
<author>
<name>Jim Fulton</name>
<email>jim@aledade.com</email>
</author>
<published>2016-04-25T20:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3728c541b655efb91a14868d93a38216149e6757'/>
<id>3728c541b655efb91a14868d93a38216149e6757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setuptools url and curl wants --location to follow redirects</title>
<updated>2016-04-25T19:18:27+00:00</updated>
<author>
<name>Jim Fulton</name>
<email>jim@aledade.com</email>
</author>
<published>2016-04-25T19:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cf470e31326312d68b84b81501b0eb91389042d9'/>
<id>cf470e31326312d68b84b81501b0eb91389042d9</id>
<content type='text'>
This change also removes:

    sys.meta_path = [importer for importer in sys.meta_path if
                     importer.__class__.__module__ != 'pkg_resources.extern']

from _unload_pkg_resources.

These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py

I don't know why the code there and here differs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change also removes:

    sys.meta_path = [importer for importer in sys.meta_path if
                     importer.__class__.__module__ != 'pkg_resources.extern']

from _unload_pkg_resources.

These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py

I don't know why the code there and here differs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Safer way to remove the import hook</title>
<updated>2016-03-17T05:56:44+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2016-03-17T05:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=071e0ed8fea0ab719a9b4a7d1f71c27a5754b819'/>
<id>071e0ed8fea0ab719a9b4a7d1f71c27a5754b819</id>
<content type='text'>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the import hook when unloading the old pkg_resources modules</title>
<updated>2016-03-17T01:10:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2016-03-17T01:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ae6ebd7837573c7f86b07b14725937b3f9d43d1e'/>
<id>ae6ebd7837573c7f86b07b14725937b3f9d43d1e</id>
<content type='text'>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer locals to vars</title>
<updated>2015-12-17T00:10:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-17T00:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0923ea577d1374b39a4d5e57688c0c9739ed3734'/>
<id>0923ea577d1374b39a4d5e57688c0c9739ed3734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly quote strings rather than relying on repr. Fixes #477.</title>
<updated>2015-12-17T00:10:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-17T00:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=156bf219d2e9c99b3a241fa59dd4c652cfa90a45'/>
<id>156bf219d2e9c99b3a241fa59dd4c652cfa90a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In resolve version, always cast to a string (avoiding Unicode on Python 2). Fixes #476.</title>
<updated>2015-12-17T00:05:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-17T00:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d8a425e00d05c0cd0896b6e684b18304c6bbf717'/>
<id>d8a425e00d05c0cd0896b6e684b18304c6bbf717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
