<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/tests/testdata/python2/data, 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 copyright header and simplify the files to a simple class</title>
<updated>2019-09-11T12:20:27+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-11T12:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=fb9f8828479b86bd56cb2f1b606df29551c46718'/>
<id>fb9f8828479b86bd56cb2f1b606df29551c46718</id>
<content type='text'>
We had two "copyrighted" files in the repo but they were containing
a basic class with a simple `__init__` method, so there's no need
to keep that around.

Close #685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had two "copyrighted" files in the repo but they were containing
a basic class with a simple `__init__` method, so there's no need
to keep that around.

Close #685
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve as_string output of operators, elif, with, return &amp; docs</title>
<updated>2018-07-05T07:26:23+00:00</updated>
<author>
<name>brendanator</name>
<email>brendan.maginnis@gmail.com</email>
</author>
<published>2018-06-22T12:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=66ecfa8a01e3eae02e54c19c301eca4d3f7193de'/>
<id>66ecfa8a01e3eae02e54c19c301eca4d3f7193de</id>
<content type='text'>
The precedence and associativity rules of operators are respected
and parens are only wrapped around child nodes when needed

A single If node inside the else block is output as `elif`

Unneccesary parens in with statements are removed

Unneccesary parens in tuple returns are removed

Doc strings in classes and functions no longer get additional indenting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The precedence and associativity rules of operators are respected
and parens are only wrapped around child nodes when needed

A single If node inside the else block is output as `elif`

Unneccesary parens in with statements are removed

Unneccesary parens in tuple returns are removed

Doc strings in classes and functions no longer get additional indenting
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of the astpeephole (it's not an actual peephole and it's optimized just for once single use case</title>
<updated>2018-05-13T19:49:45+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-05-13T19:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=517697667497e4df4c7e44d9dba42134ee6f47bc'/>
<id>517697667497e4df4c7e44d9dba42134ee6f47bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix nested namespace package import</title>
<updated>2018-04-02T08:48:44+00:00</updated>
<author>
<name>Chris Philip</name>
<email>chrisp533@gmail.com</email>
</author>
<published>2017-10-26T18:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=e45899ed699c23afed67ddd06a5772c4d91694ad'/>
<id>e45899ed699c23afed67ddd06a5772c4d91694ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Builder: fix detection of whether file is a package when there is a __init__.py in filename (#408)</title>
<updated>2017-04-02T11:55:27+00:00</updated>
<author>
<name>Łukasz Rogalski</name>
<email>rogalski.91@gmail.com</email>
</author>
<published>2017-04-02T11:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=92665fe273b9e5899fa28ef7f67d4794db42478f'/>
<id>92665fe273b9e5899fa28ef7f67d4794db42478f</id>
<content type='text'>
Fixes PyCQA/pylint#1348
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes PyCQA/pylint#1348
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for discovering .pth file created by certain namespace packages.</title>
<updated>2016-08-24T06:57:39+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2016-08-24T06:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6b9a7ed82cef0b89edb00b19e991fe6ec5d057d5'/>
<id>6b9a7ed82cef0b89edb00b19e991fe6ec5d057d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build a dummy module object for namespace directories and add a test for multiple directories contributing to the same namespace.</title>
<updated>2016-05-09T11:19:00+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2016-05-09T11:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=becc6f94a4ff8d0859c3a1c3f0a13f65528f84cf'/>
<id>becc6f94a4ff8d0859c3a1c3f0a13f65528f84cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't introduce empty values for non-zip importers in path_importer_cache and add a test for implicit namespace packages.</title>
<updated>2016-05-08T13:30:02+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2016-05-08T13:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=50fa4b80dc526eedaf5c878c32c89ad5e054b59e'/>
<id>50fa4b80dc526eedaf5c878c32c89ad5e054b59e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for old namespace packages protocol.</title>
<updated>2016-05-07T13:13:33+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2016-05-07T13:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=cc45664f714822e7d6443bf6d2a96d4efdd484fd'/>
<id>cc45664f714822e7d6443bf6d2a96d4efdd484fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two new exceptions, AstroidImportError and AstroidSyntaxError.</title>
<updated>2015-12-06T15:06:11+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-12-06T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=4ef9c896f4f8835dc1d49c70844fbc9337b24f93'/>
<id>4ef9c896f4f8835dc1d49c70844fbc9337b24f93</id>
<content type='text'>
They are subclasses of AstroidBuildingException and are raised when
a module can't be imported from various reasons.
Also do_import_module lets the errors to bubble up without converting
them to InferenceError. This particular conversion happens only
during the inference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are subclasses of AstroidBuildingException and are raised when
a module can't be imported from various reasons.
Also do_import_module lets the errors to bubble up without converting
them to InferenceError. This particular conversion happens only
during the inference.
</pre>
</div>
</content>
</entry>
</feed>
