summaryrefslogtreecommitdiff
path: root/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Issue broad-except and bare-except even if the number of except handlers is d...cpopa2014-06-271-4/+4
* Skip uninferable nodes when looking for bad exception contextscpopa2014-06-151-0/+2
* Add 'indexing-exception' warning, which detects that indexing an exception oc...cpopa2014-04-221-0/+16
* update test_func exhaustivity testingSylvain Th?nault2014-04-141-1/+2
* delete trailing whitespacesSylvain Th?nault2014-04-141-2/+3
* Emit all warnings by their symbolic names in the exceptions checker.Torsten Marek2014-04-041-18/+19
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* Refactor checks by infering first the cause of the exception.cpopa2014-01-101-11/+10
* Merge with default.cpopa2014-01-031-1/+25
|\
| * Add bad-exception-context warning for checking that `raise ... from ...` sets...cpopa2013-12-281-2/+25
* | Use `all` for a clearer intentcpopa2014-01-011-2/+2
* | Fix false positive for catching-non-exception, for C based exceptions.cpopa2014-01-011-3/+27
|/
* various pylint fixesSylvain Th?nault2013-12-221-7/+7
* Check for non-exception classes inside except clauses.cpopa2013-08-011-3/+15
* some pylint and style fixesSylvain Th?nault2013-07-311-7/+7
* Mark unpacking-in-except as python2-specificJulien Cristau2013-06-191-1/+2
* Resolve conflict and take feed-back into account for PR #34Anthony Truchet2013-06-191-1/+2
|\
| * Add @check_messages(...) annotations to help not to spend time on unneeded ch...Anthony Truchet2013-06-181-2/+3
* | Added a new warning unpacking-in-except (W0712) about unpackingTorsten Marek2013-06-181-1/+12
|/
* astng has been renamed astroidDavid Douard2013-06-171-19/+19
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-5/+14
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-291-0/+7
* W0702 messages should be added to the line of the except handler, not the fir...Torsten Marek2011-10-241-1/+1
* closes #74745: make 'too general' exception names configurable (patch by Google)Sylvain Th?nault2011-09-071-6/+15
* py3k: fix W0703 warningEmile Anclin2010-11-241-6/+5
* cleanup; don't need to talk about python >= 2.5 anymoreEmile Anclin2010-11-161-5/+3
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-6/+2
* fix: raise NotImplemented with a callfunc is also badEmile Anclin2010-11-101-1/+4
* typoEmile Anclin2010-11-091-1/+1
* py3k: exceptions are now in the builtins moduleEmile Anclin2010-11-081-3/+10
* py3k: fix __builtin__ vs builtinsEmile Anclin2010-10-281-1/+4
* Raise: modified attribute nameEmile Anclin2010-10-121-2/+2
* remove useless lgc.compat importsEmile Anclin2010-10-061-1/+0
* modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-221-1/+1
* implements #9982: specific error message when raising NotImplementedAlain Leufroy2010-02-171-4/+9
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
* fix import for new astng organisationSylvain2009-03-171-4/+4
* a lot of small attribute corrections and moreEmile Anclin2009-03-091-1/+1
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-2/+2
* astng2 supportsylvain thenault2009-03-061-13/+10
* remove bugfix for astng <= 0.17.3Emile Anclin2008-11-241-4/+1
* fix for raising a classEmile Anclin2008-10-131-1/+1
* first sketch for new *raise* handlingEmile Anclin2008-10-131-31/+51
* prepare new *raise* handlingEmile Anclin2008-10-131-5/+15
* doc fixesSylvain2007-08-221-2/+2
* fix #3205: W0704 false positiveSylvain2007-02-171-1/+1
* fixed python \>= 2.4 format false positive with multiple lines statementSylvain2006-09-251-5/+4
* check ChangeLogsyt2006-05-091-23/+11
* forget the past.root2006-04-261-0/+167