<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/distutils_patch.py, branch v49.1.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_USE_DISTUTILS environment variable.</title>
<updated>2020-07-11T06:09:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-11T00:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bedaf1309d2633831a7fb7dea561642e7da704df'/>
<id>bedaf1309d2633831a7fb7dea561642e7da704df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide escape hatch for distutils adoption.</title>
<updated>2020-07-11T00:14:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-11T00:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=67f0cc59f0d803f13c1da1cb60e87469f656617e'/>
<id>67f0cc59f0d803f13c1da1cb60e87469f656617e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the module is named 'distutils'. Avoids errors when distutils.log and setuptools._distutils.log are two separate modules with separate state.</title>
<updated>2020-07-03T08:54:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T08:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=97192962e89a24a02effd1f7a541108335517253'/>
<id>97192962e89a24a02effd1f7a541108335517253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move distutils into a submodule of setuptools.</title>
<updated>2020-07-03T08:13:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T07:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380'/>
<id>bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace distutils rather than requiring it to be present in advanec. Instead of crashing, issue a warning when Setuptools is replacing distutils.</title>
<updated>2020-06-21T18:47:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-21T18:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b596e4b0f684f5ac11673598e1de3aaa5bc74162'/>
<id>b596e4b0f684f5ac11673598e1de3aaa5bc74162</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools/distutils_patch.py</title>
<updated>2020-06-21T16:09:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-21T16:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a8081a19cc48fc285dfd50953bb2c522cb4b8b02'/>
<id>a8081a19cc48fc285dfd50953bb2c522cb4b8b02</id>
<content type='text'>
Co-authored-by: Steve Dower &lt;steve.dower@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Steve Dower &lt;steve.dower@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Extract function for ensure_local_distuils</title>
<updated>2020-05-31T12:51:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-31T12:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9962c0af814ccd13c370ce8b04742a52f77025c6'/>
<id>9962c0af814ccd13c370ce8b04742a52f77025c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update distutils patch to monkeypatch all paths from sys.path to ensure that distutils is never imported except from the same path as setuptools. Assert that 'distutils' is not already in sys.modules.</title>
<updated>2020-05-25T20:16:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-25T17:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=151599602b9d626ebcfe5ae6960ea216b767fec2'/>
<id>151599602b9d626ebcfe5ae6960ea216b767fec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move distutils import to a separate file to avoid linter errors.</title>
<updated>2020-05-25T20:16:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-25T17:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b678ce30a356abb36cd49d523731a9f978fce0bf'/>
<id>b678ce30a356abb36cd49d523731a9f978fce0bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
