summaryrefslogtreecommitdiff
path: root/pylint/checkers/python3.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-1432/+0
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-5/+3
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-39/+40
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Fix existing codeMarc Mueller2021-06-101-2/+2
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-9/+7
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-4/+5
* Fix 'assert' statement contains an expression with side effectsPierre Sassoulas2021-03-251-2/+4
* Remove 'whitelist' term in python3 checkerPeter Kolbus2021-03-091-2/+2
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-0/+1
* Fix false positive when zip() receives iterable (#4105)tiagohonorato2021-02-191-0/+1
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-4/+4
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+3
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-051-20/+0
* Add new old-style-super check to flag instances of super with default argumentsFederico Bond2020-05-051-1/+21
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+15
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-3/+2
* Fix false positive for inverse containment testsAthos Ribeiro2020-01-061-1/+1
* Enable else-if-used extension (#3316)Nick Drozd2019-12-241-5/+4
* Move the set construction for _infer_if_relevant_attr at the class levelClaudiu Popa2019-10-301-4/+5
* Speedup py3k modeHugues Bruant2019-10-301-2/+24
* Fixes "exception-escape" false positive with generators (#3128) (#3182)Gabriel R Sezefredo2019-10-161-9/+4
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-20/+11
* Do not scope the iterating contexts to builtinsClaudiu Popa2019-09-101-2/+1
* [pylint.checkers] Make the link between msgid and symbol strictly 1-1Pierre Sassoulas2019-08-191-6/+6
* fix old-division check for int(...) (#2892)Anthony Sottile2019-04-301-5/+9
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-1/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-5/+4
* Modify range-builtin-not-iterating message (#2810)bluesheeptoken2019-03-191-1/+1
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-111-0/+7
* Don't emit ``*-not-iterating`` checks for builtins consumed by ``itertools``Claudiu Popa2019-02-111-8/+8
* Exempt starred unpacking from ``*-not-iterating`` Python 3 checksClaudiu Popa2018-12-181-0/+2
* Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.Claudiu Popa2018-12-141-0/+3
* Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)sbagan2018-12-101-0/+1
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-5/+5
* dict-iter-method and dict-view-method no longer determines if the operand is ...Claudiu Popa2018-10-021-20/+4
* Reformat the code with blackClaudiu Popa2018-09-171-580/+925
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-091-2/+2
* first make mypy pass by ignoring typessolanki2018-08-211-1/+2