<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/ChangeLog, branch simplification-for-python3.6-code</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Prepare version 2.5</title>
<updated>2021-02-15T17:46:09+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-15T17:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=8af4a45a59565f2dfffb41abf63bbf27622777f4'/>
<id>8af4a45a59565f2dfffb41abf63bbf27622777f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds an entry</title>
<updated>2021-02-10T18:30:13+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-07T16:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=4744833718af6031163008775015034af0e93190'/>
<id>4744833718af6031163008775015034af0e93190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2021-02-07T15:29:50+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-07T15:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=d60eb5e207427599fe2f4a8d44e4cb0bebcf3c9f'/>
<id>d60eb5e207427599fe2f4a8d44e4cb0bebcf3c9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the parent of function type comment nodes</title>
<updated>2021-02-07T09:10:52+00:00</updated>
<author>
<name>Ashley Whetter</name>
<email>ashley@awhetter.co.uk</email>
</author>
<published>2021-01-31T06:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=599fe72a0c0e07e2a7720237c40800aa3c611708'/>
<id>599fe72a0c0e07e2a7720237c40800aa3c611708</id>
<content type='text'>
These nodes used to be parented to their original ast.FunctionDef parent
but are now correctly parented to their astroid.FunctionDef parent.

Closes #851
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These nodes used to be parented to their original ast.FunctionDef parent
but are now correctly parented to their astroid.FunctionDef parent.

Closes #851
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support of 'six.with_metaclass'  (#841)</title>
<updated>2021-02-07T08:43:57+00:00</updated>
<author>
<name>Francis Charette Migneault</name>
<email>francis.charette.migneault@gmail.com</email>
</author>
<published>2021-02-07T08:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=4629b93e59037e7d43fd70cb19085c6cb93d58a6'/>
<id>4629b93e59037e7d43fd70cb19085c6cb93d58a6</id>
<content type='text'>
Closes #713</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #713</pre>
</div>
</content>
</entry>
<entry>
<title>Julien palard mdk/class getitem (#885)</title>
<updated>2021-01-24T13:42:25+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-01-24T13:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=5f67396894c79c4661e357ec8bb03aa134a51109'/>
<id>5f67396894c79c4661e357ec8bb03aa134a51109</id>
<content type='text'>
* Add missing __class_getitem__ to deque.

* The __class_getitem__ method is added only for python versions above 3.9

* Adds two tests that ensure that __class_getitem__ method is not present for python versions prior to 3.9 but present for python versions above 3.9

* Reorganizes

* Adds an entry

* Add Julien Palard in copyright

Co-authored-by: Julien Palard &lt;julien@palard.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add missing __class_getitem__ to deque.

* The __class_getitem__ method is added only for python versions above 3.9

* Adds two tests that ensure that __class_getitem__ method is not present for python versions prior to 3.9 but present for python versions above 3.9

* Reorganizes

* Adds an entry

* Add Julien Palard in copyright

Co-authored-by: Julien Palard &lt;julien@palard.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroid</title>
<updated>2021-01-23T17:11:10+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-01-23T17:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=7c614b397300514cc8a12421cc428463ca6a364f'/>
<id>7c614b397300514cc8a12421cc428463ca6a364f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #883 from hippo91/bug_pylint_4001</title>
<updated>2021-01-23T14:09:53+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-01-23T14:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=7c7848b7670e57517eb2b42ee605d18b4259248f'/>
<id>7c7848b7670e57517eb2b42ee605d18b4259248f</id>
<content type='text'>
Bug pylint 4001</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug pylint 4001</pre>
</div>
</content>
</entry>
<entry>
<title>Adds an entry</title>
<updated>2021-01-19T19:57:20+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-01-19T19:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=e7a42443822dde8b2c954dab87abaa811b42fe8e'/>
<id>e7a42443822dde8b2c954dab87abaa811b42fe8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9</title>
<updated>2021-01-18T12:06:05+00:00</updated>
<author>
<name>Damien Baty</name>
<email>damien@damienbaty.com</email>
</author>
<published>2021-01-18T11:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=294623e1f1c4a83c193e6eb8c61cf1cb7233b8b9'/>
<id>294623e1f1c4a83c193e6eb8c61cf1cb7233b8b9</id>
<content type='text'>
This is necessary for pylint to detect that `subprocess.Popen` is
subscriptable, starting from Python 3.9 (see PyCQA/pylint#4034).

    $ python3.9
    &gt;&gt;&gt; import subprocess
    &gt;&gt;&gt; subprocess.Popen.__class_getitem__
    &lt;bound method GenericAlias of &lt;class 'subprocess.Popen'&gt;&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary for pylint to detect that `subprocess.Popen` is
subscriptable, starting from Python 3.9 (see PyCQA/pylint#4034).

    $ python3.9
    &gt;&gt;&gt; import subprocess
    &gt;&gt;&gt; subprocess.Popen.__class_getitem__
    &lt;bound method GenericAlias of &lt;class 'subprocess.Popen'&gt;&gt;
</pre>
</div>
</content>
</entry>
</feed>
