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
/
test_self.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix no-name-in-module when variable is same as module name (#8169) (#8226)
github-actions[bot]
2023-02-07
1
-0
/
+9
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-0
/
+1
*
[style] Limit line length and complexity using flake8 (#8064)
Pierre Sassoulas
2023-01-16
1
-5
/
+7
*
Add `no-header` run option (#7869)
Dani Alcala
2022-12-30
1
-0
/
+12
*
Add test for ModuleNotFoundError fix
Daniel Harding
2022-12-15
1
-0
/
+13
*
add test and expl for line-too-long useless-supp FP (#7887)
Dani Alcala
2022-12-03
1
-0
/
+18
*
Drop dependency on py module (#7829)
Lumír 'Frenzy' Balhar
2022-11-23
1
-39
/
+38
*
Bump mypy from 0.982 to 0.990 (#7769)
dependabot[bot]
2022-11-14
1
-1
/
+1
*
Rename `broad-except` and new check `broad-exception-raised` (#7709)
Dani Alcala
2022-11-05
1
-8
/
+8
*
Fix a false negative for ``unused-import`` (#7621)
Mark Byrne
2022-10-29
1
-0
/
+33
*
Fix astroid-error for parsing module encoding (#7663)
Dani Alcala
2022-10-23
1
-1
/
+20
*
[pre-commit.ci] pre-commit autoupdate (#7566)
pre-commit-ci[bot]
2022-10-04
1
-1
/
+1
*
Raise ``syntax-error`` correctly on invalid encodings (#7553)
Daniël van Noord
2022-10-02
1
-0
/
+5
*
Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)
Daniël van Noord
2022-09-19
1
-0
/
+1
*
Turn on ``mypy`` strict mode 🎉 (#7448)
Daniël van Noord
2022-09-09
1
-1
/
+1
*
Finish unfinished typing in non core directories (#7443)
Daniël van Noord
2022-09-09
1
-1
/
+1
*
Do not lint ignored file on stdin (#7220)
Christoph Blessing
2022-09-03
1
-0
/
+14
*
Add typing to ``test_self``
Daniël van Noord
2022-09-03
1
-13
/
+13
*
Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...
Karthik Nadig
2022-08-09
1
-0
/
+18
*
Fix failing tests in 'test_self.py' under MacOS (#7234)
Mark Byrne
2022-08-03
1
-4
/
+14
*
[syntax-error] Fix a crash when the line and column can't be retrieved (#7097)
Pierre Sassoulas
2022-07-30
1
-6
/
+3
*
[typing] Add typing to the tests directory (#7183)
Pierre Sassoulas
2022-07-14
1
-4
/
+4
*
Update `astroid` to 2.12 (#7153)
Jacob Walls
2022-07-13
1
-24
/
+1
*
[refactor] Use the context manager for PYTHONPATH in a test
Pierre Sassoulas
2022-07-13
1
-20
/
+7
*
[pythonpath context manager] Fix a bug where pythonpath was not restored corr...
Pierre Sassoulas
2022-07-13
1
-1
/
+1
*
[test] Refactor to use pytest.parametrize more in pythonpath
Pierre Sassoulas
2022-07-13
1
-47
/
+18
*
[test] Refactor to use pytest.parametrize more
Pierre Sassoulas
2022-07-13
1
-105
/
+33
*
[refactor] Move the context manager for pythonpath in pylint.testutil
Pierre Sassoulas
2022-07-13
1
-32
/
+18
*
[refactor] Move variables outside of the context manager
Pierre Sassoulas
2022-07-13
1
-51
/
+15
*
[refactor] Move test context manager to pylint.testutils
Pierre Sassoulas
2022-07-11
1
-19
/
+1
*
Normalize path before checking if path should be ignored (#7080)
Matus Valo
2022-06-28
1
-0
/
+21
*
Replace deprecated uses of `do_exit` with `exit`
Jacob Walls
2022-06-23
1
-1
/
+1
*
Treat `--errors-only` as a disable, not a paired enable/disable (#6937)
Jacob Walls
2022-06-15
1
-0
/
+10
*
Merge branch 'maintenance/2.13.x' into main following 2.13.9 release
Pierre Sassoulas
2022-05-13
1
-4
/
+4
|
\
|
*
Bump pylint to 2.13.9, update changelog
v2.13.9
Pierre Sassoulas
2022-05-13
1
-4
/
+4
|
*
Respect ignore configuration options when --recursive=y. (#6528)
Matus Valo
2022-05-13
1
-1
/
+75
*
|
Respect ignore configuration options when --recursive=y. (#6528)
Matus Valo
2022-05-13
1
-1
/
+75
*
|
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
1
-6
/
+8
*
|
Make sure that --generate-rcfile generates a valid file (#6566)
Daniël van Noord
2022-05-10
1
-0
/
+11
*
|
Make sure that --generate-toml-config generates a valid file (#6564)
Daniël van Noord
2022-05-10
1
-0
/
+15
*
|
Disable fixme for internal uses before we make it optional in #3512 (#6482)
Pierre Sassoulas
2022-05-01
1
-1
/
+0
*
|
Remove some words from custom dictionary and update spelling
Daniël van Noord
2022-04-26
1
-1
/
+1
*
|
[spelling] Remove remaining typoes detected by the spelling checker
Pierre Sassoulas
2022-04-26
1
-2
/
+1
*
|
Use an empty pylintrc for tests using project's pylintrc implicitely
Pierre Sassoulas
2022-04-26
1
-45
/
+45
*
|
Fix all lint errors in 'pylint/__pkginfo__.py' using default conf
Pierre Sassoulas
2022-04-26
1
-2
/
+3
*
|
Improve CPU count detection in cgroup environments and fix CI (#6098)
Daniël van Noord
2022-04-16
1
-0
/
+1
*
|
Move '_patch_stream' to pylint.testutil
Pierre Sassoulas
2022-04-15
1
-10
/
+1
*
|
Add ``unrecognized-option`` message (#6330)
Daniël van Noord
2022-04-15
1
-4
/
+1
*
|
Use ``python-typing-update`` on half of the ``tests`` directory (#6317)
Daniël van Noord
2022-04-14
1
-12
/
+15
*
|
Add a ``--generate-toml-config`` option (#6199)
Daniël van Noord
2022-04-13
1
-1
/
+55
[next]