<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git, branch pygobject-require_version</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>Ignore exceptions raised by gi.require_version</title>
<updated>2015-07-08T15:47:07+00:00</updated>
<author>
<name>David Shea</name>
<email>dshea@redhat.com</email>
</author>
<published>2015-07-08T15:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=d126898e2072c687ddc21cc3bc880bbdee0a8a93'/>
<id>d126898e2072c687ddc21cc3bc880bbdee0a8a93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate calls to gi.require_version.</title>
<updated>2015-07-08T14:43:10+00:00</updated>
<author>
<name>David Shea</name>
<email>dshea@redhat.com</email>
</author>
<published>2015-07-08T14:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=0e284e5b69b694d9d0be5e57be7033f51caaeabd'/>
<id>0e284e5b69b694d9d0be5e57be7033f51caaeabd</id>
<content type='text'>
gobject-introspection uses gi.require_version to choose which version of a
library to import from gi.repository, and pygobject now issues a warning if
gi.require_version is not used. Find calls to require_version and duplicate
them in py2gi.py so that the version data is present in the context of the
import.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gobject-introspection uses gi.require_version to choose which version of a
library to import from gi.repository, and pygobject now issues a warning if
gi.require_version is not used. Find calls to require_version and duplicate
them in py2gi.py so that the version data is present in the context of the
import.
</pre>
</div>
</content>
</entry>
<entry>
<title>Understand metaclasses added with six.add_metaclass decorator. Closes issue #129.</title>
<updated>2015-07-07T09:51:30+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-07T09:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=86a2c52cfb2608b3004cee5d98b90e004a12912f'/>
<id>86a2c52cfb2608b3004cee5d98b90e004a12912f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test Super.pytype, Super.display_type and Super.name</title>
<updated>2015-07-06T21:56:06+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-06T21:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=0589e6ef40467cf8c6089cfaa3d074c17c936c17'/>
<id>0589e6ef40467cf8c6089cfaa3d074c17c936c17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the body of namedtuple._replace: return the current self and don't actually call self._make, since it's impossible to understand it.</title>
<updated>2015-07-06T15:24:03+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-06T15:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=04cf8037bdbe372a5a622a35997ec6c6f1e0400a'/>
<id>04cf8037bdbe372a5a622a35997ec6c6f1e0400a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pyreverse specific modules and functionality back into pyreverse</title>
<updated>2015-07-03T11:15:11+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-03T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=996ec557f15cd5ba4ca3b8172947a51a8a926029'/>
<id>996ec557f15cd5ba4ca3b8172947a51a8a926029</id>
<content type='text'>
We moved astroid.manager.Project and astroid.manager.Manager.project_from_files
to pyreverse.inspector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We moved astroid.manager.Project and astroid.manager.Manager.project_from_files
to pyreverse.inspector.
</pre>
</div>
</content>
</entry>
<entry>
<title>Infer the unary method retrieved from classes.</title>
<updated>2015-07-03T09:41:52+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-03T09:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=24209b633bc0465e5a078ef626711547211ca820'/>
<id>24209b633bc0465e5a078ef626711547211ca820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new property name in the list of known property-like objects.</title>
<updated>2015-07-03T09:29:28+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-03T09:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=40cff07aad309c94aa62e9eb26347e24294732b6'/>
<id>40cff07aad309c94aa62e9eb26347e24294732b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __enter__ and __exit__ for subprocess.Popen.</title>
<updated>2015-07-03T08:59:16+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-03T08:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=ed6fd7a16c264509095c347f589be446ef9a7b6b'/>
<id>ed6fd7a16c264509095c347f589be446ef9a7b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pylint warnings.</title>
<updated>2015-07-02T13:46:25+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-02T13:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=a17ea1fcc522e361803032ea59fd3bd01e562a07'/>
<id>a17ea1fcc522e361803032ea59fd3bd01e562a07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
