<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources, branch 19.4.1</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>Invoke import on importlib.machinery directly. Access an attribute to force import in delayed-import environments. Fixes #487.</title>
<updated>2016-01-23T23:13:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-23T23:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e2f1814e0d3d8963cf3a1eb4dff6d400b58b4a52'/>
<id>e2f1814e0d3d8963cf3a1eb4dff6d400b58b4a52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in embray/setuptools (pull request #167)</title>
<updated>2016-01-16T22:04:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-16T22:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8a304f31a541944339fed6fe931dd5024d3f0897'/>
<id>8a304f31a541944339fed6fe931dd5024d3f0897</id>
<content type='text'>
Possible fix for #207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Possible fix for #207
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use Python 3 version of map</title>
<updated>2016-01-16T11:54:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-16T11:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8af3b6ef5b4173a0d0d6735147c98c882ae98344'/>
<id>8af3b6ef5b4173a0d0d6735147c98c882ae98344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort __path__ entries for namespace packages according to their order</title>
<updated>2016-01-06T22:08:56+00:00</updated>
<author>
<name>Erik Bray</name>
<email>embray@stsci.edu</email>
</author>
<published>2016-01-06T22:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ebc54982b1085b05054a75dbcdd16008ac20a60e'/>
<id>ebc54982b1085b05054a75dbcdd16008ac20a60e</id>
<content type='text'>
in sys.path.  This ensures that lookups in __path__ will be the same
as sys.path resolution.

This also adds a replace argument to Distribution.insert_on meant
to be used with the replace argumen to WorkingSet.add.  This ensures
that new sys.path entries added via WorkingSet.add are inserted at
the beginning, rather than appended to the end.  This is necessary
for consistency with the above change, and kind of makes more sense
anyways.  This means that if a Distribution is added to a WorkingSet,
that replaces a different version of that Distribution, the new version
of that Distribution will have its location first on sys.path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in sys.path.  This ensures that lookups in __path__ will be the same
as sys.path resolution.

This also adds a replace argument to Distribution.insert_on meant
to be used with the replace argumen to WorkingSet.add.  This ensures
that new sys.path entries added via WorkingSet.add are inserted at
the beginning, rather than appended to the end.  This is necessary
for consistency with the above change, and kind of makes more sense
anyways.  This means that if a Distribution is added to a WorkingSet,
that replaces a different version of that Distribution, the new version
of that Distribution will have its location first on sys.path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six in pkg_resources.</title>
<updated>2016-01-05T01:34:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-05T01:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b639cf0fa905f6fda3879c991197b759aaa20091'/>
<id>b639cf0fa905f6fda3879c991197b759aaa20091</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Move six to pkg_resources for use there.</title>
<updated>2016-01-05T01:15:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-05T01:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a2484bd0b21ddd984823067dc2c4fbcdf0bc70e6'/>
<id>a2484bd0b21ddd984823067dc2c4fbcdf0bc70e6</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract variable for extant name. Add comment about the hack.</title>
<updated>2016-01-02T21:30:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-02T21:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f81c6c36c062d40834cee8add4947c211e5e152c'/>
<id>f81c6c36c062d40834cee8add4947c211e5e152c</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some docstrings</title>
<updated>2016-01-02T21:20:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-02T21:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b875143b79b2e2ac6d87496d699e82e8123b6e5e'/>
<id>b875143b79b2e2ac6d87496d699e82e8123b6e5e</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Based on experimentation, the canonical module name needs to be in sys.modules on Python prior to 3.3, but must be omitted on Python 3.3 and later.</title>
<updated>2016-01-02T21:14:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-02T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6a5145a04f1c7f671620c0146a2ce0241afee60c'/>
<id>6a5145a04f1c7f671620c0146a2ce0241afee60c</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine separate VendorImporters into a single one in pkg_resources.extern</title>
<updated>2016-01-02T20:23:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-01-02T20:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec'/>
<id>2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
</feed>
