<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/checkers/utils.py, 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>Modernize to the point of working for Python 2.7 still</title>
<updated>2014-08-29T15:16:29+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-08-29T15:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=131810f8df6431ffef5d0cf345d67aeec7c3c605'/>
<id>131810f8df6431ffef5d0cf345d67aeec7c3c605</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some work on making pylint work on Python 3 without 2to3.</title>
<updated>2014-08-17T04:07:04+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-08-17T04:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=724f386d65fd5ffa9023cce056ed687096028729'/>
<id>724f386d65fd5ffa9023cce056ed687096028729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Don't emit 'invalid-name' when assigning a name in an ImportError handler. Closes issue #302.</title>
<updated>2014-08-09T14:16:11+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-09T14:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=716a878eeaddff7ef311df16822ebe0b2e36aa0a'/>
<id>716a878eeaddff7ef311df16822ebe0b2e36aa0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move inherit_from_std_ex to checkers/utils.py, so that it can be used in other checkers as well.</title>
<updated>2014-08-08T15:58:11+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-08T15:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=9c9527b69137a4c8597bce0f573b900c437c1c58'/>
<id>9c9527b69137a4c8597bce0f573b900c437c1c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linting pylint</title>
<updated>2014-07-25T15:23:37+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2014-07-25T15:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=94809f51eb4bc1d46e573be6763271f05558b80a'/>
<id>94809f51eb4bc1d46e573be6763271f05558b80a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default.</title>
<updated>2014-06-23T07:12:39+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-06-23T07:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=8483af3e3f66d3e9ae987c668f7414d0dde7df19'/>
<id>8483af3e3f66d3e9ae987c668f7414d0dde7df19</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 warn with 'bad-format-character' when encountering the 'a' format on Python 3.</title>
<updated>2014-06-16T19:57:57+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-06-16T19:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=c5e05b7c2e3079250a5e3b274b34aec5bf4c2aa9'/>
<id>c5e05b7c2e3079250a5e3b274b34aec5bf4c2aa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default.</title>
<updated>2014-06-07T13:21:08+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-06-07T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=9b7161191d7a0a34d26eb9a937364fd1ec01030f'/>
<id>9b7161191d7a0a34d26eb9a937364fd1ec01030f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>except as replaced by commas, one with_statement future import added and StringFormat used to replace string.format when python &lt; 2.6</title>
<updated>2014-03-06T06:08:25+00:00</updated>
<author>
<name>Ricardo Gemignani</name>
<email>ricardo.gemignani@gmail.com</email>
</author>
<published>2014-03-06T06:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=554f49e7d75d1cbbee7567c577744222295eadd4'/>
<id>554f49e7d75d1cbbee7567c577744222295eadd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
