<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/test/input, branch python_6</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pylint-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/'/>
<entry>
<title>Implement confidence levels.</title>
<updated>2014-07-24T13:07:51+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-07-24T13:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=7aa57622583caab7dc14d0458bc3c4082036b766'/>
<id>7aa57622583caab7dc14d0458bc3c4082036b766</id>
<content type='text'>
- attach confidence levels to a number of messages
- include confidence levels in the message object
- if the confidence of a message is not HIGH or UNDEFINED,
  include it in the test output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- attach confidence levels to a number of messages
- include confidence levels in the message object
- if the confidence of a message is not HIGH or UNDEFINED,
  include it in the test output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test failures.</title>
<updated>2014-08-17T19:42:13+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-17T19:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=98d800bdab4f9d7209b0466ee62036638c511abd'/>
<id>98d800bdab4f9d7209b0466ee62036638c511abd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect calls of the parent's __init__, through a binded super() call.</title>
<updated>2014-08-15T21:25:57+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-15T21:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=91af7c933718f518c819fd9eb9f3aa3dd967f43b'/>
<id>91af7c933718f518c819fd9eb9f3aa3dd967f43b</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 emit 'protected-access' if the attribute is accessed using a property defined at the class level.</title>
<updated>2014-08-14T15:20:13+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-14T15:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=2619e069558471d6600cf691f2673e520c087668'/>
<id>2619e069558471d6600cf691f2673e520c087668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Look in the metaclass, if defined, for members not found in the current class. Closes issue #306.</title>
<updated>2014-08-14T12:29:44+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-14T12:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=86a9ed29402d9396bce7eb1a6dff8dba6e941e12'/>
<id>86a9ed29402d9396bce7eb1a6dff8dba6e941e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixme regex handles comments without spaces after the hash. Closes issue #311.</title>
<updated>2014-08-11T14:46:40+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-11T14:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=94b27962a5ebe5d9dfbbdaf87546754a88b7168a'/>
<id>94b27962a5ebe5d9dfbbdaf87546754a88b7168a</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 emit 'import-error' if an import was protected by a try-except, which excepted ImportError.</title>
<updated>2014-08-08T19:58:04+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-08T19:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=e7ffab27ea531e3142e9a439264a0e3458e1a3ac'/>
<id>e7ffab27ea531e3142e9a439264a0e3458e1a3ac</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 emit 'attribute-defined-outside-init' if the attribute was set by a function call in a defining method. Closes issue #192.</title>
<updated>2014-08-04T16:19:46+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-04T16:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=2829b834031fdbe7b9c7fda13e25fc91bff17761'/>
<id>2829b834031fdbe7b9c7fda13e25fc91bff17761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged logilab/pylint into default</title>
<updated>2014-07-30T21:57:15+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2014-07-30T21:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=a86ba4ae957c06fb09532c64723aaa82a7ea7055'/>
<id>a86ba4ae957c06fb09532c64723aaa82a7ea7055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle 'too-few-format-args' or 'too-many-format-args' for format strings with both named and positional fields. Closes issue #286.</title>
<updated>2014-07-30T21:56:49+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-07-30T21:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=2fc187c040d5b7c554fed0dc014527c929e5fe82'/>
<id>2fc187c040d5b7c554fed0dc014527c929e5fe82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
