summaryrefslogtreecommitdiff
path: root/pylint/checkers/python3.py
Commit message (Expand)AuthorAgeFilesLines
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-3/+2
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-181-1/+1
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-5/+5
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+4
* Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-6/+6
* Fix a typo.Claudiu Popa2015-07-161-1/+1
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-2/+4
* Add a new error for the Python 3 porting checker, `import-star-module-level`.Claudiu Popa2015-06-251-1/+9
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-161-2/+2
* issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+1
* Fix a couple of doc warnings, use string continuation.Claudiu Popa2015-03-021-3/+3
* Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-281-0/+39
* Backed out changeset c1f2f0c187b0Claudiu Popa2015-02-271-0/+5
* Remove Python3Checker constructor, visit_module() does all its jobPavel Roskin2015-02-261-5/+0
* Clear Python3Checker state on every new modulePavel Roskin2015-02-251-0/+5
* Don't emit not-iterating warnings when the builtin is used in an unpacking.Claudiu Popa2015-02-211-0/+6
* Fix a false positive with dict and not-iterating warnings.Claudiu Popa2015-02-211-1/+1
* Remove visit_discard for map-builtin-not-iterating, since it is already caugh...Claudiu Popa2015-02-211-9/+0
* Set old_names for map-builtin-not-iterating since it replaced implicit-map-ev...Brett Cannon2015-02-201-2/+3
* merge with defaultBrett Cannon2015-02-201-28/+79
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+488