<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/astroid/brain/py2stdlib.py, branch fix-python3-tests</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>Ensure that generated enum values have the correct base classes</title>
<updated>2015-05-01T08:44:12+00:00</updated>
<author>
<name>Philip Lorenz</name>
<email>philip@bithub.de</email>
</author>
<published>2015-05-01T08:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=b7b303d5b590c11ba8d861dcd8fa440122567d6d'/>
<id>b7b303d5b590c11ba8d861dcd8fa440122567d6d</id>
<content type='text'>
Enum values should share the same base classes as their defining class.
If this is not the case it may lead to wrong inference results when an
enum member is used - e.g. for the following snippet:

class X(enum.IntEnum):
    one = 1

print([1, 2][X.one])

pylint will detect a "invalid-sequence-index" error as the __index__
method of X.one is not detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enum values should share the same base classes as their defining class.
If this is not the case it may lead to wrong inference results when an
enum member is used - e.g. for the following snippet:

class X(enum.IntEnum):
    one = 1

print([1, 2][X.one])

pylint will detect a "invalid-sequence-index" error as the __index__
method of X.one is not detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>SyncManager is a context manager as well.</title>
<updated>2015-04-29T07:41:04+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-04-29T07:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=952bb8ee5575980e46fe11297fca636efa1822a2'/>
<id>952bb8ee5575980e46fe11297fca636efa1822a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add brain tips for multiprocessing post Python 3.4+.</title>
<updated>2015-04-02T14:58:56+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-04-02T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=63dd380e4c0cb27e972e912ee65ff532cbd8e8f9'/>
<id>63dd380e4c0cb27e972e912ee65ff532cbd8e8f9</id>
<content type='text'>
In Python 3.4+, the module level functions are retrieved with getattr
from a context object, leading to many no-member errors
in Pylint. This patch ensures us that we can retrieve those attributes,
no matter what.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.4+, the module level functions are retrieved with getattr
from a context object, leading to many no-member errors
in Pylint. This patch ensures us that we can retrieve those attributes,
no matter what.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncManager.</title>
<updated>2015-03-28T16:08:40+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-03-28T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=ea1a1f0b300189591450b0e563887a4cc4358897'/>
<id>ea1a1f0b300189591450b0e563887a4cc4358897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some style fixes.</title>
<updated>2015-03-28T15:43:10+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-03-28T15:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=e6e2bbd25f3ff1ab400123c9c383348ab1a068fc'/>
<id>e6e2bbd25f3ff1ab400123c9c383348ab1a068fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed long suffix</title>
<updated>2015-01-08T23:11:26+00:00</updated>
<author>
<name>Fran?ois Mockers</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-08T23:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=e55961e43d3b933b325a5e8ad98baf6611396634'/>
<id>e55961e43d3b933b325a5e8ad98baf6611396634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added properties block_size and digest_size to hashlib</title>
<updated>2015-01-07T11:06:07+00:00</updated>
<author>
<name>Fran?ois Mockers</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-07T11:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=dc362638afa9e4fe2ed2e90557e5f6564bb80f6e'/>
<id>dc362638afa9e4fe2ed2e90557e5f6564bb80f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim two extra lines.</title>
<updated>2015-01-03T11:21:14+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-01-03T11:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=b97515de47b1e798a9e733b7019ecd12ff9ffbf8'/>
<id>b97515de47b1e798a9e733b7019ecd12ff9ffbf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2014-12-11T21:05:51+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2014-12-11T21:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=915c7107f9bfa4d981107b5cebf20dad19dece75'/>
<id>915c7107f9bfa4d981107b5cebf20dad19dece75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't commit/push without checking for unsaved buffer</title>
<updated>2014-12-04T11:47:25+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2014-12-04T11:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=2dca16decfd71f490747743f70b7750a8e8cdb0e'/>
<id>2dca16decfd71f490747743f70b7750a8e8cdb0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
