summaryrefslogtreecommitdiff
path: root/checkers/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-5/+14
| | | | triggered whatever the format using a command line option
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-291-0/+7
| | | | | | | | | | --- .../third_party/py/pylint/checkers/exceptions.py | 7 +++++++ .../third_party/py/pylint/test/input/func_w0711.py | 15 +++++++++++++++ .../py/pylint/test/messages/func_w0711.txt | 4 ++++ 3 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 /test/input/func_w0711.py create mode 100644 /test/messages/func_w0711.txt
* W0702 messages should be added to the line of the except handler, not the ↵Torsten Marek2011-10-241-1/+1
| | | | first line of the body. Closes #81113
* 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
forget the past.