<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/ChangeLog, 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>Add a ChangeLog entry about porting</title>
<updated>2014-08-29T19:42:16+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-08-29T19:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=5b89bb1748d46dfa273cb2a19651227e1e92420a'/>
<id>5b89bb1748d46dfa273cb2a19651227e1e92420a</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 false positive with 'too-many-format-args', when the format string contains mixed attribute access arguments and manual fields. Closes issue #322.</title>
<updated>2014-08-27T12:54:36+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-27T12:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=2995e293950edc39b0466d1274affc1136c066c8'/>
<id>2995e293950edc39b0466d1274affc1136c066c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate html output for missing files. Closes issue #320.</title>
<updated>2014-08-24T21:59:08+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-24T21:59:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=476396bf421bea3556645b5b0795011daddeb9bf'/>
<id>476396bf421bea3556645b5b0795011daddeb9bf</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 crash which ocurred while checking for 'method-hidden', when the parent frame was something different than a function.</title>
<updated>2014-08-23T07:22:07+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-23T07:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=38af5b8b4a021633f4ef51258f9326f667860f9c'/>
<id>38af5b8b4a021633f4ef51258f9326f667860f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime.time' is used in a boolean context. Closes issue #239.</title>
<updated>2014-08-19T14:41:27+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-19T14:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=70d8a57553d3c2d32fd26e79a86637957b5bbc11'/>
<id>70d8a57553d3c2d32fd26e79a86637957b5bbc11</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>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>
<entry>
<title>Emit 'catching-non-exception' for non-class nodes. Closes issue #303.</title>
<updated>2014-08-18T11:34:23+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-18T11:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=f72c2e1a0e0943594740475c1e6071a111562eeb'/>
<id>f72c2e1a0e0943594740475c1e6071a111562eeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that a class has an explicitly defined metaclass before emitting 'old-style-class' for Python 2.</title>
<updated>2014-08-17T19:35:28+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-17T19:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=7c50e98ba61dc650e995eb0c106ba2487e6e359f'/>
<id>7c50e98ba61dc650e995eb0c106ba2487e6e359f</id>
<content type='text'>
This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle.
Also, look for the .newstyle attribute instead of bases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle.
Also, look for the .newstyle attribute instead of bases.
</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>
</feed>
