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
/
tests
/
regrtest_data
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
2
-2
/
+2
*
Support Implicit Namespace Packages (PEP 420) (#8153)
Alexey Pelykh
2023-02-09
3
-0
/
+10
*
Add import-based submodule detection for preferred-modules (#8186)
Dave Bunten
2023-02-08
1
-0
/
+3
*
Fix no-name-in-module when variable is same as module name (#8169)
Dani Alcala
2023-02-07
4
-0
/
+9
*
Add `--allow-reexport-from-package` option (#8124)
Marc Mueller
2023-01-28
2
-0
/
+3
*
Add test for existing preferred-modules functionality (#8093)
Dave Bunten
2023-01-24
1
-0
/
+3
*
Add test for ModuleNotFoundError fix
Daniel Harding
2022-12-15
3
-0
/
+32
*
add test and expl for line-too-long useless-supp FP (#7887)
Dani Alcala
2022-12-03
1
-0
/
+2
*
Fix a false negative for ``unused-import`` (#7621)
Mark Byrne
2022-10-29
2
-0
/
+6
*
Fix astroid-error for parsing module encoding (#7663)
Dani Alcala
2022-10-23
3
-0
/
+3
*
Raise ``syntax-error`` correctly on invalid encodings (#7553)
Daniël van Noord
2022-10-02
1
-0
/
+1
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
2
-5
/
+4
*
Respect ignore configuration options when --recursive=y. (#6528)
Matus Valo
2022-05-13
1
-0
/
+1
*
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
1
-1
/
+1
*
Fix disabling of ``bad-option-value`` (#6556)
Daniël van Noord
2022-05-09
1
-0
/
+100
*
Revert "Do not append namespace packages to sys.path (#6405)" (#6548)
Pierre Sassoulas
2022-05-09
2
-5
/
+0
*
Do not report useless-suppression on duplicate-code
Daniël van Noord
2022-05-05
3
-0
/
+12
*
Do not append namespace packages to sys.path (#6405)
Daniël van Noord
2022-05-02
2
-0
/
+5
*
Fix regression with ``ignore-imports`` (#6358)
Daniël van Noord
2022-04-16
3
-0
/
+10
*
Add ``unrecognized-option`` message (#6330)
Daniël van Noord
2022-04-15
1
-3
/
+0
*
Replace .namespace with .config (#6316)
Daniël van Noord
2022-04-14
1
-1
/
+1
*
Use ``namespace`` for ``ignore`` and ``ignore_patterns``
Daniël van Noord
2022-04-11
1
-1
/
+1
*
Handle missing keys in option dictionaries
Daniël van Noord
2022-04-11
1
-0
/
+2
*
Optimize handling of long lines for checkers like 'missing-final-newline' (#5...
Sergey B Kirpichev
2022-03-16
1
-0
/
+1
*
Add regression test for #5679 (#5725)
Daniël van Noord
2022-03-12
3
-0
/
+151
*
Allow disabling ``duplicate-code`` with a disable comment (#5446)
Daniël van Noord
2022-03-04
35
-0
/
+278
*
Lint all files in a directory by expanding arguments (#5682)
Matus Valo
2022-02-06
6
-0
/
+0
*
Add a checker for misleading unicode (#5311)
Kound
2022-01-13
5
-0
/
+15
*
Add typing and uniformize the checker registering in Pylinter (#5558)
Pierre Sassoulas
2021-12-27
1
-1
/
+1
*
Fixed extremely long processing of long lines with comma's (#5534)
Daniël van Noord
2021-12-17
1
-0
/
+2
*
Fix typo in pylintrc for useless-suppression (#5303)
Daniël van Noord
2021-11-23
1
-1
/
+1
*
Fix ``relative-beyond-top-level`` false positive
Daniël van Noord
2021-10-17
15
-0
/
+27
*
Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)
Andrew Haigh
2021-09-24
2
-0
/
+7
*
Add typing with `PyAnnotate` to `./tests` (#4950)
Daniël van Noord
2021-09-04
1
-1
/
+2
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
4
-33
/
+1
*
Added unit tests and allow fail-under to apply even when the score is exactly...
Mark Bell
2021-07-17
2
-0
/
+23
*
test: fix fail_under regression
chohner
2021-04-07
3
-14
/
+10
*
Fix tests
Marc Mueller
2021-02-28
1
-0
/
+0
*
Fix a crash in parallel mode when the module's filepath is not set
Claudiu Popa
2020-06-20
1
-0
/
+0
*
Chore: use https links (#3679)
谭九鼎
2020-06-11
1
-2
/
+2
*
Fix a bug with `ignore-docstrings` ignoring all lines in a module
Claudiu Popa
2020-06-08
2
-0
/
+22
*
Fix trailing whitespaces and trailing newlines
Pierre Sassoulas
2020-05-03
7
-7
/
+6
*
Improve the testing around the new --fail-under flag
Claudiu Popa
2019-11-21
2
-0
/
+24
*
Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...
Claudiu Popa
2019-11-21
1
-0
/
+13
*
Removed Python 2 specific checks
Claudiu Popa
2019-09-17
1
-1
/
+1
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
46
-0
/
+1352