summaryrefslogtreecommitdiff
path: root/checkers/typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the 2.5-specific duplicate-keyword-arg warnings.Torsten Marek2014-07-301-10/+1
* linting pylintSylvain Th?nault2014-07-251-16/+15
* Fix a couple of issues in typecheck.py.cpopa2014-07-251-15/+21
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-241-1/+2
* Move the sequence_types set to the global levelDavid Shea2014-07-081-3/+4
* Skip the check for whether node is a Slice in visit_slice.David Shea2014-07-081-3/+0
* Fix a typo in a commentDavid Shea2014-07-081-1/+1
* Skip sequence index checks on types that do not resolve to an Instance or aDavid Shea2014-07-081-1/+1
* Correct problems with checking extended slice syntax.David Shea2014-07-071-2/+14
* Correct the sequence index check for set and delete operations.David Shea2014-07-071-11/+22
* Correct the use of root()David Shea2014-07-071-1/+1
* Clean up some stylistic issues in the sequence and slice index type checks.David Shea2014-07-071-14/+9
* Expand the description for invalid-sequence-index to match the check.David Shea2014-07-071-1/+2
* Remove the types import since it is no longer usedDavid Shea2014-07-061-1/+0
* Merge upstream default into list-index-checkerDavid Shea2014-07-061-0/+112
|\
| * Check for invalid indices used with subclasses of sequence types.David Shea2014-07-061-4/+25
| * Expand and correct the types used in the index and slice checks.David Shea2014-07-061-22/+40
| * Add a check for invalid types used as slice indices.David Shea2014-07-031-0/+39
| * Add tests for list index type checking and clean up the conditionalDavid Shea2014-07-031-10/+21
| * Emit an error when a list index is a non-integer typeDavid Shea2014-07-011-0/+23
* | Emit 'not-callable' when calling properties. Closes issue #268.cpopa2014-07-021-3/+72
|/
* Fix spelling errorSteven Myint2014-05-081-1/+1
* Fix a potential AttributeError when checking for constructor arguments.cpopa2014-05-051-1/+1
* * Emit [assignment-from-none] when the function contains bare returns.Torsten Marek2014-04-181-1/+2
* remove optparse from default ignored-modules, we'll find another proper way t...Sylvain Th?nault2014-04-171-1/+1
* mergeHolger Peters2014-04-151-1/+1
|\
| * Removing numpy from defaults for ignored modules in type checkerHolger Peters2014-04-151-1/+1
* | Merged logilab/pylint into defaultHolger Peters2014-04-151-3/+11
|\ \ | |/
| * Make optparse a default for the ignored modules parameterHolger Peters2014-04-111-5/+5
| * Merged logilab/pylint into defaultHolger Peters2014-04-111-2/+10
| |\
| | * Add 'ignored-modules' option to type checker to avoid false-positives w/ numpyHolger Peters2014-04-071-2/+10
* | | Fix naming of invocation types, astroid exports a lot more information, and c...Torsten Marek2014-04-101-13/+5
|/ /
* | 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