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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce new 'import-private-name' checker (#5610)
Arianna
2022-03-14
4
-0
/
+212
*
Add regression test for #5770 (#5846)
Jacob Walls
2022-03-13
2
-0
/
+11
*
Add regression test for #5771 (#5908)
Jacob Walls
2022-03-13
2
-0
/
+16
*
Fix disabling of ``ungrouped-imports`` (#5903)
Daniël van Noord
2022-03-12
2
-0
/
+17
*
Fix end position in unittests (#5904)
Daniël van Noord
2022-03-12
1
-9
/
+9
*
Use ``node.position`` in ``add_message`` if available (#5897)
Daniël van Noord
2022-03-12
140
-613
/
+613
*
Fix false positive for `invalid-class-object` when inference fails (#5901)
Jacob Walls
2022-03-12
1
-0
/
+14
*
Add regression test for #5679 (#5725)
Daniël van Noord
2022-03-12
4
-0
/
+172
*
Add tests for #4826 (#5696)
Daniël van Noord
2022-03-12
1
-0
/
+13
*
Add regression test for issue #5408 (#5795)
Daniël van Noord
2022-03-12
1
-0
/
+37
*
Fixes for tests due to new ``tolineno`` behaviour
Daniël van Noord
2022-03-12
7
-18
/
+11
*
Add ``typevar-name-missing-variance`` checker (#5825)
Daniël van Noord
2022-03-11
4
-2
/
+92
*
Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)
Jacob Walls
2022-03-11
11
-1
/
+35
*
Add confidence value to typing extension messages (#5892)
Marc Mueller
2022-03-11
6
-106
/
+106
*
Add broken Callable check (#5891)
Marc Mueller
2022-03-10
8
-0
/
+108
*
Add broken NoReturn check (#5304)
Marc Mueller
2022-03-10
8
-0
/
+120
*
Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)
Daniël van Noord
2022-03-10
1
-1
/
+1
*
Fix pyreverse type hinting for class methods (#5881)
Téo Bouvard
2022-03-09
9
-3
/
+29
*
Add `distutils` to deprecated modules (#5864)
Jacob Walls
2022-03-08
4
-1
/
+8
*
Restore the useful part of the python3 checker (#5843)
Pierre Sassoulas
2022-03-08
3
-0
/
+14
*
Add stdlib xml.etree.cElementTree to deprecated modules (#5863)
Jacob Walls
2022-03-06
2
-0
/
+5
*
Allow disabling ``duplicate-code`` with a disable comment (#5446)
Daniël van Noord
2022-03-04
37
-8
/
+419
*
Fix matching note tags with a non-word char last (#5859)
dbrookman
2022-03-04
1
-0
/
+10
*
Add a test to check that no old msgid or symbol are used (#5839)
Pierre Sassoulas
2022-02-26
1
-0
/
+17
*
Don't assume runners have more than 2 cores available for benchmarking
Daniël van Noord
2022-02-22
1
-24
/
+24
*
Don't assume test runners have more than 2 cores available
Daniël van Noord
2022-02-18
1
-12
/
+0
*
Fix #5112: Prevent `used-before-assignment` if named expression found first i...
Jacob Walls
2022-02-17
2
-0
/
+15
*
Fix `used-before-assignment` false positive for except handler names shared b...
Jacob Walls
2022-02-17
1
-0
/
+7
*
Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)
Daniël van Noord
2022-02-14
2
-10
/
+74
*
Check functional test directory for correct structure
Daniël van Noord
2022-02-10
6
-1
/
+22
*
Move functional test files to new structure
Daniël van Noord
2022-02-10
157
-11
/
+11
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
40
-103
/
+103
*
Fix false negative for `used-before-assignment` when some except handlers don...
Jacob Walls
2022-02-10
4
-0
/
+180
*
Fix crash in `use-maxsplit-arg` checker where `sep` given by keyword (#5772)
Jacob Walls
2022-02-06
2
-0
/
+5
*
Lint all files in a directory by expanding arguments (#5682)
Matus Valo
2022-02-06
7
-9
/
+63
*
Fix assignment-from-none false negative case using list.sort() (#5738)
orSolocate
2022-02-02
2
-0
/
+3
*
Fix a false negative with tuple unpacking (#5708)
Mark Byrne
2022-02-02
2
-25
/
+55
*
Fix false positive `used-before-assignment` for named expressions in ternary ...
Jacob Walls
2022-02-02
1
-0
/
+16
*
Add `iterating-modified-list` checker for modified lists (#5628)
orSolocate
2022-02-01
4
-2
/
+69
*
[pre-commit.ci] pre-commit autoupdate (#5758)
pre-commit-ci[bot]
2022-02-01
2
-2
/
+2
*
Improve error message arguments formatting [redefined-slots] (#5754)
Marc Mueller
2022-01-31
1
-2
/
+2
*
Clearer error message for useless-else-x type messages (#5736)
Pierre Sassoulas
2022-01-30
6
-38
/
+38
*
Remove moot TODO (#5747)
Jacob Walls
2022-01-30
2
-4
/
+3
*
Fix #5399: Fix false negatives for further variable messages for invalid type...
Jacob Walls
2022-01-29
6
-9
/
+22
*
Emit the crash issue template for more exceptions and crashes (#5743)
Daniël van Noord
2022-01-29
1
-0
/
+17
*
Improved `bad-open-mode` message when providing ``None`` to the ``mode`` argu...
Jacob Walls
2022-01-29
1
-1
/
+1
*
Fix typos in unit test docstrings (#5739)
Jacob Walls
2022-01-28
3
-3
/
+3
*
Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)
Daniël van Noord
2022-01-27
2
-6
/
+12
*
Remove the ``check_docs`` extension and remove any references to it (#5730)
Daniël van Noord
2022-01-27
2
-10
/
+2
*
Fix crash when providing None to mode arg of open() (#5732)
Jacob Walls
2022-01-27
2
-0
/
+5
[next]