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
*
Mention the name of the new signature-mutators option
Claudiu Popa
2019-05-23
2
-6
/
+12
*
Can choose decorators that mutate a function's signature (#2926)
Ashley Whetter
2019-05-23
5
-0
/
+54
*
``assignment-from-no-return`` not triggered for async methods.
Claudiu Popa
2019-05-23
3
-2
/
+19
*
Protect against non-Const nodes in is_complex_format_str
Claudiu Popa
2019-05-22
1
-6
/
+5
*
Use explicit astroid imports where implicit ones were being used
Claudiu Popa
2019-05-22
2
-8
/
+8
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
24
-131
/
+77
*
Don't emit ``attribute-defined-outside-init`` for variables defined in setters.
Claudiu Popa
2019-05-21
3
-6
/
+30
*
Add a function to figure out if a node is a property setter and use it accord...
Claudiu Popa
2019-05-21
3
-24
/
+32
*
Fixed pragmas on their own line after a backlash being ignored (#2923)
Ashley Whetter
2019-05-21
3
-0
/
+31
*
Fixed false positive for `undefined-loop-variable`
Ashley Whetter
2019-05-20
3
-0
/
+25
*
Use the right column number for syntax error on PyPy
Claudiu Popa
2019-05-20
1
-3
/
+2
*
Syntax errors report the column number.
Claudiu Popa
2019-05-20
3
-4
/
+10
*
Correct infered to inferred
Claudiu Popa
2019-05-20
9
-83
/
+83
*
Support fully qualified typing imports for type annotations.
Claudiu Popa
2019-05-20
4
-13
/
+108
*
Expect only certain errors from self regression tests
Claudiu Popa
2019-05-20
1
-5
/
+13
*
tox stopped installing the latest pip resulting in various errors accross App...
Claudiu Popa
2019-05-20
1
-2
/
+1
*
Remove inadvertent change
Claudiu Popa
2019-05-19
1
-6
/
+0
*
Pass the line number for bad-inline-option instead of passing the actual line
Claudiu Popa
2019-05-19
1
-1
/
+1
*
Fix misspellings in documentation (#2922)
Nick Smith
2019-05-19
4
-6
/
+5
*
Add test to demonstrate that a recursion error does not happen. Close #2906
Claudiu Popa
2019-05-19
1
-0
/
+14
*
Exclude ``__dict__`` from ``attribute-defined-outside-init``
Claudiu Popa
2019-05-19
3
-1
/
+14
*
Correct word pointed when the same word has more than one error in the same line
agutole
2019-05-14
4
-3
/
+74
*
Fix crash in callable check (#2901)
Martin Vielsmaier
2019-05-05
4
-1
/
+22
*
fix old-division check for int(...) (#2892)
Anthony Sottile
2019-04-30
3
-13
/
+31
*
Flip around the message of broad_try_clause
Claudiu Popa
2019-04-29
2
-2
/
+2
*
Add a what's new entry for the new extension
Claudiu Popa
2019-04-29
1
-1
/
+12
*
Add broad try clause extension. (#2890)
Tyler Thieding
2019-04-29
5
-0
/
+131
*
Add 'of' to GoogleDocstring multiple type (#2884)
Zeb Nicholls
2019-04-29
5
-1
/
+35
*
Rename a function to use only lowercase characters
Claudiu Popa
2019-04-19
1
-2
/
+2
*
Squash a couple of lines into a single one
Claudiu Popa
2019-04-19
1
-5
/
+1
*
Added subprocess.run explicit set `check` argument checker. Closes #2848
fadedDexofan
2019-04-19
7
-0
/
+40
*
Fix the typing annotations
Claudiu Popa
2019-04-11
1
-6
/
+8
*
When we can't infer bare except handlers, skip ``try-except-raise``
Claudiu Popa
2019-04-09
4
-13
/
+18
*
Add missing closing parenthesis in option help
Santiago Castro
2019-04-09
1
-1
/
+1
*
Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...
Claudiu Popa
2019-04-03
3
-2
/
+18
*
Better postponed evaluation of annotations handling
Claudiu Popa
2019-04-03
3
-1
/
+16
*
Fix - Remove the redefined build-in instead of using a pragma
Pierre Sassoulas
2019-03-29
1
-4
/
+2
*
Refactor - Remove unused and untested code in utils
Pierre Sassoulas
2019-03-29
5
-44
/
+8
*
Style - Use a single list comprehension instead of a for loop
Claudiu Popa
2019-03-29
1
-5
/
+4
*
Refactor - Create file for BaseChecker
Pierre Sassoulas
2019-03-29
3
-94
/
+105
*
Refactor - Move function for checker in Checker
Pierre Sassoulas
2019-03-29
8
-58
/
+50
*
Fix - Move checker.utils tests into their dedicated unittest
Pierre Sassoulas
2019-03-29
2
-195
/
+192
*
Refactor - Create a new file for ASTWalker unittest
Pierre Sassoulas
2019-03-29
2
-61
/
+71
*
Refactor - Move refactor.utils function to the utils package
Pierre Sassoulas
2019-03-29
12
-112
/
+125
*
Refactor - Merge normalize text in utils.py
Pierre Sassoulas
2019-03-29
4
-18
/
+12
*
Refactor - Remove circular import between utils and reporter
Pierre Sassoulas
2019-03-29
3
-2
/
+2
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
16
-55
/
+34
*
Pin sphinx to the latest and fix the warning it caused
Claudiu Popa
2019-03-29
2
-2
/
+2
*
Support postponed evaluation of annotations for variable annotations.
Claudiu Popa
2019-03-29
3
-1
/
+16
*
``epylint.py_run`` defaults to ``python`` in case the current executable is n...
Claudiu Popa
2019-03-28
3
-2
/
+8
[next]