<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/__init__.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>YES is gone, we're using Uninferable for quite some time now</title>
<updated>2018-10-10T12:42:47+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-10-10T12:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=36fa294e9b84885d95a03b1fbc07da63e6d6a79b'/>
<id>36fa294e9b84885d95a03b1fbc07da63e6d6a79b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>wildcard-import is no longer emitted on __init__ files</title>
<updated>2018-09-30T09:03:00+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-09-30T09:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=2dfd9a7b88471edb93235c2f2a47de6b7f3517e6'/>
<id>2dfd9a7b88471edb93235c2f2a47de6b7f3517e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the copyright notices</title>
<updated>2018-07-15T07:21:52+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-07-15T07:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=654492a0259215b0e4cdb76546777186b0f3a710'/>
<id>654492a0259215b0e4cdb76546777186b0f3a710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pylint errors</title>
<updated>2018-06-04T15:36:29+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-06-04T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f241998dfecb4a2947faaf5cacc5fcfcf8dad8b1'/>
<id>f241998dfecb4a2947faaf5cacc5fcfcf8dad8b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a cache for the inference tips</title>
<updated>2018-06-04T14:08:42+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-06-04T14:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=180aec84a2699158c52572cced82d79b443203cc'/>
<id>180aec84a2699158c52572cced82d79b443203cc</id>
<content type='text'>
The inference tips were triggered each time we wanted to infer a particular node
for which an inference tip was registered, but this results in them being called too often.
This caching should prevent that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The inference tips were triggered each time we wanted to infer a particular node
for which an inference tip was registered, but this results in them being called too often.
This caching should prevent that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed AsStringRegexpPredicate in favour of transform predicates</title>
<updated>2018-06-04T13:52:05+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-06-03T10:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=2fcb7e6e4ea33ea8b38429f85f55d681a0cf1e35'/>
<id>2fcb7e6e4ea33ea8b38429f85f55d681a0cf1e35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inference tip collisions</title>
<updated>2018-02-07T05:18:36+00:00</updated>
<author>
<name>Bryce Guinta</name>
<email>bryce.paul.guinta@gmail.com</email>
</author>
<published>2018-02-05T00:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5cdca8155ddbace2b262b163517e292258833db1'/>
<id>5cdca8155ddbace2b262b163517e292258833db1</id>
<content type='text'>
Set predicates for transforms which use inference_tips to prevent
a node's _explicit_inference from being overwritten
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set predicates for transforms which use inference_tips to prevent
a node's _explicit_inference from being overwritten
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pylint errors</title>
<updated>2016-12-03T11:07:03+00:00</updated>
<author>
<name>Derek Gustafson</name>
<email>degustaf@gmail.com</email>
</author>
<published>2016-11-30T15:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=ac3e82e9bd8678086325a71a927a06bbc43d415e'/>
<id>ac3e82e9bd8678086325a71a927a06bbc43d415e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export __version__ in __init__.</title>
<updated>2016-08-24T19:57:01+00:00</updated>
<author>
<name>Moisés López</name>
<email>moylop260@vauxoo.com</email>
</author>
<published>2016-08-22T19:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=5a3b55258c3674a8f44c0bdc30c7516ceffd74eb'/>
<id>5a3b55258c3674a8f44c0bdc30c7516ceffd74eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
