Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -256/+0 |
| | |||||
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 1 | -30/+31 |
| | |||||
* | Merge branches. | cpopa | 2014-09-10 | 1 | -10/+13 |
|\ | |||||
| * | Change basestring to six.string_types | Brett Cannon | 2014-08-29 | 1 | -1/+4 |
| | | |||||
| * | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -1/+1 |
| | | |||||
* | | Changed symbolic name to: logging-format-interpolation | David Lindquist | 2014-09-01 | 1 | -3/+3 |
| | | | | | | | | Fixed indentation | ||||
* | | Code review update: return False instead of using assert. | David Lindquist | 2014-08-20 | 1 | -1/+2 |
| | | |||||
* | | Emit warning for .format() interpolation within logging function calls. | David Lindquist | 2014-08-19 | 1 | -5/+43 |
|/ | |||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -21/+21 |
| | |||||
* | Only emit symbolic warnings from the logging checker. | Torsten Marek | 2014-04-17 | 1 | -5/+5 |
| | |||||
* | Detect logging calls on Logger instances in almost all cases. | Torsten Marek | 2014-04-10 | 1 | -37/+44 |
| | |||||
* | Added a new option logging-modules to make the list of modules to be ↵ | Torsten Marek | 2014-03-30 | 1 | -7/+31 |
| | | | | inspected for logging format problems configurable. | ||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 1 | -16/+18 |
| | |||||
* | Add @check_messages(...) annotations to help not to spend time on unneeded ↵ | Anthony Truchet | 2013-06-18 | 1 | -1/+2 |
| | | | | | | | | checks. We only add such annotations is reasonably simple cases. Some visit methods are quite involved and build a checker's state ; such methods are skipped in the first phase. | ||||
* | astng has been renamed astroid | David Douard | 2013-06-17 | 1 | -11/+11 |
| | |||||
* | use any(genexp) rather than a list comprehension | Sylvain Th?nault | 2013-03-27 | 1 | -3/+3 |
| | |||||
* | closes #113231. logging checker now looks at instances of Logger classes in ↵ | Mike Bryant | 2012-12-06 | 1 | -2/+11 |
| | | | | addition to the base logging module. | ||||
* | Closes #104572: symbolic warning names in output (by Martin Pool) | Martin Pool | 2012-09-19 | 1 | -0/+5 |
| | | | | triggered whatever the format using a command line option | ||||
* | built-in checkers use [01-50] base message ids (closes #68057) | Sylvain Th?nault | 2011-07-08 | 1 | -11/+11 |
| | |||||
* | closes #69993: Additional string format checks for logging module | Sylvain Th?nault | 2011-07-08 | 1 | -27/+95 |
| | |||||
* | remove more 2.4 compat | Emile Anclin | 2010-11-15 | 1 | -2/+0 |
| | |||||
* | python2.3 compat fixes | Emile Anclin | 2010-09-22 | 1 | -0/+1 |
| | |||||
* | cleanup | Sylvain Th?nault | 2010-05-11 | 1 | -2/+2 |
| | |||||
* | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | reindent | Sylvain Th?nault | 2009-08-27 | 1 | -72/+65 |
| | |||||
* | Added a few words explaining *why* delayed interpolation of logging format ↵ | Nathaniel Manista | 2009-06-14 | 1 | -3/+7 |
| | | | | strings is preferred. | ||||
* | A checker for use (and misuse) of the standard logging module. | Nathaniel Manista | 2009-06-10 | 1 | -0/+101 |