<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/test/data/module2.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>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>reintroduce spaces necessary for test_module_as_string</title>
<updated>2013-03-28T07:38:45+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-03-28T07:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=ceb70fa877d933ad4db77597082e3b2a991b6e06'/>
<id>ceb70fa877d933ad4db77597082e3b2a991b6e06</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 for generator methods to correctly handle yields in lambdas. Closes #123068</title>
<updated>2013-03-27T11:29:00+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>tmarek@google.com</email>
</author>
<published>2013-03-27T11:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=73bf62b2dd02a903b98ff0d90f1150a0261a18ba'/>
<id>73bf62b2dd02a903b98ff0d90f1150a0261a18ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test assignement to True and yield; fix yield as_string</title>
<updated>2010-12-09T16:17:10+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2010-12-09T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=8850309b6df53b943907a25649fd5a8d9c04efc0'/>
<id>8850309b6df53b943907a25649fd5a8d9c04efc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py3k: make test for module2.py as_string pass</title>
<updated>2010-10-28T14:41:07+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2010-10-28T14:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=7758b4fa14363c5cc9d1006c215bb766e1e1024a'/>
<id>7758b4fa14363c5cc9d1006c215bb766e1e1024a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>as_string: fix callfunc and test module2.py returned identically</title>
<updated>2010-10-28T12:00:35+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2010-10-28T12:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=cb2b76c25da2def24113a4bf512b2d41aaf7d28b'/>
<id>cb2b76c25da2def24113a4bf512b2d41aaf7d28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove py3k imcompatible string raise from data example</title>
<updated>2010-10-07T13:09:12+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2010-10-07T13:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=594ca4041f53118cbcfa088500e822893a1bdfdf'/>
<id>594ca4041f53118cbcfa088500e822893a1bdfdf</id>
<content type='text'>
(this deprecated syntax is not need for the tests)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(this deprecated syntax is not need for the tests)
</pre>
</div>
</content>
</entry>
<entry>
<title>proper licensing information (LGPL-2.1). Hope I get it right this time.</title>
<updated>2010-04-28T08:35:32+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2010-04-28T08:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=2d4587c552493fae8a298d746c0ed184a095cab5'/>
<id>2d4587c552493fae8a298d746c0ed184a095cab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>left &amp; right nodes for compiler.ast Bit Operators</title>
<updated>2009-02-09T11:01:19+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2009-02-09T11:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=eec35897b4f42f8b590d19c4f1f7ee79e2e84dcb'/>
<id>eec35897b4f42f8b590d19c4f1f7ee79e2e84dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forget the past.</title>
<updated>2006-04-26T10:48:09+00:00</updated>
<author>
<name>root</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-26T10:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=923478f057c9784fbeb97b3bcc99a47e4e36b2bf'/>
<id>923478f057c9784fbeb97b3bcc99a47e4e36b2bf</id>
<content type='text'>
forget the past.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
forget the past.
</pre>
</div>
</content>
</entry>
</feed>
