summaryrefslogtreecommitdiff
path: root/checkers/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-3/+3
* Some work on making pylint work on Python 3 without 2to3.Torsten Marek2014-08-161-1/+1
* Implement confidence levels.Torsten Marek2014-07-241-0/+19
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-091-0/+27
* Move inherit_from_std_ex to checkers/utils.py, so that it can be used in othe...cpopa2014-08-081-0/+16
* linting pylintSylvain Th?nault2014-07-251-15/+14
* Merge with default.cpopa2014-06-231-1/+7
|\
| * Don't warn with 'bad-format-character' when encountering the 'a' format on Py...cpopa2014-06-161-1/+7
* | Merge with default.cpopa2014-06-071-1/+1
|\ \ | |/ |/|
| * merge with defaultcpopa2013-12-191-3/+8
| |\
| * | Various changes to format checker.cpopa2013-10-031-33/+0
| * | Add basic checks for Python 3 format strings.cpopa2013-09-221-1/+34
* | | except as replaced by commas, one with_statement future import added and Stri...Ricardo Gemignani2014-03-061-1/+1
* | | Updated FSF address.Arun Persaud2014-02-231-1/+1
* | | Fix builtin module name for Python 3.cpopa2014-01-091-1/+1
* | | Various fixes for #128cpopa2014-01-091-1/+1
* | | Fix bitbucket #126, don't crash when encountering an AssAttr node in is_defin...cpopa2014-01-031-2/+4
* | | various pylint fixesSylvain Th?nault2013-12-221-28/+29
| |/ |/|
* | Fix a potential crash in the redefine-in-handler warning if theTorsten Marek2013-11-051-1/+1
* | fix false used-before-assignment for except handler defined identifier used ...Sylvain Th?nault2013-11-211-0/+5
* | Allow get_argument_from_call to retrieve the first positional argument.cpopa2013-10-081-2/+2
|/
* Handle new astroid With nodesJulien Cristau2013-06-201-2/+4
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+28
* Add utility function is_builtin_object.Torsten Marek2013-06-191-0/+4
* Do not flag names in nested with statements on the same line as undefined.Torsten Marek2013-06-171-5/+3
* astng has been renamed astroidDavid Douard2013-06-171-34/+34
* move string literal checker from format.py to strings.pySylvain Th?nault2013-03-291-0/+3
* use .fromlineno instead of .lineno (which is not reliable)Sylvain Th?nault2013-02-251-2/+2
* quick fix: use %s rather than %s will avoid crash if lineno is None. See http...Sylvain Th?nault2013-02-251-1/+1
* Fix checkers.utils for other implementations (use of __builtins__). Closes #9...FELD Boris2012-07-091-3/+3
* Closes #93591: Correctly emit W0623 on multiple assignment of unpackable exce...tmarek2012-06-071-3/+18
* Refactor _check_protected_attribute_access by extracting independent part in ...Sylvain Th?nault2012-06-071-0/+28
* Doesn't check that overriden method signature match if it's a private method,...Sylvain Th?nault2012-06-071-2/+10
* Fix the variables check to not emit false positives for E0602 on {list,genera...Torsten Marek2012-03-151-1/+5
* InferenceError may be raised when running the next iteration, but we don't wa...Sylvain Th?nault2012-02-231-0/+2
* Update W0623 to not trigger on code like:Sylvain Th?nault2011-10-241-1/+3
* Fix for #81078: Warn if names in exception handlers clobber overwrite existin...Sylvain Th?nault2011-10-241-0/+25
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-0/+76
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-0/+9
* cleanup: we don't support 2.3 anymoreEmile Anclin2010-12-021-6/+1
* remove more 2.4 compatEmile Anclin2010-11-151-1/+1
* py3k: fix __builtin__ vs builtinsEmile Anclin2010-10-281-4/+5
* add initial support for set and list comprehensionsDaniel Harding2010-10-071-8/+7
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
* fix #20067: pylint crash with AttributeErrorEmile Anclin2010-04-151-0/+3
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* use display_type defined as an astng methodSylvain Th?nault2009-11-251-8/+0
* mergeSylvain Th?nault2009-11-231-4/+4
|\
| * include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4