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
/
reporters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new '-j' option for running checks in sub-processes.
Claudiu Popa
2014-10-15
1
-1
/
+14
*
Don't call unicode() directly
Brett Cannon
2014-08-29
1
-1
/
+2
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
2
-2
/
+4
*
Some work on making pylint work on Python 3 without 2to3.
Torsten Marek
2014-08-16
1
-4
/
+0
*
Extend the reporter interface with a method that takes a message object, for ...
Torsten Marek
2014-08-16
4
-19
/
+19
*
Move definition of Message class out of reporters module, and make it a named...
Torsten Marek
2014-08-16
4
-31
/
+16
*
use a set instead of a dict with dumb values
Sylvain Thénault
2014-07-25
1
-3
/
+3
*
extract a messages store from the MessagesHandlerMixIn class
Sylvain Thénault
2014-07-24
1
-1
/
+1
*
code commented and import moved so it won't run when python>2.5
Ricardo Gemignani
2014-03-06
1
-1
/
+1
*
except as replaced by commas, one with_statement future import added and Stri...
Ricardo Gemignani
2014-03-06
1
-0
/
+4
*
Updated FSF address.
Arun Persaud
2014-02-23
3
-3
/
+3
*
split lines
Sylvain Thénault
2013-12-20
1
-2
/
+2
*
Removed commented-out lines
Pete
2013-09-07
1
-2
/
+0
*
Updated GUI reporter to use Message object.
Pete
2013-09-07
1
-7
/
+5
*
enhance the default output
Sylvain Thénault
2013-07-31
1
-1
/
+1
*
some pylint and style fixes
Sylvain Thénault
2013-07-31
3
-16
/
+16
*
Templating mecanism for text reporters.
Anthony Truchet
2013-07-30
3
-77
/
+76
*
Turn reporters into proper plugins rather than classes that are loaded explic...
Torsten Marek
2013-06-19
3
-1
/
+26
*
move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...
Sylvain Thénault
2013-06-19
1
-5
/
+1
*
Added source file viewer.
Pete
2013-06-01
1
-2
/
+2
*
closes #123892 by adding errors=replace when encoding unicode strings
Sylvain Thénault
2013-04-12
1
-1
/
+4
*
a few pylint fixes and copyright cleanups
Sylvain Thénault
2013-03-29
1
-3
/
+1
*
redefine cmp under py3k. Closes #120635
Sylvain Thénault
2013-02-22
1
-1
/
+6
*
don't reference sys.stdout as default argument value, so one may redirect sys...
Sylvain Thénault
2013-02-20
1
-3
/
+3
*
lint fixes
Sylvain Thénault
2012-09-19
1
-0
/
+1
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
4
-22
/
+26
*
fix gui reporter broken by addition of coloffset information. Closes #92584
Sylvain Thénault
2012-05-15
1
-1
/
+1
*
Add 'on_close' event trigerring and event callback for reporters.
FELD Boris
2012-05-03
1
-0
/
+5
*
Refactoring reporting.
Sylvain Thénault
2012-05-03
2
-6
/
+4
*
Add 'on_set_current_module' event trigerring and event callback for reporters.
FELD Boris
2012-03-09
1
-0
/
+6
*
closes #73941: HTML reports badly formatted since col_offset addition, which ...
Sylvain Thénault
2011-10-04
1
-8
/
+8
*
closes #69950: Tests failing due to 'column offset' changes in 744
Sylvain Thénault
2011-07-08
1
-2
/
+1
*
cleanups
Sylvain Thénault
2011-06-16
1
-11
/
+11
*
closes #69220: add column offset to the astng node
Sylvain Thénault
2011-06-16
2
-5
/
+5
*
223 : run python2.x compatible fixers
Emile Anclin
2010-11-15
1
-2
/
+2
*
py3k : fix reporter output (don't print bytes but strings)
Emile Anclin
2010-11-09
1
-0
/
+5
*
fix broken smoketest
Emile Anclin
2010-10-21
1
-7
/
+11
*
close #48066: crash on redirecting non-ascii output
Emile Anclin
2010-10-21
1
-11
/
+14
*
lint fixes
Sylvain Thénault
2010-05-12
1
-5
/
+3
*
new pylint gui, contributed by Scott Pilkey and friends from the Tahiti team
Sylvain Thénault
2010-05-11
1
-0
/
+38
*
fix html reporter to avoid all messages ending in pylint_globals.html when --...
Sylvain Thénault
2009-02-12
1
-7
/
+11
*
fix a bug in colorized reporter, spotted by Dave Borowitz
Sylvain Thénault
2007-08-09
1
-1
/
+1
*
test fix, fix vs reporter name
Sylvain Thénault
2007-02-19
1
-1
/
+1
*
implement #3285: reported for Visual Studio line number reporting (msvs)
Sylvain Thénault
2007-02-17
1
-21
/
+16
*
#3119 and #3117
Sylvain Thénault
2006-11-23
1
-4
/
+4
*
fix spelling mistake pointed out by skip@pobox.com
Alexandre Fayolle
2006-05-27
1
-1
/
+1
*
check ChangeLog
Sylvain Thénault
2006-05-09
2
-12
/
+23
*
forget the past.
root
2006-04-26
3
-0
/
+282