Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Closes #104572: symbolic warning names in output (by Martin Pool) | Martin Pool | 2012-09-19 | 1 | -5/+14 | |
| | | | | triggered whatever the format using a command line option | |||||
* | Adds check for boolop being used as exception class. Closes #100707. | Tim Hatch | 2012-08-29 | 1 | -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 Marek | 2011-10-24 | 1 | -1/+1 | |
| | | | | first line of the body. Closes #81113 | |||||
* | closes #74745: make 'too general' exception names configurable (patch by Google) | Sylvain Th?nault | 2011-09-07 | 1 | -6/+15 | |
| | ||||||
* | py3k: fix W0703 warning | Emile Anclin | 2010-11-24 | 1 | -6/+5 | |
| | ||||||
* | cleanup; don't need to talk about python >= 2.5 anymore | Emile Anclin | 2010-11-16 | 1 | -5/+3 | |
| | ||||||
* | cleanup: remove python < 2.5 support | Emile Anclin | 2010-11-10 | 1 | -6/+2 | |
| | ||||||
* | fix: raise NotImplemented with a callfunc is also bad | Emile Anclin | 2010-11-10 | 1 | -1/+4 | |
| | ||||||
* | typo | Emile Anclin | 2010-11-09 | 1 | -1/+1 | |
| | ||||||
* | py3k: exceptions are now in the builtins module | Emile Anclin | 2010-11-08 | 1 | -3/+10 | |
| | ||||||
* | py3k: fix __builtin__ vs builtins | Emile Anclin | 2010-10-28 | 1 | -1/+4 | |
| | ||||||
* | Raise: modified attribute name | Emile Anclin | 2010-10-12 | 1 | -2/+2 | |
| | ||||||
* | remove useless lgc.compat imports | Emile Anclin | 2010-10-06 | 1 | -1/+0 | |
| | ||||||
* | modify astng imports after astng 'rebuild' refactoring | Emile Anclin | 2010-03-22 | 1 | -1/+1 | |
| | ||||||
* | implements #9982: specific error message when raising NotImplemented | Alain Leufroy | 2010-02-17 | 1 | -4/+9 | |
| | ||||||
* | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -1/+1 | |
| | ||||||
* | fix import for new astng organisation | Sylvain | 2009-03-17 | 1 | -4/+4 | |
| | ||||||
* | a lot of small attribute corrections and more | Emile Anclin | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | some more astng2 support / attr modifications | Emile Anclin | 2009-03-06 | 1 | -2/+2 | |
| | ||||||
* | astng2 support | sylvain thenault | 2009-03-06 | 1 | -13/+10 | |
| | ||||||
* | remove bugfix for astng <= 0.17.3 | Emile Anclin | 2008-11-24 | 1 | -4/+1 | |
| | ||||||
* | fix for raising a class | Emile Anclin | 2008-10-13 | 1 | -1/+1 | |
| | ||||||
* | first sketch for new *raise* handling | Emile Anclin | 2008-10-13 | 1 | -31/+51 | |
| | ||||||
* | prepare new *raise* handling | Emile Anclin | 2008-10-13 | 1 | -5/+15 | |
| | ||||||
* | doc fixes | Sylvain | 2007-08-22 | 1 | -2/+2 | |
| | ||||||
* | fix #3205: W0704 false positive | Sylvain | 2007-02-17 | 1 | -1/+1 | |
| | ||||||
* | fixed python \>= 2.4 format false positive with multiple lines statement | Sylvain | 2006-09-25 | 1 | -5/+4 | |
| | ||||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -23/+11 | |
| | ||||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+167 | |
forget the past. |