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
/
testutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pylint pylint
Sylvain Th?nault
2014-11-19
1
-3
/
+7
*
Add create_tempfile function to testutils and use it in create_file_backed_mo...
Claudiu Popa
2014-11-16
1
-10
/
+22
*
Move create_file_backed_module to testutils.
Claudiu Popa
2014-11-16
1
-1
/
+23
*
Move tokenize_str from tests to testutils.
Claudiu Popa
2014-11-15
1
-0
/
+4
*
Fix a regression, where '{path}' was no longer accepted in '--msg-template'.
Claudiu Popa
2014-10-16
1
-1
/
+2
|
\
|
*
Add Changelog. Fix tests.
LCD 47
2014-10-10
1
-0
/
+1
|
/
*
Ignore .pyc files for the old functional test framework.
Claudiu Popa
2014-09-30
1
-1
/
+1
*
Don't use cStringIO
Brett Cannon
2014-08-29
1
-2
/
+3
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-6
/
+8
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-1
/
+1
*
Add debug code for drone.io.
cpopa
2014-08-18
1
-0
/
+1
*
Remove dependency on logilab.testlib in the test suite (also removes Python 2...
Torsten Marek
2014-07-26
1
-31
/
+10
*
linting pylint
Sylvain Th?nault
2014-07-25
1
-5
/
+3
*
Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...
Torsten Marek
2014-07-24
1
-4
/
+24
*
Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.
cpopa
2014-07-12
1
-0
/
+3
*
Make the func_unicode_literal test pass on Python < 2.7.4, which does not tok...
Torsten Marek
2014-04-28
1
-1
/
+1
*
Do not crash in update mode if a file does not exist.
Torsten Marek
2014-04-17
1
-3
/
+5
*
various cleanups
Sylvain Th?nault
2014-04-15
1
-1
/
+2
*
[test utils] add walk method to CheckerTestCase
Sylvain Th?nault
2014-04-15
1
-0
/
+7
*
[test] strip output to avoid dumb errors
Sylvain Th?nault
2014-04-14
1
-2
/
+2
*
Merged in bukzor/pylint/w0401_package (pull request #66)
Sylvain Th?nault
2014-04-11
1
-5
/
+11
|
\
|
*
merge logilab tip to w0401_package
buck
2014-03-05
1
-5
/
+11
|
|
\
|
|
*
Improve cyclic import detection in the case of packages.
buck
2013-10-14
1
-5
/
+11
*
|
|
[testutils] fix set_config: 'reopening' the checker may be necessary to new c...
Sylvain Th?nault
2014-04-09
1
-0
/
+3
*
|
|
[testutils] fix set_config: wraps is a decorator
Sylvain Th?nault
2014-04-09
1
-1
/
+1
*
|
|
[testutils] UnittestLinter.add_stats return stats for actual linter compat
Sylvain Th?nault
2014-04-09
1
-1
/
+1
*
|
|
Add a new decorator that can be used to declaratively set options on the chec...
Torsten Marek
2014-03-30
1
-0
/
+14
*
|
|
Add a new command line option '-u' to test/test_func to automatically create ...
Torsten Marek
2014-03-30
1
-8
/
+22
*
|
|
except as replaced by commas, one with_statement future import added and Stri...
Ricardo Gemignani
2014-03-06
1
-0
/
+1
|
/
/
*
|
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
|
Fix various issues with linesep for Windows
cpopa
2013-12-23
1
-0
/
+5
*
|
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-5
/
+5
*
|
testutils: use argument order expected by unittest, expected value first
Sylvain Th?nault
2013-12-19
1
-2
/
+2
*
|
testutils: open messge file using Universal new lines mode to avoid failure d...
Sylvain Th?nault
2013-12-19
1
-1
/
+1
|
/
*
some pylint and style fixes
Sylvain Th?nault
2013-07-31
1
-2
/
+2
*
Extend the CheckerTestCase to allow overriding configuration values during se...
Torsten Marek
2013-06-20
1
-1
/
+4
*
testutils: fix a comment to match the code and try to make things clearer
Julien Cristau
2013-06-19
1
-4
/
+4
*
Extended the docstring tester to optionally allow skipping the requirement for
Torsten Marek
2013-06-18
1
-1
/
+65
*
fix NameError
Aurelien Campeas
2013-04-11
1
-3
/
+3
*
a few pylint fixes and copyright cleanups
Sylvain Th?nault
2013-03-29
1
-4
/
+4
*
lint fixes
Sylvain Th?nault
2012-09-19
1
-9
/
+8
*
Refactor test_func in order to extract common part for reutilization in pylin...
FELD Boris
2012-07-04
1
-0
/
+246