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
/
lint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix necessary eol spaces
Sylvain Thénault
2009-08-27
1
-17
/
+19
*
d-t-w, cleanup
Sylvain Thénault
2009-08-26
1
-99
/
+100
*
don't show information messages by default
Sylvain Thénault
2009-03-24
1
-1
/
+1
*
argh, was actuallly necessary
Sylvain Thénault
2009-03-18
1
-0
/
+3
*
no more necesary
Sylvain Thénault
2009-03-18
1
-3
/
+0
*
fix import for new astng organisation
Sylvain Thénault
2009-03-17
1
-4
/
+3
*
remove a lot of more rpython stuff
Emile Anclin
2009-03-16
1
-13
/
+0
*
fix block lines for enabling/disabling messages
Sylvain Thénault
2009-03-13
1
-3
/
+24
*
no source_line() / last_source_line() are replaced by fromlineno / tolineno
Emile Anclin
2009-03-09
1
-2
/
+2
*
astng2 support
Sylvain Thénault
2009-03-06
1
-3
/
+3
*
remove zero-status-cat option, use message filtering + different status code...
Sylvain Thénault
2009-01-28
1
-13
/
+16
*
#5575
Sylvain Thénault
2009-01-28
1
-0
/
+1
*
enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ...
Sylvain Thénault
2009-01-28
1
-4
/
+11
*
change [en|dis]able-msg-cat options: only accept message categories
Sylvain Thénault
2009-01-28
1
-8
/
+7
*
Let pylint exit code indicate result of checks
Mads Kiilerich
2009-01-28
1
-0
/
+4
*
don't crash if unsupported option in found configuration file
Sylvain Thénault
2009-01-21
1
-2
/
+5
*
[#4910,#6473] generate-man option has a new key in its dictionnary : 'hide' :
Fabrice Douchant
2008-10-30
1
-1
/
+1
*
small corrections
Emile Anclin
2008-09-23
1
-1
/
+1
*
factorize import utils
Emile Anclin
2008-09-22
1
-50
/
+14
*
fix #5634: pylint crashes if a wrong filename is given on the command line
Emile Anclin
2008-09-16
1
-4
/
+1
*
little simplifying
Emile Anclin
2008-09-10
1
-13
/
+4
*
little simplifying
Emile Anclin
2008-09-09
1
-3
/
+2
*
remove deprecated quiet argument to Run()
Sylvain Thénault
2008-08-20
1
-2
/
+1
*
fix #2473: invoking pylint on __init__.py (hopefuly)
Sylvain Thénault
2008-05-13
1
-1
/
+2
*
fix bug in reenabling message
Sylvain Thénault
2008-02-07
1
-9
/
+8
*
included Robert Kirkpatrick's tutorial and typos fixes
Sylvain Thénault
2008-02-07
1
-9
/
+9
*
avoid crash when linting a directory that is not a package
Adrien Di Mascio
2007-11-19
1
-7
/
+8
*
fix #3733: Messages (dis)appear depending on order of file names
Sylvain Thénault
2007-07-14
1
-57
/
+60
*
include Dave Borowitz <dborowitz@google.com>'s patch
Alexandre Fayolle
2007-07-09
1
-2
/
+2
*
* fix disable-checker option so that it won't accidentally enable the
Sylvain Thénault
2007-03-07
1
-6
/
+7
*
fix pb reported by Marien on python-projects
Sylvain Thénault
2007-03-05
1
-19
/
+25
*
grrr
Sylvain Thénault
2007-02-28
1
-1
/
+1
*
fix --rpython-mode option to only enable the python checker
Sylvain Thénault
2007-02-25
1
-3
/
+6
*
new generic F0004 message for unexpected inference
Sylvain Thénault
2007-02-22
1
-0
/
+3
*
test fix, fix vs reporter name
Sylvain Thénault
2007-02-19
1
-2
/
+2
*
#3156
Sylvain Thénault
2007-02-19
1
-0
/
+10
*
implement #3285: reported for Visual Studio line number reporting (msvs)
Sylvain Thénault
2007-02-17
1
-5
/
+6
*
rpython tests ok
Sylvain Thénault
2007-02-15
1
-6
/
+8
*
cleanup, change checker enabling impl
Sylvain Thénault
2007-02-13
1
-12
/
+22
*
apply ddrake patch
Sylvain Thénault
2007-02-09
1
-2
/
+10
*
see changelog
Sylvain Thénault
2006-12-05
1
-1
/
+14
*
- detect return statements outside functions
Adrien Di Mascio
2006-11-24
1
-1
/
+4
*
use common 0.19.3 generate_config api
Sylvain Thénault
2006-10-03
1
-1
/
+1
*
fix custom reporter pb
Sylvain Thénault
2006-09-25
1
-1
/
+6
*
remove buggy cut and paste, remove some __revision__
Sylvain Thénault
2006-09-20
1
-4
/
+0
*
fix commited merge :(
Sylvain Thénault
2006-09-19
1
-10
/
+0
*
removed strange merge residue
Alexandre Fayolle
2006-09-07
1
-6
/
+0
*
merge
Sylvain Thénault
2006-08-25
1
-2
/
+18
|
\
|
*
set reporter after loading default values
Adrien Di Mascio
2006-08-11
1
-1
/
+1
|
*
load defaults options at registration time
Adrien Di Mascio
2006-08-10
1
-1
/
+5
[next]