<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/ChangeLog, branch support-python-3.10</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>WIP : Add python 3.10 support</title>
<updated>2021-04-24T12:37:03+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-23T19:19: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=ca03e8b70d96253924cf9858e4d2adb46a2d787f'/>
<id>ca03e8b70d96253924cf9858e4d2adb46a2d787f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade changelog for setuptools</title>
<updated>2021-04-24T12:33:41+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-23T19:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=f8c347c6711904a18e6b08534a9d802d8feb1687'/>
<id>f8c347c6711904a18e6b08534a9d802d8feb1687</id>
<content type='text'>
Add changelog entry for renaming of License
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add changelog entry for renaming of License
</pre>
</div>
</content>
</entry>
<entry>
<title>Change numversion to __version__ in __pkginfo__</title>
<updated>2021-04-24T12:33:41+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-10T14:43: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=fcbf3c923136ef25d01ec45cd550d93f319b04db'/>
<id>fcbf3c923136ef25d01ec45cd550d93f319b04db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add same github actions than pylint</title>
<updated>2021-04-23T21:06:49+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-17T19:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=d68d22f54bc6320a5172dbcbb1ffcf89641806ca'/>
<id>d68d22f54bc6320a5172dbcbb1ffcf89641806ca</id>
<content type='text'>
But withtout benchmark and speeling that are specific to pylint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But withtout benchmark and speeling that are specific to pylint.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog entry for renaming of License</title>
<updated>2021-04-23T19:54:14+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-23T19:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=f778576d839adf56c0ddcd6eb2d4951f9661a037'/>
<id>f778576d839adf56c0ddcd6eb2d4951f9661a037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused debian build files and upgrade changelog</title>
<updated>2021-04-23T19:54:14+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-10T14:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=e3a9318b15c701b5dfa69605e89393cdf7fcbce4'/>
<id>e3a9318b15c701b5dfa69605e89393cdf7fcbce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when evaluating typing.NamedTuple (#956)</title>
<updated>2021-04-21T18:03:28+00:00</updated>
<author>
<name>Marc Mueller</name>
<email>30130371+cdce8p@users.noreply.github.com</email>
</author>
<published>2021-04-21T18:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=f6c38faa430c681f6724c83080952aa400dac25f'/>
<id>f6c38faa430c681f6724c83080952aa400dac25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inference tip for ``typing.Tuple`` (#948)</title>
<updated>2021-04-21T16:49:52+00:00</updated>
<author>
<name>Marc Mueller</name>
<email>30130371+cdce8p@users.noreply.github.com</email>
</author>
<published>2021-04-21T16:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=0d086fa241effd405654611f1afec30236ca9137'/>
<id>0d086fa241effd405654611f1afec30236ca9137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove non-breaking whitespaces from the codebase</title>
<updated>2021-04-18T13:03:40+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-18T13:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/astroid-git.git/commit/?id=0bd5e822d5e6431f23e2d6ebd38d73c98ed0254f'/>
<id>0bd5e822d5e6431f23e2d6ebd38d73c98ed0254f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all warnings in generated documentation</title>
<updated>2021-04-18T10:43:37+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-04-18T09:45: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=50c31f1f4adcb1ee54e227838a5b12b46d3006a2'/>
<id>50c31f1f4adcb1ee54e227838a5b12b46d3006a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
