<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/utils.py, branch exec</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>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>
<entry>
<title>get_msg_display_string always return symbolic name</title>
<updated>2013-07-30T16:05:31+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-07-30T16:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=f5fb829be4799fedd0baae5714c52c1a233805e9'/>
<id>f5fb829be4799fedd0baae5714c52c1a233805e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename Message to MessageDefinition</title>
<updated>2013-07-30T16:03:52+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-07-30T16:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=49e9ff17c27b36ed722c95c7d911fc5424d31e9c'/>
<id>49e9ff17c27b36ed722c95c7d911fc5424d31e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: allow specifying min and max relevant python versions for a message</title>
<updated>2013-07-17T09:17:23+00:00</updated>
<author>
<name>Julien Cristau</name>
<email>julien.cristau@logilab.fr</email>
</author>
<published>2013-07-17T09:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=4cb9a4d440a05a4378b35f3fe37b29bf75de97bf'/>
<id>4cb9a4d440a05a4378b35f3fe37b29bf75de97bf</id>
<content type='text'>
Some messages don't make sense for all python versions.  Allow that
information to be recorded in the message declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some messages don't make sense for all python versions.  Allow that
information to be recorded in the message declaration.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix register_plugins isdir usage, and use already imported functions. Closes issue #33</title>
<updated>2013-07-08T06:30:31+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-07-08T06:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=9767833509781d8c05222955e7888a3a36cec8aa'/>
<id>9767833509781d8c05222955e7888a3a36cec8aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn reporters into proper plugins rather than classes that are loaded explicitly.</title>
<updated>2013-06-19T14:29:18+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>tmarek@google.com</email>
</author>
<published>2013-06-19T14:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=f6bddc94f23ef417ae1577b6416c412a82aff9c7'/>
<id>f6bddc94f23ef417ae1577b6416c412a82aff9c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3: deal with astroid's module.file_stream returning bytes</title>
<updated>2013-06-19T11:31:16+00:00</updated>
<author>
<name>Julien Cristau</name>
<email>julien.cristau@logilab.fr</email>
</author>
<published>2013-06-19T11:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=115ec06b4b6b3778a13872251b0f0ad8a90e5ac1'/>
<id>115ec06b4b6b3778a13872251b0f0ad8a90e5ac1</id>
<content type='text'>
Use tokenize.tokenize() which wants a byte stream.  Everywhere else,
decode as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use tokenize.tokenize() which wants a byte stream.  Everywhere else,
decode as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>move EmptyReport exception to pylint.utils and refactor imports so pylint.utils stop importing checkers/reporters</title>
<updated>2013-06-19T13:16:50+00:00</updated>
<author>
<name>Sylvain Th?nault</name>
<email>sylvain.thenault@logilab.fr</email>
</author>
<published>2013-06-19T13:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=e9d1c500f67da73d3a067aebe3c6ce350ce710c5'/>
<id>e9d1c500f67da73d3a067aebe3c6ce350ce710c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also use the proper way of checking for enabled messages for leave_* methods.</title>
<updated>2013-06-19T12:34:47+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>tmarek@google.com</email>
</author>
<published>2013-06-19T12:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=2ceab9e47e77ffd2cf5284877abcbb9d66048b9e'/>
<id>2ceab9e47e77ffd2cf5284877abcbb9d66048b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PyLintASTWalker to allow using symbolic names in check_messages as well.</title>
<updated>2013-06-19T09:41:55+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>tmarek@google.com</email>
</author>
<published>2013-06-19T09:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=dd08b36c985aae33bf3149ec253758cbc45fa3a7'/>
<id>dd08b36c985aae33bf3149ec253758cbc45fa3a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
