<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/scoped_nodes.py, branch classmethod_subclasses</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/astroid-git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/'/>
<entry>
<title>Function nodes can detect if they are decorated with subclasses of builtin descriptors when determining their type (`classmethod` and `staticmethod`).</title>
<updated>2014-05-07T14:14:48+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-05-07T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=21ffd54d9e35f2c65afc820a544042880a05b858'/>
<id>21ffd54d9e35f2c65afc820a544042880a05b858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the lookup for the metaclass; add comments for the YES node tests.</title>
<updated>2014-04-30T08:37:54+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-30T08:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=6bbd339901c219edec1debb47cd13a773054b5be'/>
<id>6bbd339901c219edec1debb47cd13a773054b5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default.</title>
<updated>2014-04-29T19:39:35+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-29T19:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=495951ce43a6eb572d52b9e0f22b51104321c1b8'/>
<id>495951ce43a6eb572d52b9e0f22b51104321c1b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add future imports to Module.future_imports.</title>
<updated>2014-04-25T21:43:47+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-04-25T21:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=4aeefb49df1bd1b52e40e1e0064ef5d91938a42e'/>
<id>4aeefb49df1bd1b52e40e1e0064ef5d91938a42e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Look in ancestors when a class node doesn't use an explicitly defined metaclass (the metaclass of a class is a metaclass for all its subclasses).</title>
<updated>2014-04-25T10:48:28+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-25T10:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=9593ddb565d3e9a9eb808718de00253b15b520d2'/>
<id>9593ddb565d3e9a9eb808718de00253b15b520d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip non-class bases.</title>
<updated>2014-04-23T22:45:51+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-23T22:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=c784dbdb8a494dbd446d842be1ada9ba112115f5'/>
<id>c784dbdb8a494dbd446d842be1ada9ba112115f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip the same infered nodes as the base class in _is_metaclass. Closes issue #25.</title>
<updated>2014-04-22T07:13:17+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-22T07:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=54d19af58f1f19b0ba9f1eac9a26eb62d9d3878c'/>
<id>54d19af58f1f19b0ba9f1eac9a26eb62d9d3878c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note in test regarding the .ancestors() fix. Check the _type of a base class before calling _is_metaclass again.</title>
<updated>2014-04-15T08:35:18+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-15T08:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=79e90f7b56ade2b29abc2d404fc7f7a02263f047'/>
<id>79e90f7b56ade2b29abc2d404fc7f7a02263f047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unwrap instances found in `.ancestors()`, by using their _proxied class. Don't inherit the metaclass status if the current class can't be a metaclass.</title>
<updated>2014-04-12T06:46:49+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-04-12T06:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=a851aface24fd93616a441e37ba9d76019add72b'/>
<id>a851aface24fd93616a441e37ba9d76019add72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged logilab/astroid into default</title>
<updated>2014-04-02T13:44:50+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2014-04-02T13:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=f0c159849c951d22b56a62515211418359b97bbc'/>
<id>f0c159849c951d22b56a62515211418359b97bbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
