<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command, branch 3.5.2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Merge Pull Request #48</title>
<updated>2014-05-07T15:52:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-07T15:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=07e07db83c26af971b3b1eb31517d04252eb5442'/>
<id>07e07db83c26af971b3b1eb31517d04252eb5442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use modern syntax for octal values</title>
<updated>2014-05-05T07:50:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-05T07:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3fdbb8f7fa5c84dca9a7ff309d71ae3aeff60009'/>
<id>3fdbb8f7fa5c84dca9a7ff309d71ae3aeff60009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore install._install with a comment to capture its requirement on earlier NumPy versions. Fixes #199.</title>
<updated>2014-05-04T13:31:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-04T13:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a2bc4f69c7f6c2cec29123669ca6ae517277b67a'/>
<id>a2bc4f69c7f6c2cec29123669ca6ae517277b67a</id>
<content type='text'>
--HG--
extra : amend_source : a76d060c98e0048506e5aadddd675151db9d273c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : a76d060c98e0048506e5aadddd675151db9d273c
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: b0a2fcc5275a Ref #193</title>
<updated>2014-05-03T16:58:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-03T16:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0515f30739d1dce3bc10921db403f336358ef447'/>
<id>0515f30739d1dce3bc10921db403f336358ef447</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct indentation and clarify meaning by using namespacing</title>
<updated>2014-04-30T21:38:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-30T21:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=573c2c86d4d4f506a87a1fc16060f32c1386ad38'/>
<id>573c2c86d4d4f506a87a1fc16060f32c1386ad38</id>
<content type='text'>
--HG--
extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
</pre>
</div>
</content>
</entry>
<entry>
<title>make easy_install.uncache_zipdir() remove more stale zipimporter instances</title>
<updated>2014-04-15T21:35:44+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-04-15T21:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=92cbda9859d98267e36c836ca954ca884df9b07c'/>
<id>92cbda9859d98267e36c836ca954ca884df9b07c</id>
<content type='text'>
Since paths are case-insensitive on Windows, zipped egg modules may be loaded
using different but equivalent paths. Importing each such different path causes
a new zipimporter to be instantiated. Removing cached zipimporter instances must
then not forget about removing those created for differently spelled paths to
the same replaced egg.

Other missed zipimporter instances are those used to access zipped eggs stored
inside zipped eggs. When clearing zipimporter instances got a given path, we
need to clear all the instances related to any of its subpaths as well.

--HG--
extra : rebase_source : 86aeadd1e639fbc83d27a0c551fdc2b8a68a6f85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since paths are case-insensitive on Windows, zipped egg modules may be loaded
using different but equivalent paths. Importing each such different path causes
a new zipimporter to be instantiated. Removing cached zipimporter instances must
then not forget about removing those created for differently spelled paths to
the same replaced egg.

Other missed zipimporter instances are those used to access zipped eggs stored
inside zipped eggs. When clearing zipimporter instances got a given path, we
need to clear all the instances related to any of its subpaths as well.

--HG--
extra : rebase_source : 86aeadd1e639fbc83d27a0c551fdc2b8a68a6f85
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up easy_install.uncache_zipdir() code &amp; comments</title>
<updated>2014-04-15T21:27:23+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-04-15T21:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cb4b1a9e751b10d63d91197934d1d8f8fff44be9'/>
<id>cb4b1a9e751b10d63d91197934d1d8f8fff44be9</id>
<content type='text'>
--HG--
extra : rebase_source : 79778a670897cb92c17307f2535fcac6447e16b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 79778a670897cb92c17307f2535fcac6447e16b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-arrange _first_line_re to put core functionality at the top level</title>
<updated>2014-04-15T18:11:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-15T18:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0f0c892487277e25ce79a39477b193822f1edf79'/>
<id>0f0c892487277e25ce79a39477b193822f1edf79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move import to the top</title>
<updated>2014-04-15T17:55:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-15T17:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=48864fad436fcb2ca9f4832fbdabbb66d12b7610'/>
<id>48864fad436fcb2ca9f4832fbdabbb66d12b7610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract first_line_re function to encapsulate compatibility mechanism</title>
<updated>2014-04-15T17:54:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-15T17:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bdab866e5efd23d156b4f598f79baa2208f16157'/>
<id>bdab866e5efd23d156b4f598f79baa2208f16157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
