summaryrefslogtreecommitdiff
path: root/checkers/string_format.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. ↵Torsten Marek2013-03-291-163/+0
| | | | Closes #74013
* lint fixesSylvain Th?nault2012-09-191-1/+1
|
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+9
| | | | triggered whatever the format using a command line option
* pylint fixesSylvain Th?nault2012-08-221-3/+0
|
* built-in checkers use [01-50] base message ids (closes #68057)Sylvain Th?nault2011-07-081-18/+18
|
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-79/+5
|
* format_string: melt indentation a bit down and rename some variablesEmile Anclin2010-12-081-95/+84
|
* remove more 2.4 compatEmile Anclin2010-11-151-1/+0
|
* add initial support for set and list comprehensionsDaniel Harding2010-10-071-0/+3
|
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
|
* lint fixesSylvain Th?nault2010-05-121-2/+2
|
* copyright update : date up 2010Emile Anclin2010-03-231-2/+2
|
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-271-0/+239