<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/tests/testdata/python3/data/module.py, branch 2.3</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Improve as_string output of operators, elif, with, return &amp; docs</title>
<updated>2018-07-05T07:26:23+00:00</updated>
<author>
<name>brendanator</name>
<email>brendan.maginnis@gmail.com</email>
</author>
<published>2018-06-22T12:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=66ecfa8a01e3eae02e54c19c301eca4d3f7193de'/>
<id>66ecfa8a01e3eae02e54c19c301eca4d3f7193de</id>
<content type='text'>
The precedence and associativity rules of operators are respected
and parens are only wrapped around child nodes when needed

A single If node inside the else block is output as `elif`

Unneccesary parens in with statements are removed

Unneccesary parens in tuple returns are removed

Doc strings in classes and functions no longer get additional indenting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The precedence and associativity rules of operators are respected
and parens are only wrapped around child nodes when needed

A single If node inside the else block is output as `elif`

Unneccesary parens in with statements are removed

Unneccesary parens in tuple returns are removed

Doc strings in classes and functions no longer get additional indenting
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the use of print in python3/data/module.py, since it complicates the testing of as_string.</title>
<updated>2015-10-22T09:07:02+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-22T09:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=cfff59908a08390ea37dc52e32ce218837a9e792'/>
<id>cfff59908a08390ea37dc52e32ce218837a9e792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SyntaxError on Python 2 for print function</title>
<updated>2015-10-19T07:48:15+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-10-19T07:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=8797877044b4accea9942cdd94dc3157e6322296'/>
<id>8797877044b4accea9942cdd94dc3157e6322296</id>
<content type='text'>
--HG--
branch : use_print_function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : use_print_function
</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.git/commit/?id=f8a7e95569ad5eee9564e788eedd80a6a72726c8'/>
<id>f8a7e95569ad5eee9564e788eedd80a6a72726c8</id>
<content type='text'>
Instead of logilab.common.shellutils.ProgressBar we use
astroid.node_classes.Name now.

--HG--
branch : no-logilab-common
</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.

--HG--
branch : no-logilab-common
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge all test data into a single package per Python version.</title>
<updated>2014-11-09T21:44:59+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-11-09T21:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f5e58be597e4866b0ef34cf874693240124b0693'/>
<id>f5e58be597e4866b0ef34cf874693240124b0693</id>
<content type='text'>
Also modernized a lot of test code. This makes it possible to run the
tests from both the base directory of the project as well as the
astroid package.

Since the packages have the same name for Python 2 and 3, there is less
version-dependent code in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also modernized a lot of test code. This makes it possible to run the
tests from both the base directory of the project as well as the
astroid package.

Since the packages have the same name for Python 2 and 3, there is less
version-dependent code in the tests.
</pre>
</div>
</content>
</entry>
</feed>
