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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change to consider-using-tuple
Marc Mueller
2021-06-10
1
-1
/
+2
*
Add new checker consider-using-tuple-iterator
Marc Mueller
2021-06-10
1
-0
/
+2
*
Implemented new checker await-outside-async (#4514)
yushao2
2021-06-09
1
-0
/
+2
*
Update name for consider-using-namedtuple to include dataclass (#4536)
Marc Mueller
2021-06-02
1
-1
/
+2
*
Add new checker invalid-all-format
Marc Mueller
2021-06-01
1
-0
/
+3
*
Upgrade release.md following the decision to pin astroid
Pierre Sassoulas
2021-05-31
1
-1
/
+7
*
Add new checker consider-using-namedtuple (#4517)
Marc Mueller
2021-05-31
1
-0
/
+2
*
Handle floats when parsing pyproject.toml (#4518) (#4520)
Markus Siebenhaar
2021-05-29
1
-0
/
+2
*
Added deprecated decorators check (#4513)
Matus Valo
2021-05-27
1
-0
/
+2
*
Add `ignore-paths` to match against the full path. (#4516)
Fabian Damken
2021-05-27
1
-0
/
+2
*
Implemented new checker invalid-class-object (#4510)
yushao2
2021-05-26
1
-0
/
+2
*
Fixed minor doc formatting (#4511)
yushao2
2021-05-25
1
-1
/
+1
*
Implemented ``unused-private-member`` checker (#4504)
yushao2
2021-05-25
1
-0
/
+2
*
Add list literal check to using-constant-test. (#4502)
David Liu
2021-05-24
1
-0
/
+3
*
Multiple `output-format` support (#4492)
ruro
2021-05-24
2
-0
/
+12
*
Bump sphinx from 4.0.1 to 4.0.2 (#4494)
dependabot[bot]
2021-05-24
1
-1
/
+1
*
Implemented new check consider-using-from-import (#4491)
yushao2
2021-05-23
1
-0
/
+2
*
Implemented new check unnecessary-dict-index-lookup (#4485)
yushao2
2021-05-23
1
-0
/
+2
*
Fix errors in block disables paragraph in User Guide (#4489)
Jacob Walls
2021-05-23
1
-2
/
+2
*
Implemented new check use-maxsplit-arg (#4469)
yushao2
2021-05-22
1
-0
/
+4
*
Add ignore_signatures to similarity checker (#4474)
Aditya Gupta
2021-05-17
1
-0
/
+2
*
Create new error arguments-renamed (#4467)
Konstantina Saketou
2021-05-17
1
-0
/
+3
*
Bump sphinx from 4.0.0 to 4.0.1 (#4478)
dependabot[bot]
2021-05-17
1
-1
/
+1
*
Fix issues with Python 3.6.0 (#4446)
Peter Kolbus
2021-05-12
1
-0
/
+2
*
Implemented new check consider-using-dict-items (#4445)
yushao2
2021-05-11
1
-0
/
+3
*
Bump sphinx from 3.5.4 to 4.0.0 (#4461)
dependabot[bot]
2021-05-10
1
-1
/
+1
*
Bump python-docs-theme from 2020.12 to 2021.5 (#4460)
dependabot[bot]
2021-05-10
1
-1
/
+1
*
Customize arguments-differ error messages (#4422)
Konstantina Saketou
2021-05-05
1
-0
/
+2
*
Add --fail-on option (#4227) (#4398)
Dr. Nick
2021-05-02
1
-0
/
+2
*
Add new warning ``deprecated-class`` #4388 (#4419)
victor
2021-04-30
1
-0
/
+1
*
Fix too-many-ancestors
Marc Mueller
2021-04-28
1
-0
/
+3
*
Update copyrite notice
v2.8.2
Pierre Sassoulas
2021-04-26
1
-1
/
+1
*
Release with standard version tag
Pierre Sassoulas
2021-04-26
2
-7
/
+9
*
Update documentation and changelog
Pierre Sassoulas
2021-04-26
1
-17
/
+9
*
Better documentation on the packaging breaking changes
Pierre Sassoulas
2021-04-25
1
-3
/
+11
*
Post release chores
Pierre Sassoulas
2021-04-24
2
-0
/
+17
*
Prepare for 2.8.0 release
pylint-2.8.0
Pierre Sassoulas
2021-04-24
1
-1
/
+1
*
Fix discord server invitation
Pierre Sassoulas
2021-04-24
1
-1
/
+1
*
Document the new release process
Pierre Sassoulas
2021-04-24
1
-16
/
+8
*
Add new extension TypingChecker (#4382)
Marc Mueller
2021-04-24
1
-0
/
+6
*
Update astroid to 2.5.4 (#4392)
Marc Mueller
2021-04-24
1
-1
/
+1
*
Enhancement 1070 file output (#4339)
DudeNr33
2021-04-23
2
-0
/
+6
*
Enhancement #3413 ``consider-using-with`` (#4372)
DudeNr33
2021-04-23
1
-0
/
+4
*
Enhancement/add checker consider using min max builtin (#4359)
Qwiddle13
2021-04-17
1
-0
/
+2
*
Use Python official doc's terminology (#4349)
Emmanuel Chaudron
2021-04-17
1
-3
/
+3
*
Bump sphinx from 3.5.3 to 3.5.4 (#4344)
dependabot[bot]
2021-04-12
1
-1
/
+1
*
Follow up to COPYING renamed
Pierre Sassoulas
2021-04-11
1
-0
/
+2
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
2
-2
/
+2
*
New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)
DudeNr33
2021-04-11
1
-0
/
+3
*
Update ``astroid`` to 2.5.3 (#4334)
Marc Mueller
2021-04-10
1
-0
/
+2
[next]