summaryrefslogtreecommitdiff
path: root/checkers/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Added a new option logging-modules to make the list of modules to be inspecte...Torsten Marek2014-03-301-7/+31
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* various pylint fixesSylvain Th?nault2013-12-221-16/+18
* Add @check_messages(...) annotations to help not to spend time on unneeded ch...Anthony Truchet2013-06-181-1/+2
* astng has been renamed astroidDavid Douard2013-06-171-11/+11
* use any(genexp) rather than a list comprehensionSylvain Th?nault2013-03-271-3/+3
* closes #113231. logging checker now looks at instances of Logger classes in a...Mike Bryant2012-12-061-2/+11
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+5
* built-in checkers use [01-50] base message ids (closes #68057)Sylvain Th?nault2011-07-081-11/+11
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-27/+95
* remove more 2.4 compatEmile Anclin2010-11-151-2/+0
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
* cleanupSylvain Th?nault2010-05-111-2/+2
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* reindentSylvain Th?nault2009-08-271-72/+65
* Added a few words explaining *why* delayed interpolation of logging format st...Nathaniel Manista2009-06-141-3/+7
* A checker for use (and misuse) of the standard logging module.Nathaniel Manista2009-06-101-0/+101