index
:
delta/python-packages/pylint.git
1.4.4
BioGeek/fix-typos-in-docstring-1418910993320
Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
The-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099
abc
all_false_positive
astng2
augassign_unused_argument
bare_except
catch
comparison-checker
confusing-with-statement
davidshen84/pylintel-edited-online-with-bitbucket--1422057628377
deprecated_methods
doc-emphasis-fix
docs-improvements-2
docs-improvements2
enhance-unpacking-checker
eval
exception_context
exec
exit_context
fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842
fix-293
fix-362
fix-374
fix-582
fix-667
fix-685
fix-typo
fix_namedtuple
fix_rcfile_init_hook
fixes
format
frost-nzcr4/add-max_module_lines-to-warning-message--1410770503809
function_regexp
home-fix
hotfix/py26-compat
impl-299
indexing_exc
issue-398
issue155
issue234
issue_538_pt2
iter
iterable-checker
jfleach/removed-broken-link-and-replaced-with-th-1436980631932
line-ending-checks
list-index-checker
make
marcoyolos/tiny-1408025599195
master
membership-test-checker
metaclass_undefined
missing-spaces
multiple-imports-checker
no-logilab-common
non_unpackable
nonlocal
not-context-manager
open_mode
pylint-1.3
python_6
redundant-assert
remove-E0201-references
rename-F0401-to-E0401
reporter_message_fix
reversed
slots
source_view
spelling-checker
stable
support-editable-installs
test-fix-for-win
tests
tox_test_control
unichr
unpacking2
unused-import
w0401_package
win-ci-5
bitbucket.org: Obsolete (use python-packages/pylint-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkers
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue broad-except and bare-except even if the number of except handlers is d...
cpopa
2014-06-27
1
-4
/
+4
*
Skip uninferable nodes when looking for bad exception contexts
cpopa
2014-06-15
1
-0
/
+2
*
Add 'indexing-exception' warning, which detects that indexing an exception oc...
cpopa
2014-04-22
1
-0
/
+16
*
update test_func exhaustivity testing
Sylvain Th?nault
2014-04-14
1
-1
/
+2
*
delete trailing whitespaces
Sylvain Th?nault
2014-04-14
1
-2
/
+3
*
Emit all warnings by their symbolic names in the exceptions checker.
Torsten Marek
2014-04-04
1
-18
/
+19
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
Refactor checks by infering first the cause of the exception.
cpopa
2014-01-10
1
-11
/
+10
*
Merge with default.
cpopa
2014-01-03
1
-1
/
+25
|
\
|
*
Add bad-exception-context warning for checking that `raise ... from ...` sets...
cpopa
2013-12-28
1
-2
/
+25
*
|
Use `all` for a clearer intent
cpopa
2014-01-01
1
-2
/
+2
*
|
Fix false positive for catching-non-exception, for C based exceptions.
cpopa
2014-01-01
1
-3
/
+27
|
/
*
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-7
/
+7
*
Check for non-exception classes inside except clauses.
cpopa
2013-08-01
1
-3
/
+15
*
some pylint and style fixes
Sylvain Th?nault
2013-07-31
1
-7
/
+7
*
Mark unpacking-in-except as python2-specific
Julien Cristau
2013-06-19
1
-1
/
+2
*
Resolve conflict and take feed-back into account for PR #34
Anthony Truchet
2013-06-19
1
-1
/
+2
|
\
|
*
Add @check_messages(...) annotations to help not to spend time on unneeded ch...
Anthony Truchet
2013-06-18
1
-2
/
+3
*
|
Added a new warning unpacking-in-except (W0712) about unpacking
Torsten Marek
2013-06-18
1
-1
/
+12
|
/
*
astng has been renamed astroid
David Douard
2013-06-17
1
-19
/
+19
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-5
/
+14
*
Adds check for boolop being used as exception class. Closes #100707.
Tim Hatch
2012-08-29
1
-0
/
+7
*
W0702 messages should be added to the line of the except handler, not the fir...
Torsten Marek
2011-10-24
1
-1
/
+1
*
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