<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/brain/brain_random.py, 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>Replace checks against None and Uninferable to boolean checks</title>
<updated>2018-10-10T10:01:23+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-10-10T10:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=934f0ed0302b93044d67eb2e1ac9a3ae76d499a8'/>
<id>934f0ed0302b93044d67eb2e1ac9a3ae76d499a8</id>
<content type='text'>
Uninferable acts as None so that should be enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uninferable acts as None so that should be enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial formatting of astroid</title>
<updated>2018-10-02T07:43:56+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-10-02T07:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=add5f7b8eba427de9d39caae864bbc6dc37ef980'/>
<id>add5f7b8eba427de9d39caae864bbc6dc37ef980</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless TODOs that are either issues in the issue tracker or things which we'll never get to fix/change</title>
<updated>2018-06-12T10:50:30+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-06-12T10:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=9799ad2a86d4c8bd1ecc6cb9008fbebd5df91a4e'/>
<id>9799ad2a86d4c8bd1ecc6cb9008fbebd5df91a4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add brain tips for random.sample</title>
<updated>2018-01-30T11:38:51+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-01-30T11:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=553f36959501917e0b7b57cdf99b9d51094ad115'/>
<id>553f36959501917e0b7b57cdf99b9d51094ad115</id>
<content type='text'>
We can infer the result of random.sample, but only its type, the elements
being filled with None values. This brain tip should improve the situation a bit by
providing additional hints at inference time.

Close PyCQA/pylint#811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can infer the result of random.sample, but only its type, the elements
being filled with None values. This brain tip should improve the situation a bit by
providing additional hints at inference time.

Close PyCQA/pylint#811
</pre>
</div>
</content>
</entry>
</feed>
