summaryrefslogtreecommitdiff
path: root/checkers/format.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #55 (false-positive trailing-whitespace on Windows)moxian2013-08-291-1/+1
* some pylint and style fixesSylvain Th?nault2013-07-311-1/+1
* Emit warnings about lines exceeding the column limit when those lines are ins...Torsten Marek2013-07-241-1/+12
* add test for no-final-new-lineSylvain Th?nault2013-07-171-1/+1
* Added new warning no-final-newline.Torsten Marek2013-06-221-6/+12
* Add a warning for trailing whitespace.Torsten Marek2013-06-181-2/+10
* Extend the line length check.Torsten Marek2013-06-171-2/+13
* astng has been renamed astroidDavid Douard2013-06-171-3/+3
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-17/+5
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-5/+11
* move string literal checker from format.py to strings.pySylvain Th?nault2013-03-291-104/+1
* string check: don't warn about octal escape sequence, warn about \o (not octa...Martin Pool2013-02-251-1/+4
* lint fixesSylvain Th?nault2012-09-191-1/+1
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+14
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-191-4/+102
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-291-2/+2
* add note about soon useless stream.seek()Sylvain Th?nault2011-10-261-1/+1
* typo; fix py3k testsEmile Anclin2010-12-161-1/+1
* py3k : disable W0122 W0331 W0332 W0333 mesages for python3Emile Anclin2010-12-161-0/+4
* performance: remove strange unused F0321 check, hence disabling the format ch...Sylvain Th?nault2010-12-141-7/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-13/+7
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-091-0/+3
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-1/+1
* py3k : fix reporter output (don't print bytes but strings)Emile Anclin2010-11-091-15/+13
* don't print 'hopp'Emile Anclin2010-04-061-1/+0
* apply tahiti team doc patchSylvain Th?nault2010-04-021-0/+1
* apply Alexander Artemenko patch for non-ascii caractersEmile Anclin2010-03-301-0/+20
* Sarah Strong patch for #4595: don't warn on trailing comma in dict, list and ...Emile Anclin2010-03-291-1/+1
* copyright update : date up 2010Emile Anclin2010-03-231-2/+2
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4
* d-t-wSylvain Th?nault2009-08-271-21/+21
* avoid error on ast built from live codeSylvain Th?nault2009-06-261-1/+3
* #8764sylvain thenault2009-04-081-2/+6
* cleanupsylvain thenault2009-04-081-4/+0
* fix #8350, C0322 false positive on multi-line stringsylvain thenault2009-03-231-15/+14
* cleanupsylvain thenault2009-03-231-4/+4
* cleanupsylvain thenault2009-03-191-14/+3
* move W0601 to W0301Emile Anclin2009-03-171-0/+12
* should use blockstart_tolineno when availablesylvain thenault2009-03-131-8/+10
* yet some more attribute correctionsEmile Anclin2009-03-091-1/+1
* no source_line() / last_source_line() are replaced by fromlineno / tolinenoEmile Anclin2009-03-091-2/+1
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-1/+1
* astng2 supportsylvain thenault2009-03-061-1/+2
* fix bug in reenabling messageSylvain2008-02-071-2/+2
* pylint pylintSylvain2007-07-141-15/+16
* implement #4012: flag back tick as deprecated (new W0333 message)Sylvain2007-07-131-0/+6
* #3119 and #3117syt2006-11-231-1/+1
* fix some format checker false positivesSylvain2006-10-031-2/+2
* fixed python \>= 2.4 format false positive with multiple lines statementSylvain2006-09-251-16/+28
* zarb manual merge, garglSylvain2006-08-251-3/+3