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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in `undefined-variable` caused by chained attributes in metaclass
fix-crash-in-attribute-check
Claudiu Popa
2020-12-29
3
-1
/
+14
*
Merge pull request #3993 from isidentical/issue-3992
hippo91
2020-12-29
3
-0
/
+11
|
\
|
*
Add changelog entry
Batuhan Taskaya
2020-12-28
2
-1
/
+6
|
*
Make postponed annotations enabled by default for 3.10+
Batuhan Taskaya
2020-12-23
2
-0
/
+6
*
|
Fix false positive for `not-async-context-manager` when `contextlib.asynccont...
Claudiu Popa
2020-12-28
3
-2
/
+21
|
/
*
Use pre-commit directly in the formatting tox job
Pierre Sassoulas
2020-12-14
1
-4
/
+4
*
Ignore pylint linting error in the 'doc/' directory
Pierre Sassoulas
2020-12-14
1
-1
/
+1
*
Fix pylint warning in bin/ and setup.py
Pierre Sassoulas
2020-12-14
2
-8
/
+6
*
Fix regression about getfullargspec deprecation
Sorin Sbarnea
2020-12-14
3
-1
/
+3
*
Fix appveyor bug with the version of astroid not matching the real version
Pierre Sassoulas
2020-12-14
1
-4
/
+4
*
Add proper exclusion in pre-commit configuration
Pierre Sassoulas
2020-12-14
1
-0
/
+3
*
Add version-specific functional tests for `bad_reversed_sequence`
ethan-leba
2020-11-30
8
-9
/
+22
*
Remove hardcoded error for `bad-reversed-sequence` on dicts
ethan-leba
2020-11-30
1
-6
/
+3
*
Add an exception for malformed expected output in functional tests
Pierre Sassoulas
2020-11-29
1
-2
/
+20
*
Remove all empty txt file in functional tests
Pierre Sassoulas
2020-11-29
28
-51
/
+0
*
Make the .txt file optional in functional tests
Pierre Sassoulas
2020-11-29
1
-1
/
+5
*
Burst what remain of utils into files
Pierre Sassoulas
2020-11-29
5
-45
/
+54
*
Create a file for decorators
Pierre Sassoulas
2020-11-29
3
-20
/
+26
*
Create a file for get_test_info
Pierre Sassoulas
2020-11-29
3
-48
/
+47
*
Create a file for the global test linter
Pierre Sassoulas
2020-11-29
2
-11
/
+21
*
Remove context manager replaced by pytest tmp_file/dir
Pierre Sassoulas
2020-11-29
1
-34
/
+0
*
Create a file for lint_module_test
Pierre Sassoulas
2020-11-29
3
-220
/
+220
*
Create a file for Message/OutputLine
Pierre Sassoulas
2020-11-29
3
-47
/
+53
*
Create a testutils/constant.py file
Pierre Sassoulas
2020-11-29
3
-25
/
+33
*
Create a file for test util's functional test file
Pierre Sassoulas
2020-11-29
2
-71
/
+80
*
Add typing to constructor of LintModuleTest
Pierre Sassoulas
2020-11-29
1
-1
/
+1
*
Refactor some variable names in testutil
Pierre Sassoulas
2020-11-29
1
-6
/
+6
*
Use typing instead of docstring in multiset_difference
Pierre Sassoulas
2020-11-29
1
-13
/
+5
*
Remove unused constant in test_func.py
Pierre Sassoulas
2020-11-29
1
-2
/
+0
*
Fix python 3.6 pipeline without deprecation warning (?)
Pierre Sassoulas
2020-11-28
2
-11
/
+28
*
Add pylint to the pre-commit configuration
Pierre Sassoulas
2020-11-28
1
-0
/
+7
*
Fix python 3.5 pipeline that do not have deprecation to handle
Pierre Sassoulas
2020-11-28
2
-2
/
+2
*
Fix PytestCollectionWarning: cannot collect test class TestReporter
Pierre Sassoulas
2020-11-28
9
-19
/
+20
*
Silence expected deprecations warning in test_functional.py
Pierre Sassoulas
2020-11-28
1
-1
/
+9
*
Silence an expected deprecation warning in a test_func.py test
Pierre Sassoulas
2020-11-28
1
-2
/
+12
*
Rename variable to respect pep8 in test_func.py
Pierre Sassoulas
2020-11-28
1
-8
/
+6
*
Remove dead code commented in test_func.py
Pierre Sassoulas
2020-11-28
1
-4
/
+0
*
Add the 'benchmark' marker in 'pytest.ini'
Pierre Sassoulas
2020-11-28
1
-1
/
+2
*
Create an API for testutils directory
Pierre Sassoulas
2020-11-28
2
-537
/
+568
*
Create a testutils/test_reporter.py file
Pierre Sassoulas
2020-11-28
2
-74
/
+82
*
Move testutils.py in its own package
Pierre Sassoulas
2020-11-28
1
-2
/
+0
*
Remove redundant character escape '\]' in _EXPECTED_RE
Pierre Sassoulas
2020-11-28
1
-1
/
+1
*
Fix 'function could be static' in testutils.py
Pierre Sassoulas
2020-11-28
1
-1
/
+2
*
Fix a typo in testutils.py
Pierre Sassoulas
2020-11-28
1
-2
/
+1
*
review fixes| Uses pytest's tmp_path fixture instead of custom context man
Frank Harrison
2020-11-27
1
-27
/
+15
*
Remove 0xdeadcode
Frank Harrison
2020-11-27
1
-5
/
+0
*
profile| Runs pylint against external code, generating profile-heatmaps
Frank Harrison
2020-11-27
2
-0
/
+95
*
Add checks for deprecated functions since 3.6
Federico Bond
2020-11-27
2
-0
/
+31
*
Merge pull request #3910 from brycepg/tweak/tox-black-diff
hippo91
2020-11-26
1
-1
/
+1
|
\
|
*
Modify tox to show diff of formatting changes with black
Bryce Guinta
2020-10-19
1
-1
/
+1
[next]