index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkers
/
logging.py
Commit message (
Expand
)
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.
Claudiu Popa
2014-09-10
1
-5
/
+44
|
\
|
*
Changed symbolic name to: logging-format-interpolation
David Lindquist
2014-09-01
1
-3
/
+3
|
*
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
*
|
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
|
/
*
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 inspecte...
Torsten Marek
2014-03-30
1
-7
/
+31
*
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 ch...
Anthony Truchet
2013-06-18
1
-1
/
+2
*
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 a...
Mike Bryant
2012-12-06
1
-2
/
+11
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-0
/
+5
*
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 st...
Nathaniel Manista
2009-06-14
1
-3
/
+7
*
A checker for use (and misuse) of the standard logging module.
Nathaniel Manista
2009-06-10
1
-0
/
+101