<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/checkers/misc.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>Don't call unicode() directly</title>
<updated>2014-08-29T16:26:21+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-08-29T16:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=4db529a056fc67153e4053dbc96b7e4e2d9efcc9'/>
<id>4db529a056fc67153e4053dbc96b7e4e2d9efcc9</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>Notes (TODO, XXX etc) are now searched for using a simple `in` before resorting to the regular expression, in order to avoid using the regexp on every line and to prevent a pathological problem for extremely long lines (50k+ characters)</title>
<updated>2014-08-21T14:02:41+00:00</updated>
<author>
<name>carl</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-21T14:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=c025fc4b8c8561e09c864e2473741dedefed0877'/>
<id>c025fc4b8c8561e09c864e2473741dedefed0877</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>Fix a false positive regarding W0511. Closes issue #149.</title>
<updated>2014-07-09T08:26:27+00:00</updated>
<author>
<name>Alexandru Coman</name>
<email>fcoman@bitdefender.com</email>
</author>
<published>2014-07-09T08:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=f2fd6266e5bcf4a1f5c268c144ce0aff9529e51a'/>
<id>f2fd6266e5bcf4a1f5c268c144ce0aff9529e51a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code refactoring.</title>
<updated>2014-07-09T08:06:37+00:00</updated>
<author>
<name>Alexandru Coman</name>
<email>fcoman@bitdefender.com</email>
</author>
<published>2014-07-09T08:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=301c7fab2effb2a3ea440e88d5e3e9c1509cd487'/>
<id>301c7fab2effb2a3ea440e88d5e3e9c1509cd487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing Issue #149 (W0511 false positive)</title>
<updated>2014-07-08T22:44:35+00:00</updated>
<author>
<name>Alexandru Coman</name>
<email>fcoman@bitdefender.com</email>
</author>
<published>2014-07-08T22:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=3be19d82c2a1142063c691efb3443ff74c2aba28'/>
<id>3be19d82c2a1142063c691efb3443ff74c2aba28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only emit symbolic warnings from the misc checker.</title>
<updated>2014-04-17T09:07:03+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-04-17T09:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=55cee05bc4ad266e314610e35cf41eab55377e07'/>
<id>55cee05bc4ad266e314610e35cf41eab55377e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF address.</title>
<updated>2014-02-23T23:02:47+00:00</updated>
<author>
<name>Arun Persaud</name>
<email>arun@nubati.net</email>
</author>
<published>2014-02-23T23:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=fa4de8855ebfba07bfcef09f3d96a120e1bbd680'/>
<id>fa4de8855ebfba07bfcef09f3d96a120e1bbd680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some pylint and style fixes</title>
<updated>2013-07-31T07:05:01+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-07-31T07:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=7dbb31d36dd0b478fc339549bff1c183a07f6812'/>
<id>7dbb31d36dd0b478fc339549bff1c183a07f6812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
