summaryrefslogtreecommitdiff
path: root/checkers/misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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 Thénault2009-03-231-8/+9
* check ChangeLogSylvain Thénault2006-05-091-1/+1
* forget the past.root2006-04-261-0/+127