<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/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>Wrap dict.items() et. al. in list()</title>
<updated>2014-08-29T16:37:55+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-08-29T16:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=45172520702065f9eb36e346be4b3c2f17c1c62b'/>
<id>45172520702065f9eb36e346be4b3c2f17c1c62b</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 missed print statement</title>
<updated>2014-08-29T16:25:45+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-08-29T16:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=b78012884296c56f1ce9bdecf18ba1862bf757cd'/>
<id>b78012884296c56f1ce9bdecf18ba1862bf757cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Cleanup the API, by providing a new report_order method to ReportsHandlerMixIn, which is overriden by PyLinter for consistent output.</title>
<updated>2014-08-19T11:42:04+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-19T11:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=45fbd61f07d7b689a108632d719717473118c245'/>
<id>45fbd61f07d7b689a108632d719717473118c245</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>Extend the reporter interface with a method that takes a message object, for better extendability.</title>
<updated>2014-08-17T00:57:50+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-08-17T00:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=20ffb646e24da344602c705be938f2f6baac0494'/>
<id>20ffb646e24da344602c705be938f2f6baac0494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move definition of Message class out of reporters module, and make it a namedtuple.</title>
<updated>2014-08-17T00:40:44+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-08-17T00:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=d4695d4fd8b50df7840c6e7e4b4a9103c37388dc'/>
<id>d4695d4fd8b50df7840c6e7e4b4a9103c37388dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the current reporter only if it was removed.</title>
<updated>2014-08-18T14:57:37+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-18T14:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=54e8ee1d68f66b5a9f89d48209c24494a56d68d9'/>
<id>54e8ee1d68f66b5a9f89d48209c24494a56d68d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Order of reporting is consistent.</title>
<updated>2014-08-18T14:54:07+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-18T14:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=168db0ec2772579d2dae24f1971a84546f8675f3'/>
<id>168db0ec2772579d2dae24f1971a84546f8675f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
