summaryrefslogtreecommitdiff
path: root/checkers/newstyle.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-041-1/+1
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-1/+1
* Implement confidence levels.Torsten Marek2014-07-241-8/+21
* Revert change from 3b748b4: emit old-style-classes only for classes without b...cpopa2014-08-181-3/+4
* Check that a class has an explicitly defined metaclass before emitting 'old-s...cpopa2014-08-171-5/+5
* linting pylintSylvain Th?nault2014-07-251-2/+2
* Fix a potential crash with super inference.cpopa2014-04-221-2/+13
* restore newstyle checker, we still want (part of) the super call checks. Rely...Sylvain Th?nault2014-04-141-8/+11
* use symbolic names in the newstyle checkerSylvain Th?nault2014-04-141-8/+8
* Don't register the newstyle checker w/ python >= 3. Closes #109Sylvain Th?nault2014-04-111-5/+6
* Use the name of the class when issuing an E11003 warning and the class doesn'...cpopa2014-04-011-2/+2
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* fix unproperly spelled max version for missing-super-argumentSylvain Th?nault2013-12-201-1/+1
* [py3] missing-super-argument is a python2 only messageSylvain Th?nault2013-12-201-2/+3
* some pylint and style fixesSylvain Th?nault2013-07-311-5/+5
* Use super() instead of 'super class'.cpopa2013-07-251-1/+1
* Cleanup.cpopa2013-07-241-8/+7
* Prefer the symbolic name.cpopa2013-07-241-1/+2
* Add missing-super-argument message for argumentless super on Python 2.X.cpopa2013-07-241-3/+12
* Fix false positive E1003 on Python 3 for argument-less super().cpopa2013-07-161-1/+6
* Added a new warning old-style-class for classes that do not have any base class.Torsten Marek2013-06-181-1/+10
* astng has been renamed astroidDavid Douard2013-06-171-10/+10
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+4
* Fixes misleading wording in warnings E1001 and E1002 (patch by google)Sylvain Th?nault2011-09-071-4/+4
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-091-4/+5
* a lot of small attribute corrections and moreEmile Anclin2009-03-091-1/+1
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-4/+4
* remove visit_raise from checkers.newstyleEmile Anclin2008-10-131-44/+3
* fix false positives with py >= 2.5Sylvain2006-09-231-4/+4
* check ChangeLogsyt2006-05-091-4/+4
* forget the past.root2006-04-261-0/+148