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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style - Re-Apply black following the isort cleanup
Pierre Sassoulas
2019-03-20
2
-23
/
+31
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
2
-3
/
+3
*
Add reference to R0916 to max-bool-expr
Michael Scott Cuthbert
2019-03-19
1
-1
/
+1
*
Grammar fixes to docs (#2492)
Drew
2018-09-15
1
-1
/
+1
*
The ``locally-enabled`` check is gone.
Claudiu Popa
2018-08-24
1
-1
/
+0
*
Removed double space from pylintrc example
Marcus Näslund
2018-08-08
1
-1
/
+1
*
Regenerate example pylintrc and man page
Ville Skyttä
2018-06-13
1
-197
/
+368
*
Expanded documentation for new contributors (#1569)
Ashley Whetter
2017-07-12
1
-13
/
+43
*
Remove mentions of deprecated astroid node names (#1485)
Łukasz Rogalski
2017-05-22
1
-3
/
+3
*
Fix err "global name 'module' is not defined" (#1146)
sdet_liang
2016-10-25
1
-1
/
+1
*
Add a message in the example checker, since the message is needed.
Claudiu Popa
2016-08-14
1
-1
/
+5
*
Added threading.local to ignored classes default list (#946)
Jürgen Hermann
2016-06-24
1
-1
/
+1
*
error E0201 is obsolete - now E1101
Anentropic
2015-11-18
1
-1
/
+1
*
Various changes related to docs
Michal Nowikowski
2015-02-27
1
-2
/
+11
*
Backed out changeset 406c23c24795
Michal Nowikowski
2015-02-28
1
-11
/
+2
*
Various changes related to docs
Michal Nowikowski
2015-02-27
1
-2
/
+11
*
Update the examples to the new message format.
Claudiu Popa
2015-01-03
1
-1
/
+3
*
Use the new Module.stream, since Module.file_stream is deprecated.
Claudiu Popa
2015-01-03
1
-4
/
+5
*
Documentation improvements
Michal Nowikowski
2014-11-04
1
-68
/
+103
*
regenerated example pylintrc and man page (though they should be removed from...
Sylvain Thénault
2014-07-25
1
-1
/
+4
*
regenerate doc/example/man
Sylvain Thénault
2014-04-18
1
-33
/
+100
*
Extend the line length check.
Torsten Marek
2013-06-17
1
-0
/
+2
*
astng has been renamed astroid
David Douard
2013-06-17
1
-8
/
+8
*
regenerate generated documentation
Sylvain Thénault
2013-04-16
1
-47
/
+72
*
add note about soon useless stream.seek()
Sylvain Thénault
2011-10-26
1
-3
/
+1
*
add regular expression support for generated-members (closes #69738)
Alain Leufroy
2011-07-08
1
-2
/
+3
*
py3k: need to handle guess_encoding in astng
Emile Anclin
2010-11-22
1
-6
/
+8
*
doc : more update on options
Emile Anclin
2010-10-25
1
-2
/
+2
*
example: updated examples/pylintrc by using --generate-rcfile
Emile Anclin
2010-10-25
1
-147
/
+79
*
proper update of report identifiers to avoid collision with message in the Re...
Sylvain Thénault
2010-05-25
1
-3
/
+3
*
update custom checker in example/custom.py
Emile Anclin
2010-03-22
1
-9
/
+7
*
remove cache_size option: it was desactivated anyway
Emile Anclin
2010-03-22
1
-3
/
+0
*
include Dotan Barak spell fixes patch
Sylvain Thénault
2009-11-23
1
-8
/
+8
*
several documentation changes
Emile Anclin
2008-09-15
1
-69
/
+69
*
makefile fix
Sylvain Thénault
2008-02-07
1
-3
/
+3
*
regenerated documentation
Sylvain Thénault
2008-02-07
1
-3
/
+7
*
regenerate doc
Sylvain Thénault
2007-03-07
1
-2
/
+34
*
doc update
Sylvain Thénault
2006-12-27
1
-1
/
+1
*
prepared new version
Adrien Di Mascio
2006-08-10
1
-122
/
+43
*
forget the past.
root
2006-04-26
4
-0
/
+445