summaryrefslogtreecommitdiff
path: root/checkers/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-104/+0
* Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-031-6/+5
* Don't call unicode() directlyBrett Cannon2014-08-291-1/+2
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-1/+1
* Notes (TODO, XXX etc) are now searched for using a simple `in` before resorti...carl2014-08-211-0/+11
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-111-1/+1
* Fix a false positive regarding W0511. Closes issue #149.Alexandru Coman2014-07-091-2/+2
* Code refactoring.Alexandru Coman2014-07-091-7/+6
* Fixing Issue #149 (W0511 false positive)Alexandru Coman2014-07-091-14/+18
* Only emit symbolic warnings from the misc checker.Torsten Marek2014-04-171-2/+2
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* some pylint and style fixesSylvain Th?nault2013-07-311-2/+2
* Do not emit [fixme] for every line if the config value 'notes' is empty, but ...Torsten Marek2013-07-241-2/+5
* Ignore invalid-encoded-data on python3Julien Cristau2013-06-191-1/+2
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-191-4/+5
* Fix a typo (unexcepted -> unexpected) in the description of the invalid encod...Torsten Marek2013-06-191-1/+1
* Added a new warning 'invalid-encoded-data' for files that contain an encoding...Torsten Marek2013-06-191-5/+21
* Clean up misc checker, use single regex instead of several ones.Torsten Marek2013-06-191-17/+8
* astng has been renamed astroidDavid Douard2013-06-171-1/+1
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+1
* pylint fixesSylvain Th?nault2012-08-221-1/+1
* add note about soon useless stream.seek()Sylvain Th?nault2011-10-261-1/+1
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-49/+4
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-1/+1
* cleanup: we don't support python 2.2 anymoreEmile Anclin2010-11-081-6/+0
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
* d-t-wSylvain Th?nault2010-04-161-10/+10
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* set E0501 line no to the first line where non ascii character has been foundsylvain thenault2009-03-231-8/+9
* check ChangeLogsyt2006-05-091-1/+1
* forget the past.root2006-04-261-0/+127