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
/
test
/
unittest_lint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-697
/
+0
*
Cleanup lint.py.
Claudiu Popa
2015-01-02
1
-2
/
+2
*
tests: fix more tests broken by max-line-length change
Sylvain Thénault
2014-11-19
1
-1
/
+1
*
Add support for disabling a checker.
Claudiu Popa
2014-11-16
1
-0
/
+8
*
Make most tests run unmodified under Python 3.4.
Torsten Marek
2014-11-09
1
-3
/
+4
*
Allow linting multiple directories at once.
Claudiu Popa
2014-10-19
1
-44
/
+117
*
Add new '-j' option for running checks in sub-processes.
Claudiu Popa
2014-10-15
1
-10
/
+17
*
Generate html output for missing files. Closes issue #320.
Claudiu Popa
2014-08-25
1
-1
/
+10
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-6
/
+14
*
Remove dependency on logilab.testlib in the test suite (also removes Python 2...
Torsten Marek
2014-07-26
1
-10
/
+46
*
[refactor] move handling of file specific state to its own FileState class (m...
Sylvain Thénault
2014-07-24
1
-27
/
+27
*
extract a messages store from the MessagesHandlerMixIn class
Sylvain Thénault
2014-07-24
1
-73
/
+83
*
fix bad indentation issues
Sylvain Thénault
2014-07-24
1
-6
/
+7
*
fix explicit check of python script. Closes #219
Sylvain Thénault
2014-04-29
1
-2
/
+11
*
restore init-hook accidentaly renamed in cset 474324137864. Closes #211
Sylvain Thénault
2014-04-25
1
-2
/
+2
*
Unify and improve function invocation errors:
Torsten Marek
2014-04-04
1
-2
/
+2
*
ensure --init-hooks is evaluated before other options. Closes issue #166
Sylvain Thénault
2014-03-21
1
-1
/
+6
*
enhance option preprocessing error detection and related tests
Sylvain Thénault
2014-03-21
1
-2
/
+16
*
[test] drop unused class and other minor cleanups
Sylvain Thénault
2014-03-21
1
-24
/
+6
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
Fix various issues with linesep for Windows
Claudiu Popa
2013-12-23
1
-8
/
+18
*
[test] use assertTrue instead of deprecated assert_
Sylvain Thénault
2013-12-20
1
-1
/
+1
*
Add support for registering deprecated names for messages.
Torsten Marek
2013-11-06
1
-0
/
+17
*
Allow linter subclasses to override should_analyze_file to skip all
Torsten Marek
2013-11-05
1
-0
/
+7
*
fix tests broken due to Windows line ending or by output format change introd...
Sylvain Thénault
2013-10-25
1
-5
/
+5
*
[lint] rename get_astroid into get_ast
Sylvain Thénault
2013-10-25
1
-1
/
+1
*
Proper merge.
Claudiu Popa
2013-09-25
1
-17
/
+35
*
Fixing various tests for other platforms (Windows).
Claudiu Popa
2013-09-05
1
-9
/
+14
*
test: make errors from test_errors_only more understandable
Julien Cristau
2013-06-20
1
-4
/
+4
*
Turn reporters into proper plugins rather than classes that are loaded explic...
Torsten Marek
2013-06-19
1
-0
/
+4
*
[test] drop broken dead code
Sylvain Thénault
2013-06-19
1
-9
/
+1
*
Allow messages to be added by symbolic name as well as by ID.
Torsten Marek
2013-06-18
1
-1
/
+11
*
Extended the docstring tester to optionally allow skipping the requirement for
Torsten Marek
2013-06-18
1
-1
/
+1
*
astng has been renamed astroid
David Douard
2013-06-17
1
-3
/
+3
*
Tokenize the input source only once and hand it to all checkers that need the...
Torsten Marek
2013-05-01
1
-2
/
+2
*
Add messages I0020 and I0021 for reporting of suppressed messages and useless...
Torsten Marek
2012-11-12
1
-1
/
+30
*
don't want to run a checker only because of a Fatal error
Sylvain Thénault
2012-09-20
1
-9
/
+3
*
Added the ability to specify reporter class name as report's 'output-format'.
Kevin Jing Qiu
2012-09-20
1
-0
/
+13
*
stop using assert_, rather use assertTrue / assertFalse
Sylvain Thénault
2012-09-19
1
-55
/
+63
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-0
/
+30
*
fix R0801 similarities bug. Closes #63424
Anthony VEREZ
2012-09-19
1
-3
/
+2
*
Fix tests which failed on tempfile file comparaison due to Mac OS X which mak...
FELD Boris
2012-06-07
1
-0
/
+15
*
drop unittest2 deprecation warning
Sylvain Thénault
2011-10-24
1
-4
/
+4
*
closes #76920: don't crash in preprocess_option if some looked option has no ...
Torsten Marek
2011-09-23
1
-1
/
+28
*
closes #69993: Additional string format checks for logging module
Sylvain Thénault
2011-07-08
1
-2
/
+2
*
py3k: need to handle guess_encoding in astng
Emile Anclin
2010-11-22
1
-2
/
+3
*
test: fix tests, test some more message and report disabling
Emile Anclin
2010-12-13
1
-5
/
+35
*
messages: add "check_messages" decorator to store messages
Emile Anclin
2010-12-09
1
-1
/
+1
*
cleanup: remove unused needs_checkers attribut and sort_checkers method
Emile Anclin
2010-12-09
1
-2
/
+2
*
remove more 2.4 compat
Emile Anclin
2010-11-15
1
-1
/
+1
[next]