<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/test/data, 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>test: stop using logilab.common.shellutils.Execute</title>
<updated>2014-02-03T14:34:26+00:00</updated>
<author>
<name>Julien Cristau</name>
<email>julien.cristau@logilab.fr</email>
</author>
<published>2014-02-03T14:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=0a517063dc30df161a595b51befc28feea3639d2'/>
<id>0a517063dc30df161a595b51befc28feea3639d2</id>
<content type='text'>
Use a ProgressBar instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a ProgressBar instead.
</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>rename the project astroid</title>
<updated>2013-06-17T16:09:03+00:00</updated>
<author>
<name>David Douard</name>
<email>david.douard@logilab.fr</email>
</author>
<published>2013-06-17T16:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=de948487c55093839c6c022bff5f45b195637c3d'/>
<id>de948487c55093839c6c022bff5f45b195637c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanups: drop copyright by me, update others to 2013, droip those in dumb test data files, delete some trailing whitespaces</title>
<updated>2013-03-28T17:24:19+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-03-28T17:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=705efcc193fb90e7ac4145bf2e51b9e9e7de72d0'/>
<id>705efcc193fb90e7ac4145bf2e51b9e9e7de72d0</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 and fix absolute import handling. Closes #106191</title>
<updated>2012-10-05T10:35:46+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2012-10-05T10:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=678721148ca92e3e75cad632c3986d613b4fb444'/>
<id>678721148ca92e3e75cad632c3986d613b4fb444</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>
</feed>
