<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/bases.py, branch simplification-for-python3.6-code</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>Move from % syntax to format or f-strings</title>
<updated>2021-02-17T22:51:41+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-17T22:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=ea96fc4bce94673671958e15d17bbcd75914b3f9'/>
<id>ea96fc4bce94673671958e15d17bbcd75914b3f9</id>
<content type='text'>
This is possible with python 3.6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is possible with python 3.6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the # coding, since PEP3120 the default is UTF8</title>
<updated>2021-02-17T22:51:41+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-17T22:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=14395e6e5d9d75b6fe1f87a44b77cfe71a538083'/>
<id>14395e6e5d9d75b6fe1f87a44b77cfe71a538083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the new violations of super-without-arguments</title>
<updated>2020-05-12T06:50:02+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-05-12T06:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=60290ea135bb2b53ab87ad6d60f042d20a72db0b'/>
<id>60290ea135bb2b53ab87ad6d60f042d20a72db0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing copyright annotations for the past releases</title>
<updated>2020-04-27T08:48:59+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-04-27T08:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=c2e6a889e338ef488fb0656a0fb6eaadbb59e463'/>
<id>c2e6a889e338ef488fb0656a0fb6eaadbb59e463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``</title>
<updated>2020-03-26T09:05:56+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-03-26T09:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f62be0a2d52b2ba01010cecc372fceb821528091'/>
<id>f62be0a2d52b2ba01010cecc372fceb821528091</id>
<content type='text'>
Close PyCQA/pylint#2335
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close PyCQA/pylint#2335
</pre>
</div>
</content>
</entry>
<entry>
<title>``NodeNG.bool_value()`` gained an optional ``context`` parameter</title>
<updated>2020-03-05T09:03:35+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-03-05T09:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5f0675c41ff8c463ab0d657fb6756aa9679cffbf'/>
<id>5f0675c41ff8c463ab0d657fb6756aa9679cffbf</id>
<content type='text'>
We need to pass an inference context downstream when inferring the boolean
value of a node in order to prevent recursion errors and double inference.

This fix prevents a recursion error with dask library.

Close PyCQA/pylint#2985
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to pass an inference context downstream when inferring the boolean
value of a node in order to prevent recursion errors and double inference.

This fix prevents a recursion error with dask library.

Close PyCQA/pylint#2985
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for inferring properties</title>
<updated>2019-12-04T12:31:38+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-11-28T08:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=55b43f6755d4839cefaf010eb2ced747d014d459'/>
<id>55b43f6755d4839cefaf010eb2ced747d014d459</id>
<content type='text'>
These new capabilities will allow inferring both the `property` builtin
as well as property attributes such as  `.deleter` and `.setter`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These new capabilities will allow inferring both the `property` builtin
as well as property attributes such as  `.deleter` and `.setter`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow inferring positional only arguments on Python 3.8</title>
<updated>2019-11-14T10:12:42+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-11-14T09:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=78d5537b6a40a5d4f5f80bad7ba567ff716d728a'/>
<id>78d5537b6a40a5d4f5f80bad7ba567ff716d728a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lint warnings</title>
<updated>2019-10-11T10:19:51+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=73babe3d536ffc4da94e59c705eb6a8c3e5822ef'/>
<id>73babe3d536ffc4da94e59c705eb6a8c3e5822ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
