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
/
pylint
/
checkers
/
python3.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
1
-1432
/
+0
*
``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...
Pierre Sassoulas
2021-08-19
1
-5
/
+3
*
Use alias for astroid.nodes 02 (#4863)
Marc Mueller
2021-08-18
1
-39
/
+40
*
Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"
Marc Mueller
2021-08-12
1
-1
/
+1
*
Extended consider-using-tuple check to cover 'in' comparisons (#4768)
Marc Mueller
2021-07-29
1
-1
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump pylint to 2.9.0-dev1, update changelog
Pierre Sassoulas
2021-06-17
1
-0
/
+1
*
Fix existing code
Marc Mueller
2021-06-10
1
-2
/
+2
*
Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)
dependabot[bot]
2021-05-24
1
-9
/
+7
*
Update copyrite notice
v2.8.2
Pierre Sassoulas
2021-04-26
1
-0
/
+1
*
Changes after black update
Marc Mueller
2021-04-26
1
-1
/
+1
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Prepare 2.7.3 release (#4261)
pylint-2.7.3
2.7
Pierre Sassoulas
2021-03-29
1
-0
/
+1
*
Import astroid with import x or from x import y but not both
Pierre Sassoulas
2021-03-28
1
-4
/
+5
*
Fix 'assert' statement contains an expression with side effects
Pierre Sassoulas
2021-03-25
1
-2
/
+4
*
Remove 'whitelist' term in python3 checker
Peter Kolbus
2021-03-09
1
-2
/
+2
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-2
/
+4
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Fix false positive when map() receives iterable
Tiago Honorato
2021-02-20
1
-0
/
+1
*
Fix false positive when zip() receives iterable (#4105)
tiagohonorato
2021-02-19
1
-0
/
+1
*
Move from format() to f-string where it makes sense
Pierre Sassoulas
2021-02-16
1
-4
/
+4
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
1
-2
/
+1
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+3
*
Chore: use https links (#3679)
谭九鼎
2020-06-11
1
-1
/
+1
*
Rename the new old-style super with super-with-arguments
Claudiu Popa
2020-05-05
1
-20
/
+0
*
Add new old-style-super check to flag instances of super with default arguments
Federico Bond
2020-05-05
1
-1
/
+21
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-4
/
+15
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-3
/
+2
*
Fix false positive for inverse containment tests
Athos Ribeiro
2020-01-06
1
-1
/
+1
*
Enable else-if-used extension (#3316)
Nick Drozd
2019-12-24
1
-5
/
+4
*
Move the set construction for _infer_if_relevant_attr at the class level
Claudiu Popa
2019-10-30
1
-4
/
+5
*
Speedup py3k mode
Hugues Bruant
2019-10-30
1
-2
/
+24
*
Fixes "exception-escape" false positive with generators (#3128) (#3182)
Gabriel R Sezefredo
2019-10-16
1
-9
/
+4
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-20
/
+11
*
Do not scope the iterating contexts to builtins
Claudiu Popa
2019-09-10
1
-2
/
+1
*
[pylint.checkers] Make the link between msgid and symbol strictly 1-1
Pierre Sassoulas
2019-08-19
1
-6
/
+6
*
fix old-division check for int(...) (#2892)
Anthony Sottile
2019-04-30
1
-5
/
+9
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
1
-1
/
+1
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-5
/
+4
*
Modify range-builtin-not-iterating message (#2810)
bluesheeptoken
2019-03-19
1
-1
/
+1
*
``old-division`` is not emitted for non-Const nodes.
Claudiu Popa
2019-03-11
1
-0
/
+7
*
Don't emit ``*-not-iterating`` checks for builtins consumed by ``itertools``
Claudiu Popa
2019-02-11
1
-8
/
+8
*
Exempt starred unpacking from ``*-not-iterating`` Python 3 checks
Claudiu Popa
2018-12-18
1
-0
/
+2
*
Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.
Claudiu Popa
2018-12-14
1
-0
/
+3
*
Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)
sbagan
2018-12-10
1
-0
/
+1
*
Adding implicit-str-concat-in-sequence check (#1655)
Lucas Cimon
2018-10-10
1
-5
/
+5
*
dict-iter-method and dict-view-method no longer determines if the operand is ...
Claudiu Popa
2018-10-02
1
-20
/
+4
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-580
/
+925
*
Remove wrong modules from 'bad-python3-import' (#2454)
Aivar Annamaa
2018-09-09
1
-2
/
+2
*
first make mypy pass by ignoring type
ssolanki
2018-08-21
1
-1
/
+2
[next]