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
*
Updated release documentation
pylint-1.9
Ashley Whetter
2018-05-15
1
-7
/
+5
*
Updated copyright notices for version 1.9.0
Ashley Whetter
2018-05-15
70
-68
/
+82
*
Prepare 1.9.0
Ashley Whetter
2018-05-15
2
-2
/
+2
*
Fix lint
Claudiu Popa
2018-05-13
1
-4
/
+6
*
Try to see if 3.5 works now
Claudiu Popa
2018-05-13
1
-1
/
+1
*
Reimplement the lookup() call by manually looking for the right nodes
Claudiu Popa
2018-05-13
1
-13
/
+28
*
Use a different dunder method than __init__
Claudiu Popa
2018-05-13
1
-6
/
+6
*
Added two new Python 3 porting checks, `exception-escape` and `comprehension-...
Claudiu Popa
2018-05-12
4
-3
/
+85
*
Emit a warning when sys.exc_clear is accessed
Claudiu Popa
2018-05-11
4
-0
/
+23
*
Emit a warning when .xreadlines() is accessed
Claudiu Popa
2018-05-11
3
-5
/
+22
*
No need to check for the traceback for old-raise-syntax in its 3-tuple form
Claudiu Popa
2018-05-10
1
-2
/
+1
*
Never push without testing first
Claudiu Popa
2018-05-10
1
-0
/
+1
*
The Python 3 porting checker can run with Python 3 as well
Claudiu Popa
2018-05-10
4
-194
/
+89
*
Relaxed docstring checks for abstract methods
Ashley Whetter
2018-05-09
4
-2
/
+130
*
Enum classes no longer trigger too-few-methods
Ashley Whetter
2018-05-09
6
-6
/
+76
*
Can ignore arguments that cause redefined-outer-name (#2054)
Ashley Whetter
2018-05-09
1
-2
/
+1
*
Move the changelog entry in 1.9 section and add a new entry in what's new
Claudiu Popa
2018-05-08
2
-3
/
+11
*
Add new check py3k invalid-unicode-literal. (#2068)
Sushobhit
2018-05-09
4
-0
/
+17
*
Rip invalid-raise-syntax, we already have old-raise-syntax
Claudiu Popa
2018-04-18
4
-50
/
+10
*
Handle dict subclasses for dict-not-iterating checks
Claudiu Popa
2018-04-18
2
-9
/
+27
*
defaultdict and subclasses of dict are now handled for dict-iter-* checks
Claudiu Popa
2018-04-18
4
-10
/
+48
*
Rip lambda paremeter unpacking, we already have parameter-unpacking
Claudiu Popa
2018-04-18
4
-28
/
+1
*
Added a new Python 2/3 check for invalid raise syntax.
Claudiu Popa
2018-04-17
4
-6
/
+55
*
Added a new Python 2/3 check for invalid lambda parameter list, `lambda-param...
Claudiu Popa
2018-04-17
4
-0
/
+28
*
Add 1.9 release notes
Claudiu Popa
2018-04-12
1
-0
/
+35
*
Added a new Python 2/3 check for accessing removed urllib functions
Claudiu Popa
2018-04-12
3
-1
/
+39
*
Added a new Python 2/3 check for accessing `operator.div`, which is removed i...
Claudiu Popa
2018-04-12
3
-0
/
+21
*
io can redefine builtins. Close #2014
Claudiu Popa
2018-04-12
1
-1
/
+2
*
Added 1.9 which will have some python 3 new port checks
Claudiu Popa
2018-04-05
2
-1
/
+8
*
Fix lint errors
pylint-1.8.4
Claudiu Popa
2018-04-05
1
-3
/
+3
*
Pylint needs to run with its corresponding astroid version
Claudiu Popa
2018-04-05
1
-1
/
+1
*
Prepare 1.8.4
Claudiu Popa
2018-04-05
2
-1
/
+16
*
Fix no-context-manager test breakage in due to astroid changes
Bryce Guinta
2018-04-05
1
-2
/
+16
*
Remove cherry-pick artefact
Claudiu Popa
2018-04-05
1
-1
/
+0
*
Supress linting output
Claudiu Popa
2018-04-05
1
-8
/
+21
*
Catch string.letters with the Python 3 porting checker
Claudiu Popa
2018-04-05
2
-3
/
+3
*
Add missing string functions to the Python 3 porting checker
Claudiu Popa
2018-04-04
1
-1
/
+3
*
Stop early when we already detected a disable for a line too long
Claudiu Popa
2018-03-30
2
-0
/
+11
*
Prepare 1.8.3 release
pylint-1.8.3
Claudiu Popa
2018-03-16
2
-2
/
+2
*
Remove merge marker
Claudiu Popa
2018-03-16
1
-1
/
+1
*
Don't crash on invalid strings when checking for `logging-format-interpolation`
Claudiu Popa
2018-03-16
3
-1
/
+18
*
Check if node is in list comprehension in function defaults
Bryce Guinta
2018-03-03
4
-2
/
+36
*
Add in_comprehension utility function
Bryce Guinta
2018-03-03
1
-0
/
+10
*
Fix false positive undefined-variable for lambda arguments in classes
Bryce Guinta
2018-03-02
4
-2
/
+32
*
Exempt `__doc__` from triggering a `redefined-builtin`
Claudiu Popa
2018-03-01
3
-1
/
+7
*
Merge pull request #1856 from hippo91/1.8
hippo91
2018-01-28
6
-20
/
+61
|
\
|
*
Backport of PR#1855
hippo91
2018-01-28
6
-20
/
+61
|
/
*
Merge pull request #1849 from hippo91/1.8
hippo91
2018-01-25
5
-11
/
+69
|
\
|
*
Deletion of trailing newline to force CI (2/2)
hippo91
2018-01-25
1
-1
/
+0
|
*
Add of trailing newline to force CI (1/2)
hippo91
2018-01-25
1
-0
/
+1
[next]