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
/
pylint
/
checkers
/
stdlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
1
-2
/
+2
*
Import has_known_bases and safe_infer back into pylint from astroid, until th...
Claudiu Popa
2015-11-20
1
-2
/
+1
*
Move unidiomatic-typecheck into the comparison checker from base.py, since it...
Claudiu Popa
2015-10-26
1
-45
/
+0
*
Retrieve the qualified name only after filtering the proper needs.
Claudiu Popa
2015-09-21
1
-1
/
+1
*
Add a comment regarding the nodes we're not interested into.
Claudiu Popa
2015-09-21
1
-1
/
+2
*
deprecated method names are shown correctly
palazzem
2015-09-21
1
-2
/
+10
*
Merged in palazzem/pylint (pull request #271)
Claudiu Popa
2015-09-21
1
-1
/
+1
|
\
|
*
Improve the test suite for deprecated-method
Claudiu Popa
2015-09-21
1
-1
/
+1
*
|
fixed _check_deprecated_method during pylint linting
palazzem
2015-09-21
1
-2
/
+2
|
/
*
Fix tests and use all the inference results when checking for bad-open-mode a...
Claudiu Popa
2015-09-21
1
-10
/
+12
*
Deprecation check based on Python version
Cezar
2015-09-20
1
-63
/
+80
*
Fix some errors
Cezar
2015-09-20
1
-3
/
+3
*
Add checker for method deprecation
Cezar
2015-09-20
1
-50
/
+67
*
Add deprecation checkers
Cezar
2015-09-19
1
-27
/
+59
*
Document the checker method
Cezar
2015-09-19
1
-0
/
+4
*
Add check for deprecated unittest aliases
Cezar
2015-09-19
1
-2
/
+25
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-1
/
+1
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-3
/
+3
*
Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....
Claudiu Popa
2015-08-08
1
-2
/
+1
*
Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.
Claudiu Popa
2015-07-06
1
-5
/
+6
*
Refactoring.
Claudiu Popa
2015-02-22
1
-16
/
+16
*
Fix #299: Warn about `type(x) is/== Y`
impl-299
Chris Rebert
2015-02-21
1
-1
/
+44
*
Merged in cvrebert/pylint/missing-spaces (pull request #225)
Claudiu Popa
2015-02-21
1
-2
/
+2
|
\
|
*
add missing spaces between words in W1503's docs
missing-spaces
Chris Rebert
2015-02-21
1
-2
/
+2
*
|
fix "datetetime" [sic] typo
fix-typo
Chris Rebert
2015-02-21
1
-1
/
+1
|
/
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+173