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
/
test
/
test_misc.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[test] rename test modules
Sylvain Th?nault
2014-04-18
1
-86
/
+0
|
*
Only emit symbolic warnings from the misc checker.
Torsten Marek
2014-04-17
1
-1
/
+1
|
*
Add a new decorator that can be used to declaratively set options on the ↵
Torsten Marek
2014-03-30
1
-2
/
+2
|
|
|
|
checker instance for CheckerTestCase.
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
|
*
Remove missing-submodule, move test fixture inside test.
cpopa
2014-01-18
1
-6
/
+10
|
*
Add missing-submodule check for fixing issue #126.
cpopa
2014-01-03
1
-2
/
+13
|
*
[py3] various fixes for python3
Sylvain Th?nault
2013-12-20
1
-3
/
+7
|
*
Add comment regarding NamedTemporaryFile.
cpopa
2013-09-06
1
-0
/
+3
|
*
Write to the same fd.
cpopa
2013-09-05
1
-3
/
+2
|
*
Fixing various tests for other platforms (Windows).
cpopa
2013-09-05
1
-21
/
+25
|
*
Do not emit [fixme] for every line if the config value 'notes' is empty, but ↵
Torsten Marek
2013-07-24
1
-0
/
+61
[fixme] is enabled. Also added a very basic test for checkers/misc.py.