<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/_imp.py, branch v67.3.2</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>Fix misc. doc typos</title>
<updated>2021-05-14T12:34:17+00:00</updated>
<author>
<name>luz paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2021-05-14T12:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c063b3af1ecbcea0f0cc63b941f5e2038be9efcb'/>
<id>c063b3af1ecbcea0f0cc63b941f5e2038be9efcb</id>
<content type='text'>
Found via `codespell`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell`</pre>
</div>
</content>
</entry>
<entry>
<title>Extract 'find_spec' function to consolidate behavior. Ref #1905.</title>
<updated>2020-01-19T19:44:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T19:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7cfeee80514bbdcd91b5dfbb937a9848ba4b7cf3'/>
<id>7cfeee80514bbdcd91b5dfbb937a9848ba4b7cf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _imp module behaviour if is defined paths in find_spec call</title>
<updated>2019-11-15T07:52:35+00:00</updated>
<author>
<name>Ondřej Súkup</name>
<email>mimi1vx@users.noreply.github.com</email>
</author>
<published>2019-11-15T07:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bbf825eee764cae0bc44077ccc957a733d53d095'/>
<id>bbf825eee764cae0bc44077ccc957a733d53d095</id>
<content type='text'>
fixes #1896</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #1896</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'sys' import</title>
<updated>2019-10-29T07:53:40+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2019-10-29T07:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cfa9245a7dea8a35f11580c0bfd27472a3182c7e'/>
<id>cfa9245a7dea8a35f11580c0bfd27472a3182c7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow calling get_frozen_object without paths, raise ImportError when it cant find module</title>
<updated>2019-10-29T07:51:54+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2019-10-29T07:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=20d6407aa5f68dbeba61e8967290f2fbde4f85ab'/>
<id>20d6407aa5f68dbeba61e8967290f2fbde4f85ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract compatibility function into compatibility module.</title>
<updated>2019-10-29T01:52:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-29T01:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3a0520b43dfac9f6ba507c6d09a60290219a0802'/>
<id>3a0520b43dfac9f6ba507c6d09a60290219a0802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove _resolve</title>
<updated>2019-10-28T08:07:27+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2019-10-28T08:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2f4952927e41643100e6e6f58124f34331c14add'/>
<id>2f4952927e41643100e6e6f58124f34331c14add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add docstring to find_module</title>
<updated>2019-10-28T07:59:21+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2019-10-28T07:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ce01c0199f93612848e664bfd920083168eaa293'/>
<id>ce01c0199f93612848e664bfd920083168eaa293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py34 compat</title>
<updated>2019-10-28T07:46:48+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2019-10-28T07:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=65fe7abeaba9e82b8f3755054759fed21c0c489b'/>
<id>65fe7abeaba9e82b8f3755054759fed21c0c489b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid _resolve in get_module (causes failures).</title>
<updated>2019-10-28T00:40:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-28T00:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4948b14a66f00eba749e52b77281f711413e071b'/>
<id>4948b14a66f00eba749e52b77281f711413e071b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
