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
/
CONTRIBUTORS.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take into account `__class_getitem__`
Pascal Corpet
2019-02-04
1
-1
/
+3
*
avoid popping __main__ for python version >= 3.3
Nicolas Dickreuter
2019-01-20
1
-0
/
+2
*
Generalize `chained-comparison` (#2655)
Justin Li
2018-12-21
1
-0
/
+2
*
Added load_configuration() hook for plugins
Matus Valo
2018-12-20
1
-0
/
+2
*
Fix docs to work with astroide>2.x (#2646)
Sardorbek Imomaliev
2018-12-14
1
-0
/
+2
*
Fix false positive Non-iterable value with async comprehensions (#2638)
Pablo Galindo
2018-12-11
1
-0
/
+3
*
Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)
sbagan
2018-12-10
1
-0
/
+2
*
Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)
Jim Robertson
2018-12-07
1
-1
/
+2
*
Fixed literal-comparison for the case of 0 and 1 (#2601)
Sergei Lebedev
2018-11-23
1
-0
/
+2
*
Fix typo in msg description (#2548)
Mike Miller
2018-10-11
1
-0
/
+2
*
Adding implicit-str-concat-in-sequence check (#1655)
Lucas Cimon
2018-10-10
1
-0
/
+2
*
New option: logging-format-style for logging checker (#2521)
Alan Chan
2018-10-04
1
-0
/
+2
*
fix compatibility with unreleased changes to stdlib tokenizer
Michael Hudson-Doyle
2018-10-01
1
-0
/
+2
*
Use ast to handle PEP 328 multi-line imports
Scott Worley
2018-09-29
1
-0
/
+2
*
Add myself to contributors
Benjamin Drung
2018-09-28
1
-0
/
+2
*
No enumerate check in __iter__ (#2505)
Ben James
2018-09-22
1
-1
/
+3
*
Added check simplifiable-if-expression (#2502)
Tomer Chachamu
2018-09-20
1
-0
/
+2
*
Grammar fixes to docs (#2492)
Drew
2018-09-15
1
-2
/
+4
*
Remove wrong modules from 'bad-python3-import' (#2454)
Aivar Annamaa
2018-09-09
1
-0
/
+2
*
Added checker for format string type mismatches.
Yury Gribov
2018-09-04
1
-0
/
+2
*
Fix wildcard imports missing in import graph
Hornwitser
2018-09-04
1
-1
/
+3
*
added pylint-PyCharm-plugin to the ide integration docs
Roberto Leinardi
2018-08-23
1
-0
/
+2
*
Fix is_subclass_of when one param is not ClassDef
Caio Carrara
2018-08-22
1
-0
/
+2
*
Remove a couple of Python 2 specific checks
Natalie Serebryakova
2018-08-15
1
-0
/
+2
*
Added myself to contributor list
Marcus Näslund
2018-08-08
1
-0
/
+2
*
Add Bryce to the team
Claudiu Popa
2018-07-31
1
-0
/
+2
*
Demote 'try-except-raise' from an error to a warning (#2324)
Carey Metcalfe
2018-07-22
1
-1
/
+3
*
Remove the maximum length from the style regular expressions (#2290)
SergeyKosarchuk
2018-07-17
1
-0
/
+2
*
Documentation fixes for the release and add Nick as a contributor
Claudiu Popa
2018-07-15
1
-0
/
+2
*
Add new checker useless-object-inheritance.
ssolanki
2018-06-20
1
-0
/
+1
*
Add checker for simplifying chained comparison.
Sushobhit
2018-06-18
1
-0
/
+2
*
Add new check `comparison-with-callable`
ssolanki
2018-06-15
1
-0
/
+1
*
`len-as-condition` recognize more cases (#2165)
Matej Marušák
2018-06-04
1
-0
/
+2
*
Update the contributors to reflect the reality
Claudiu Popa
2018-06-04
1
-16
/
+20
*
Add checker to warn when imported package is renamed as original one.
Sushobhit
2018-05-19
1
-1
/
+2
*
Take annotations in account for missing-type-doc and missing-return-doc
Sushobhit
2018-05-19
1
-1
/
+2
*
Add `--exit-zero` option (#2099)
Jason Owen
2018-05-17
1
-0
/
+2
*
Fix handling of inline scopes in too-many-statements (#1979)
Mark Miller
2018-05-17
1
-0
/
+2
*
Switch to using verbose instead of quiet since we want to disable this by def...
Claudiu Popa
2018-05-17
1
-0
/
+2
*
Fix an error which occurred when using the docparams extension and documentin...
Adam Dangoor
2018-05-16
1
-0
/
+2
*
Add a new check: `logging-fstring-interpolation`.
Mariatta Wijaya
2018-05-15
1
-0
/
+4
*
Add new check 'comparison-with-itself' (#2074)
Sushobhit
2018-05-15
1
-0
/
+3
*
Add check for unhashable dict keys (fixes #586) (#2089)
Ben Green
2018-05-15
1
-0
/
+2
*
Includes file paths in the default report format (#2088)
Jace Browning
2018-05-15
1
-0
/
+2
*
Fix typo in base checker unit test (#2093)
Fureigh
2018-05-14
1
-0
/
+2
*
Warn when using subprocess.Popen preexec_fn kwarg (#2087)
Banjamin Freeman
2018-05-14
1
-0
/
+2
*
Update ChangeLog, whatsnew and CONTRIBUTORS
Marianna Polatoglou
2018-05-14
1
-0
/
+2
*
Add support for numpydoc return value names (#2031)
Mitchell T.H. Young
2018-04-24
1
-0
/
+2
*
Don't report docstrings on inner functions. (#1987)
glmdgrielson
2018-04-02
1
-0
/
+1
*
New error condition try-except-raise (#1939)
Alexander Todorov
2018-03-29
1
-1
/
+2
[next]