<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/interpreter, branch 2.3</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>Fix lint warnings</title>
<updated>2019-10-18T09:06:31+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=cdb4472840bc692d0870f29eeecf242cb49d1c27'/>
<id>cdb4472840bc692d0870f29eeecf242cb49d1c27</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>
<entry>
<title>Build FunctionDef.__get__ to use positional only arguments when inferring the bound method</title>
<updated>2019-07-09T10:05:42+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-07-09T09:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f4f205e066f26c8fd7ccfaa1f1719f5f518cc588'/>
<id>f4f205e066f26c8fd7ccfaa1f1719f5f518cc588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce a new argument to `Arguments` for storing the positional only annotations</title>
<updated>2019-07-09T10:05:42+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-07-09T08:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=50d53bc61a02e38a0cb272b6d6918741806d1407'/>
<id>50d53bc61a02e38a0cb272b6d6918741806d1407</id>
<content type='text'>
The annotations were stored until now in `.annotations` and `kwonlyargs_annotations`,
but given the addition of `posonlyargs`, we need to store the positional only
annotations somewhere else as well. This new attribute should simplify the handling
of annotations for both positional only and positional or keyword parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The annotations were stored until now in `.annotations` and `kwonlyargs_annotations`,
but given the addition of `posonlyargs`, we need to store the positional only
annotations somewhere else as well. This new attribute should simplify the handling
of annotations for both positional only and positional or keyword parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed being unable to find distutils submodules by name when in a virtualenv (#672)</title>
<updated>2019-05-23T05:51:01+00:00</updated>
<author>
<name>Ashley Whetter</name>
<email>AWhetter@users.noreply.github.com</email>
</author>
<published>2019-05-23T05:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6ca01e0e1c691f08fbed9fab6c76339751c83b0b'/>
<id>6ca01e0e1c691f08fbed9fab6c76339751c83b0b</id>
<content type='text'>
Close PyCQA/pylint#73</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close PyCQA/pylint#73</pre>
</div>
</content>
</entry>
<entry>
<title>Add a proper ``strerror`` inference to the ``OSError`` exceptions.</title>
<updated>2019-02-13T09:22:41+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-02-13T09:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=61d51f643450406d5d639861a3b8ff9b2e0f5e02'/>
<id>61d51f643450406d5d639861a3b8ff9b2e0f5e02</id>
<content type='text'>
Close PyCQA/pylint#2553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close PyCQA/pylint#2553
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a method to the manager to retrieve the builtins module</title>
<updated>2019-01-19T03:08:33+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-01-19T03:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=41a6d4d127d285dc4bcbff875a6990afa0035e96'/>
<id>41a6d4d127d285dc4bcbff875a6990afa0035e96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more builtin exceptions attributes. Close #580</title>
<updated>2019-01-18T17:48:13+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-01-18T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=0e1ab4ac02b1946851496585459930f0d7b6f03e'/>
<id>0e1ab4ac02b1946851496585459930f0d7b6f03e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different prefix for the object model methods</title>
<updated>2019-01-18T17:30:53+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-01-18T17:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f6dc0f45045b70b1487f94c5cc8beba22e31695f'/>
<id>f6dc0f45045b70b1487f94c5cc8beba22e31695f</id>
<content type='text'>
`py` is a bit confusing, instead a new constant is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`py` is a bit confusing, instead a new constant is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a registry for builtin exception models. Close PyCQA/pylint#1432</title>
<updated>2019-01-17T14:24:04+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-01-17T14:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=041366cc7a0fecaccbb17421571f996cc645fe26'/>
<id>041366cc7a0fecaccbb17421571f996cc645fe26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
