<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git, branch print_statement</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>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>Don't reinstall astroid, use the one that's already available.</title>
<updated>2015-10-16T11:21:57+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-10-16T11:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=287dc928a5cc9f56f342e4abd3c60ff3bf44e3ed'/>
<id>287dc928a5cc9f56f342e4abd3c60ff3bf44e3ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Arguments' _other_fields</title>
<updated>2015-10-12T14:14:24+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-10-12T14:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=ceb26365312ad5138762f33636c1ac06bf233e6f'/>
<id>ceb26365312ad5138762f33636c1ac06bf233e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move proxy_alias function to util.py</title>
<updated>2015-10-11T20:36:13+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-11T20:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=a438429aa2b3ce5ebb52b42dc53c56a4a342b728'/>
<id>a438429aa2b3ce5ebb52b42dc53c56a4a342b728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove doctype and future imports which aren't useful.</title>
<updated>2015-10-11T17:34:40+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-11T17:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=6148be4118a761d01e76ecbc8c2701dd97e9bc0b'/>
<id>6148be4118a761d01e76ecbc8c2701dd97e9bc0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2015-10-11T16:47:12+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-11T16:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=e950e787428f044ee308c9084102825b9ec7362d'/>
<id>e950e787428f044ee308c9084102825b9ec7362d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move decorators from bases to decorators module.</title>
<updated>2015-10-11T16:14:45+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-11T16:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=5e926cc63701a54f8982fa1adb4ccb70f2067133'/>
<id>5e926cc63701a54f8982fa1adb4ccb70f2067133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move bases.NodeNG and bases.Statement in node_classes</title>
<updated>2015-10-11T16:06:30+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-11T16:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=fe16fb4d0ef01db3eb1411a8a278cb5839b078f6'/>
<id>fe16fb4d0ef01db3eb1411a8a278cb5839b078f6</id>
<content type='text'>
We're doing this in order to reduce the dependency hell which
occurs when a module such as bases.py wants to use classes
defined in node_classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're doing this in order to reduce the dependency hell which
occurs when a module such as bases.py wants to use classes
defined in node_classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>2015-10-09T18:34:31+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-09T18:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=68632aebe9b150925280d0abfd62552d7201727a'/>
<id>68632aebe9b150925280d0abfd62552d7201727a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The functional form of Enum returns a class, not an instance.</title>
<updated>2015-10-09T18:30:22+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2015-10-09T18:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=8b915c5569ec9b12d3d5415b673e5c1f9e94737c'/>
<id>8b915c5569ec9b12d3d5415b673e5c1f9e94737c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
