summaryrefslogtreecommitdiff
path: root/checkers/format.py
Commit message (Expand)AuthorAgeFilesLines
* Wrap dict.items() et. al. in list()Brett Cannon2014-08-291-1/+2
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-3/+6
* Fixed tests for line endings checker.Michal Nowikowski2014-07-261-1/+2
* mergeMichal Nowikowski2014-07-261-20/+16
|\
| * Use the maxversion attribute on some warning instead of checking for the Pyth...Torsten Marek2014-07-251-21/+17
* | Removed sign word from description of message.Michal Nowikowski2014-07-261-1/+1
* | mergeMichal Nowikowski2014-07-251-45/+45
|\ \ | |/
| * linting pylintSylvain Th?nault2014-07-251-47/+47
* | Added two checkers for mixed line endings and for unexpected line endings.Michal Nowikowski2014-07-251-3/+31
|/
* Allow implicitly concatenated strings to align with the previous string part.Torsten Marek2014-07-251-15/+20
* Use Module.future_imports for detecting if print is a builtin.Torsten Marek2014-04-251-4/+2
* Make the test suite pass on Python 2.6 again.Torsten Marek2014-04-261-1/+1
* Simplify the processing inside the main token loop, now that we have access t...Torsten Marek2014-04-181-34/+30
* Handle <> in the surface token dispatcher part.Torsten Marek2014-04-181-6/+8
* Add a check for indentation of continued lines, enforcing PEP8 style of conti...Torsten Marek2014-04-171-18/+344
* Only emit symbolic warnings from the format checker.Torsten Marek2014-04-161-17/+17
* Add missing operator == to list of comparison operators in format checker.Torsten Marek2014-03-301-1/+1
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* various pylint fixesSylvain Th?nault2013-12-221-5/+3
* [py3] various fixes for python3Sylvain Th?nault2013-12-201-1/+3
* fix indentation in various places. Damned googlers :pSylvain Th?nault2013-12-041-85/+85
* Combine 'no-space-after-operator', 'no-space-after-comma' and 'no-space-befor...Torsten Marek2013-11-061-88/+177
* Add a new warning 'superfluous-parens' for unnecessary parenthesesTorsten Marek2013-11-061-3/+108
* Added a new option to the multiple-statement-per-line warning to allowTorsten Marek2013-11-051-7/+31
* 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