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
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-332
/
+0
*
Fix a false positive on Python 2 for raising-bad-type and tuples.
Claudiu Popa
2015-01-02
1
-3
/
+22
*
Don't filter out builtins when checking for raising-non-exception.
Claudiu Popa
2015-01-02
1
-2
/
+1
*
Fix a false negative with raising-non-exception.
Claudiu Popa
2015-01-02
1
-11
/
+19
*
Small cleanup to exceptions checker
Claudiu Popa
2015-01-02
1
-4
/
+3
*
The comment is not true anymore.
Claudiu Popa
2015-01-02
1
-5
/
+0
*
Small refactoring to exceptions checker.
Claudiu Popa
2015-01-02
1
-13
/
+24
*
Fix a false positive with catching-non-exception and tuples of
Claudiu Popa
2014-12-29
1
-26
/
+43
*
Simplify _annotated_unpack_infer.
Claudiu Popa
2014-12-04
1
-12
/
+5
*
Simplify the code by using safe_infer.
Claudiu Popa
2014-12-04
1
-14
/
+10
*
pylint pylint
Sylvain Th?nault
2014-11-19
1
-3
/
+3
*
Amend the message for raising-bad-type, by not specifying strings.
Claudiu Popa
2014-11-15
1
-1
/
+1
*
Move raising-string to the python3 porting checker.
Claudiu Popa
2014-11-15
1
-8
/
+3
*
Move unpacking-in-except to the python3 porting checker.
Claudiu Popa
2014-11-15
1
-12
/
+0
*
Move indexing-exception to the python3 porting checker.
Claudiu Popa
2014-11-15
1
-17
/
+0
*
Simplify the code, by using has_known_bases.
Claudiu Popa
2014-10-28
1
-24
/
+1
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-3
/
+3
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-3
/
+5
*
Check if the instance inherits from a standard exception before unproxying.
cpopa
2014-08-18
1
-1
/
+1
*
Unproxy the infered instances.
cpopa
2014-08-18
1
-0
/
+2
*
Backout changeset.
cpopa
2014-08-18
1
-1
/
+0
*
Backout changeset.
cpopa
2014-08-18
1
-1
/
+1
*
Backed out changeset ff26eefc7e0c
cpopa
2014-08-18
1
-1
/
+1
*
Debug.
cpopa
2014-08-18
1
-1
/
+1
*
Uh, drone.io.
cpopa
2014-08-18
1
-1
/
+1
*
Add debug code for drone.io.
cpopa
2014-08-18
1
-0
/
+1
*
Emit 'catching-non-exception' for non-class nodes. Closes issue #303.
cpopa
2014-08-18
1
-6
/
+57
*
Cleanup.
cpopa
2014-08-08
1
-7
/
+12
*
Move inherit_from_std_ex to checkers/utils.py, so that it can be used in othe...
cpopa
2014-08-08
1
-18
/
+4
*
linting pylint
Sylvain Th?nault
2014-07-25
1
-6
/
+6
*
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
[next]