<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/modutils.py, branch 2.3</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Remove redundant compatibility code (#693)</title>
<updated>2019-09-10T08:19:02+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-09-10T08:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=8ae94aa2e12817a366350326293333ae4ba3351d'/>
<id>8ae94aa2e12817a366350326293333ae4ba3351d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make is_standard_module() properly classify extensions (#659)</title>
<updated>2019-03-29T08:13:06+00:00</updated>
<author>
<name>markmcclain</name>
<email>markmcclain@users.noreply.github.com</email>
</author>
<published>2019-03-29T08:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=70ed2cfd68e71a98697b1c13c337499732a801dc'/>
<id>70ed2cfd68e71a98697b1c13c337499732a801dc</id>
<content type='text'>
Extensions can be installed in either a platform independent or specific
location[1]. The search is updated to include both paths. Previously, an
extension in the platform specific location would be misclassified because
only the independent location was considered and the platform specific location
shared a prefix with the standard lib.

[1] http://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_python_lib

Fixes Issue: #658
Co-authored-by: Matt Story &lt;s.matt.story@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extensions can be installed in either a platform independent or specific
location[1]. The search is updated to include both paths. Previously, an
extension in the platform specific location would be misclassified because
only the independent location was considered and the platform specific location
shared a prefix with the standard lib.

[1] http://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_python_lib

Fixes Issue: #658
Co-authored-by: Matt Story &lt;s.matt.story@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize _is_python_file check using tuple (#657)</title>
<updated>2019-03-27T11:19:22+00:00</updated>
<author>
<name>BasPH</name>
<email>BasPH@users.noreply.github.com</email>
</author>
<published>2019-03-27T11:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=44bbb980f30ac0d68fa5c862ac61473fdb2ab777'/>
<id>44bbb980f30ac0d68fa5c862ac61473fdb2ab777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial formatting of astroid</title>
<updated>2018-10-02T07:43:56+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-10-02T07:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=add5f7b8eba427de9d39caae864bbc6dc37ef980'/>
<id>add5f7b8eba427de9d39caae864bbc6dc37ef980</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2018-07-24T19:59:13+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-07-24T19:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=b8122df810a7d3e1664154fdcb9873dcfb6e2ecb'/>
<id>b8122df810a7d3e1664154fdcb9873dcfb6e2ecb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the copyright notices</title>
<updated>2018-07-15T07:21:52+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-07-15T07:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=654492a0259215b0e4cdb76546777186b0f3a710'/>
<id>654492a0259215b0e4cdb76546777186b0f3a710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include abspath of sys.path on searches at load_from_module</title>
<updated>2018-07-05T09:28:11+00:00</updated>
<author>
<name>Mario Corchero</name>
<email>mcorcherojim@bloomberg.net</email>
</author>
<published>2018-07-04T21:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6917550911c2158e41f5c5e97a42cb3818319e94'/>
<id>6917550911c2158e41f5c5e97a42cb3818319e94</id>
<content type='text'>
At the moment `load_from_module` is resolving all paths in `sys.path`
to validate that the module being import is in a folder part of the
path. This is done to resolve symlinks.

This can be an issue though it both the file being imported and the path
in `sys.path` resolve to different locations. Even if the symlinks are
importable, the resolution of the paths in `sys.path` might not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the moment `load_from_module` is resolving all paths in `sys.path`
to validate that the module being import is in a folder part of the
path. This is done to resolve symlinks.

This can be an issue though it both the file being imported and the path
in `sys.path` resolve to different locations. Even if the symlinks are
importable, the resolution of the paths in `sys.path` might not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting</title>
<updated>2018-06-14T06:45:49+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-06-14T06:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=7e0c84151781dc4879a4d8807837a8b9be03549d'/>
<id>7e0c84151781dc4879a4d8807837a8b9be03549d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove six from a couple of files</title>
<updated>2018-05-31T04:56:28+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-05-27T06:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=329deed20f8f8d65288ff7ae01b12e69c66f08c7'/>
<id>329deed20f8f8d65288ff7ae01b12e69c66f08c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade (#549)</title>
<updated>2018-05-22T18:36:48+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-05-22T18:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5d17f5b1cbb875cc2ca28cee0942f3f92fb2a01d'/>
<id>5d17f5b1cbb875cc2ca28cee0942f3f92fb2a01d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
