<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/astroid/tests/testdata/python2/data, branch master</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>Add two new exceptions, AstroidImportError and AstroidSyntaxError.</title>
<updated>2015-12-06T15:06:11+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-12-06T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=97c9092852d69f9b98b1276e3d10e9d29c7c0224'/>
<id>97c9092852d69f9b98b1276e3d10e9d29c7c0224</id>
<content type='text'>
They are subclasses of AstroidBuildingException and are raised when
a module can't be imported from various reasons.
Also do_import_module lets the errors to bubble up without converting
them to InferenceError. This particular conversion happens only
during the inference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are subclasses of AstroidBuildingException and are raised when
a module can't be imported from various reasons.
Also do_import_module lets the errors to bubble up without converting
them to InferenceError. This particular conversion happens only
during the inference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace __future__.print_statement with print_function</title>
<updated>2015-10-19T07:42:41+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-10-19T07:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=f31e2f2e5e3d614e97d61c9cd515835fe7366390'/>
<id>f31e2f2e5e3d614e97d61c9cd515835fe7366390</id>
<content type='text'>
1c35a97 fixed Python 2 only print statements, and imported
a mix of __future__.print_function and __future__.print_statement.
1826d98 fixed most of them, however this one still remains.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1c35a97 fixed Python 2 only print statements, and imported
a mix of __future__.print_function and __future__.print_statement.
1826d98 fixed most of them, however this one still remains.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2015-07-25T16:22:57+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-25T16:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=c926edccd671cc1c9f54ce321d07a04e559c4bd8'/>
<id>c926edccd671cc1c9f54ce321d07a04e559c4bd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of logilab.common.shellutils in test data.</title>
<updated>2015-07-25T13:51:06+00:00</updated>
<author>
<name>Florian Bruhin</name>
<email>me@the-compiler.org</email>
</author>
<published>2015-07-25T13:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=6231bd47fa4735565577fd37a9785aaf4345fe03'/>
<id>6231bd47fa4735565577fd37a9785aaf4345fe03</id>
<content type='text'>
Instead of logilab.common.shellutils.ProgressBar we use
astroid.node_classes.Name now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of logilab.common.shellutils.ProgressBar we use
astroid.node_classes.Name now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to search for all Python files in get_module_files</title>
<updated>2015-07-25T12:02:22+00:00</updated>
<author>
<name>Rados?aw Ganczarek</name>
<email>radoslaw@ganczarek.in</email>
</author>
<published>2015-07-25T12:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=a8a9469a9f26a69b60f727583c83e2a31a7a32ae'/>
<id>a8a9469a9f26a69b60f727583c83e2a31a7a32ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>astroid.inspector was moved to pylint.pyreverse.</title>
<updated>2015-06-17T19:06:51+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-06-17T19:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=98cf6fa28626b7d1e57167764c00b96c06df07a1'/>
<id>98cf6fa28626b7d1e57167764c00b96c06df07a1</id>
<content type='text'>
This was moved since it is the only known client of this module.
No other change was made to the exported API. This doesn't go
through a normal deprecation cycle, since I really want to clean it up
at a faster pace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was moved since it is the only known client of this module.
No other change was made to the exported API. This doesn't go
through a normal deprecation cycle, since I really want to clean it up
at a faster pace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing tests.</title>
<updated>2015-06-02T11:47:46+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-06-02T11:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=be2ccda1a7404b6dda20d43d5d358c7c49be8d35'/>
<id>be2ccda1a7404b6dda20d43d5d358c7c49be8d35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>print_statement -&gt; print_function.</title>
<updated>2015-06-02T09:13:02+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-06-02T09:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=feac5e91e367e2fb25ddbea3ea447a3138298e4f'/>
<id>feac5e91e367e2fb25ddbea3ea447a3138298e4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed syntax errors in Python 3.</title>
<updated>2015-06-01T10:33:29+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-06-01T10:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=f3de950bfb19c81cd6430e7244f996bf824584e4'/>
<id>f3de950bfb19c81cd6430e7244f996bf824584e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ability to optimize small ast subtrees.</title>
<updated>2015-01-18T19:59:52+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-01-18T19:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=7c2ac2346f47654f6827f186ee4140ccf1f82be1'/>
<id>7c2ac2346f47654f6827f186ee4140ccf1f82be1</id>
<content type='text'>
The first use of the AST peephole optimizer is the optimization of multiple
BinOp nodes. This removes recursivity in the rebuilder when dealing
with a lot of small strings joined by the
 addition operator. which are
now precomputed to the final string. Closes issue #59.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first use of the AST peephole optimizer is the optimization of multiple
BinOp nodes. This removes recursivity in the rebuilder when dealing
with a lot of small strings joined by the
 addition operator. which are
now precomputed to the final string. Closes issue #59.
</pre>
</div>
</content>
</entry>
</feed>
