summaryrefslogtreecommitdiff
path: root/checkers/typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.cpopa2014-04-091-1/+1
* Unify and improve function invocation errors:Torsten Marek2014-04-041-56/+67
* Also inspect constructor calls in addition to function calls.Torsten Marek2014-04-021-0/+24
* Emit all messages by symbolic name in checkers/typecheck.py.Torsten Marek2014-03-301-14/+14
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* various pylint fixesSylvain Th?nault2013-12-221-2/+2
* Check py3k keyword-only argumentsJulien Cristau2013-07-181-0/+26
* Use maxversion on a few messagesJulien Cristau2013-06-191-1/+2
* Add @check_messages(...) annotations to help not to spend time on unneeded ch...Anthony Truchet2013-06-181-1/+2
* astng has been renamed astroidDavid Douard2013-06-171-24/+24
* Improve the warning message for E1124[redundant-keyword-arg].Torsten Marek2013-03-291-1/+1
* lint fixesSylvain Th?nault2012-09-191-2/+2
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+10
* fix crash when using set in regexp for --generated-members option. Closes #88914Sylvain Th?nault2012-05-211-0/+1
* Do not issue warnings when using 2.6's property.setter/deleter functionality....Sylvain Th?nault2011-10-261-0/+2
* add regular expression support for generated-members (closes #69738)Alain Leufroy2011-07-081-4/+16
* #57311: Remove mentions of optikSylvain Th?nault2011-01-061-2/+1
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-091-1/+2
* remove more 2.4 compatEmile Anclin2010-11-151-3/+0
* fix #28796: regression in --generated-members introduced pylint 0.20Sylvain Th?nault2010-08-181-2/+3
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-221-2/+1
* fix bug discovered by Diez B. Roggisch: we should access to the potentially ...Sylvain Th?nault2010-02-031-1/+1
* python2.4 compatibility for typecheckerPierre-Yves David2009-11-251-1/+4
* use display_type defined as an astng methodSylvain Th?nault2009-11-251-2/+2
* Add a checker verifying that the arguments passed to aJames Lingard2009-11-251-1/+148
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-11/+11
* d-t-wSylvain Th?nault2009-08-271-7/+7
* use .fromlineno, not .linenoastng2sylvain thenault2009-03-191-3/+0
* cleanupsylvain thenault2009-03-191-1/+1
* fix import for new astng organisationSylvain2009-03-171-6/+9
* handle Del* and AugAssing situationsEmile Anclin2009-03-171-1/+4
* stmt.fromlineno can be 0 for names defined on module levelEmile Anclin2009-03-161-0/+10
* None is now a Constsylvain thenault2009-03-131-2/+2
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-4/+4
* cleanup / lint fixesSylvain Thenault2008-12-031-1/+1
* * typecheck: acquired-members option has been dropped in favor of the moreSylvain2008-03-271-10/+14
* include Thomas W Barr patch: ignored-class option on typecheck checkerSylvain2008-01-141-3/+12
* transfertSylvain2007-02-191-5/+2
* lint fixesSylvain2007-02-181-1/+3
* include daniel drake's patchSylvain2006-12-271-2/+12
* fixed 2.3 compat bug reported by Uwe TapperAdrien Di Mascio2006-11-281-0/+1
* fix E1011 duplication pbsyt2006-11-231-2/+10
* ignore missing attribute on optparse's Values instancesSylvain2006-09-201-2/+4
* check ChangeLogsyt2006-05-091-64/+52
* forget the past.root2006-04-261-0/+181