<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/tests, 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>Fix lint warnings</title>
<updated>2019-10-18T09:06:31+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-10-11T10:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=cdb4472840bc692d0870f29eeecf242cb49d1c27'/>
<id>cdb4472840bc692d0870f29eeecf242cb49d1c27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All type comments have as parent the corresponding `astroid` node</title>
<updated>2019-10-09T07:31:06+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-10-09T07:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5f235c093626f55888ddfa3f5df459fde6f9ac7d'/>
<id>5f235c093626f55888ddfa3f5df459fde6f9ac7d</id>
<content type='text'>
Until now they had as parent the builtin `ast` node which meant
we were operating with primitive objects instead of our own.

Close PyCQA/pylint#3174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now they had as parent the builtin `ast` node which meant
we were operating with primitive objects instead of our own.

Close PyCQA/pylint#3174
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow annotated assign with attrs</title>
<updated>2019-10-09T07:28:54+00:00</updated>
<author>
<name>Tomas Novak</name>
<email>ext.Tomas.Novak@skoda-auto.cz</email>
</author>
<published>2019-09-15T21:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=276ada6760e3c49954bbad4ccd806cee7fb64c7c'/>
<id>276ada6760e3c49954bbad4ccd806cee7fb64c7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A transform for the builtin `dataclasses` module was added.</title>
<updated>2019-10-09T07:28:26+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-26T07:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=25aec83171827be737c07297b909e667f10a8d46'/>
<id>25aec83171827be737c07297b909e667f10a8d46</id>
<content type='text'>
This should address various `dataclasses` issues that were surfaced
even more after the release of pylint 2.4.0.
In the previous versions of `astroid`, annotated assign nodes were
allowed to be retrieved via `getattr()` but that no longer happens
with the latest `astroid` release, as those attribute are not actual
attributes, but rather virtual ones, thus an operation such as `getattr()`
does not make sense for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should address various `dataclasses` issues that were surfaced
even more after the release of pylint 2.4.0.
In the previous versions of `astroid`, annotated assign nodes were
allowed to be retrieved via `getattr()` but that no longer happens
with the latest `astroid` release, as those attribute are not actual
attributes, but rather virtual ones, thus an operation such as `getattr()`
does not make sense for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean new pylint errors from the codebase</title>
<updated>2019-09-24T07:57:21+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-24T07:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=d8ed3f1c32bd21d0083d57a2510b23995a612abe'/>
<id>d8ed3f1c32bd21d0083d57a2510b23995a612abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test that does not work on Python 3.8 due to library differences</title>
<updated>2019-09-12T12:01:59+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-12T12:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6076874993b26b141f4adfbcf2a48e703d84298f'/>
<id>6076874993b26b141f4adfbcf2a48e703d84298f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update http brain tips to support `phrase` and `description`</title>
<updated>2019-09-12T11:39:04+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-12T11:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5e5806903da8e3810b69db932281caedbdcf58c6'/>
<id>5e5806903da8e3810b69db932281caedbdcf58c6</id>
<content type='text'>
Close PyCQA/pylint#2950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close PyCQA/pylint#2950
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting errors</title>
<updated>2019-09-11T12:38:31+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-11T12:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=da9b0b3e667ab71eeb85ffaa46d09d031b1de4a9'/>
<id>da9b0b3e667ab71eeb85ffaa46d09d031b1de4a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a brain tip for ``subprocess.check_output``</title>
<updated>2019-09-11T12:32:08+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-09-11T12:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5259dfa3bf17f22a4f85982092fcd347e47ea126'/>
<id>5259dfa3bf17f22a4f85982092fcd347e47ea126</id>
<content type='text'>
Close #689
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #689
</pre>
</div>
</content>
</entry>
<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>
</feed>
