<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/as_string.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>Drop yield_from API, add a new YieldFrom node instead.</title>
<updated>2014-03-04T07:29:46+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-03-04T07:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=305b7d3192971ad881430719fd063521067a0de3'/>
<id>305b7d3192971ad881430719fd063521067a0de3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add yield_from property for Yield nodes.</title>
<updated>2014-03-02T10:07:33+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-03-02T10:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=33d7e72938705808199d64370c85e4ac8bb45af5'/>
<id>33d7e72938705808199d64370c85e4ac8bb45af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `as_string` for one element tuples.</title>
<updated>2013-12-27T10:35:34+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2013-12-27T10:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=5a3650642608b767aadec50491360c14e0e1b412'/>
<id>5a3650642608b767aadec50491360c14e0e1b412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper handling of metaclass for class.as_string.</title>
<updated>2013-08-14T11:15:31+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2013-08-14T11:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=1c72d69631067e3aff537e2779b3ece6f7cdf1c8'/>
<id>1c72d69631067e3aff537e2779b3ece6f7cdf1c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle python3.3's With nodes</title>
<updated>2013-06-20T13:45:35+00:00</updated>
<author>
<name>Julien Cristau</name>
<email>julien.cristau@logilab.fr</email>
</author>
<published>2013-06-20T13:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=6966b0690eae2b8a1b3c84d58cbfe0bbc010ec4c'/>
<id>6966b0690eae2b8a1b3c84d58cbfe0bbc010ec4c</id>
<content type='text'>
Change With nodes to have a list of (expr, var) items as in python 3.3's
ast.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change With nodes to have a list of (expr, var) items as in python 3.3's
ast.
</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>as_string/repr_tree code cleanup: enhance the doc a bit + regroup code</title>
<updated>2013-04-11T10:31:46+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-04-11T10:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=d7ee3708063846d8ab004772bf039d9366f1f308'/>
<id>d7ee3708063846d8ab004772bf039d9366f1f308</id>
<content type='text'>
- move _repr_tree from bases.py to as_string.py

- rename as_string function to to_code, though public API Node.as_string
  is left unchanged for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move _repr_tree from bases.py to as_string.py

- rename as_string function to to_code, though public API Node.as_string
  is left unchanged for now
</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>cosmetic changes: update/fix copyright and comments, d-t-w</title>
<updated>2011-09-27T12:11:47+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2011-09-27T12:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=669fce23ef24fdf1877db8a2677a14ab67e75807'/>
<id>669fce23ef24fdf1877db8a2677a14ab67e75807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we actually dropped support for python &lt; 2.5 in 0.21</title>
<updated>2011-09-27T12:08:44+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2011-09-27T12:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=e14e47255b491bb90fe3315eb2637b6dae7ead23'/>
<id>e14e47255b491bb90fe3315eb2637b6dae7ead23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
