<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/tests, 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>Use new style super when applicable</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:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=9c8c85801cfaeb57a742cbb2b9a4c732fca714e9'/>
<id>9c8c85801cfaeb57a742cbb2b9a4c732fca714e9</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 open mode 'r' in opens</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:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=688876e2312ac5b43aca8e6369591897939577a9'/>
<id>688876e2312ac5b43aca8e6369591897939577a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old future import that are no longer required</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:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=4d222af03b2ca48fa21832e05ce4fbba25905c8f'/>
<id>4d222af03b2ca48fa21832e05ce4fbba25905c8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>Update copyright notice</title>
<updated>2021-02-15T17:47:08+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-15T17:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=636d0f56d7f84b950949808b31b6f316645f41eb'/>
<id>636d0f56d7f84b950949808b31b6f316645f41eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the unit test to unittest_brain because it needs six</title>
<updated>2021-02-12T07:26:52+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-11T18:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=6189473d344dbffd72ff65d7bb7fd04351caedaf'/>
<id>6189473d344dbffd72ff65d7bb7fd04351caedaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The node.bases has not to be tweaked otherwise leads to false positive unused-import due to the fact that six.with_metaclass is not consumed. Adds a unittest to check that bases attribute holds a call node and that ancestors attributes returns the correct class hierarchy.</title>
<updated>2021-02-12T07:26:52+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-11T17:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=dc560d470b3351cfc886f62688ee86dcbbb1a3cd'/>
<id>dc560d470b3351cfc886f62688ee86dcbbb1a3cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a test for property setter</title>
<updated>2021-02-10T18:30:13+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-07T15:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=7179392e2b70c97109fced64eae72c1ee7cda87b'/>
<id>7179392e2b70c97109fced64eae72c1ee7cda87b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds missing include</title>
<updated>2021-02-07T15:56:58+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2021-02-07T15:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=6e735dc59aefcd12f7b8b8198fe349fb6615b6aa'/>
<id>6e735dc59aefcd12f7b8b8198fe349fb6615b6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
