summaryrefslogtreecommitdiff
path: root/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* 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 organisationSylvain Thénault2009-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 Thénault2009-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 fixesSylvain Thénault2007-08-221-2/+2
* fix #3205: W0704 false positiveSylvain Thénault2007-02-171-1/+1
* fixed python \>= 2.4 format false positive with multiple lines statementSylvain Thénault2006-09-251-5/+4
* check ChangeLogSylvain Thénault2006-05-091-23/+11
* forget the past.root2006-04-261-0/+167