<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/tests/unittest_object_model.py, branch support-python-3.10</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>Add an isort configuration in setup.cfg and apply it</title>
<updated>2021-04-19T20:05:11+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-18T20:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=53cb382d118faac3b937921b436a999e53a36480'/>
<id>53cb382d118faac3b937921b436a999e53a36480</id>
<content type='text'>
Except on astroid/__init__.py because of circular imports
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except on astroid/__init__.py because of circular imports
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #891</title>
<updated>2021-04-10T17:22:50+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-10T15:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f2b197a4f8af0ceeddf435747a5c937c8632872a'/>
<id>f2b197a4f8af0ceeddf435747a5c937c8632872a</id>
<content type='text'>
Remove outdated COPYING and rename COPYING.LESSER
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove outdated COPYING and rename COPYING.LESSER
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade copyrite notice</title>
<updated>2021-02-28T19:21:45+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-28T19:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4'/>
<id>8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the # coding, since PEP3120 the default is UTF8</title>
<updated>2021-02-21T18:06:16+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=d0818815b39f99388539314932ba6718f43e58bb'/>
<id>d0818815b39f99388539314932ba6718f43e58bb</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://git.baserock.org/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>Remove required_version for 3.6 and below</title>
<updated>2020-12-31T03:42:59+00:00</updated>
<author>
<name>David Gilman</name>
<email>davidgilman1@gmail.com</email>
</author>
<published>2020-12-15T02:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=62931308c3ad6271709d5f2d9425df78197c231f'/>
<id>62931308c3ad6271709d5f2d9425df78197c231f</id>
<content type='text'>
We are now guaranteed to be running on 3.6+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are now guaranteed to be running on 3.6+
</pre>
</div>
</content>
</entry>
<entry>
<title>Add  exception inference for `UnicodeDecodeError` (#797)</title>
<updated>2020-05-29T06:18:09+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-05-29T06:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=765c67ff019eb5f3e91e308bcd102ce0b52e6c6a'/>
<id>765c67ff019eb5f3e91e308bcd102ce0b52e6c6a</id>
<content type='text'>
Close PyCQA/pylint#3639</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close PyCQA/pylint#3639</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>Remove Python 2 specific tests</title>
<updated>2020-03-10T10:38:19+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-03-10T10:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f2c75754dbaafbe2d9800eb8d3fc38383414dad1'/>
<id>f2c75754dbaafbe2d9800eb8d3fc38383414dad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pytest.xfail instead of unittest.expectedFailure to have a common decorator across the codebase</title>
<updated>2020-03-10T10:33:12+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2020-03-10T10:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=baa58746a2c9e51b757c623c883a02151bda4265'/>
<id>baa58746a2c9e51b757c623c883a02151bda4265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
