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
/
python3.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import has_known_bases and safe_infer back into pylint from astroid, until th...
Claudiu Popa
2015-11-20
1
-3
/
+2
*
Make pylint work with Python 3.5 changes in astroid.
Claudiu Popa
2015-09-18
1
-1
/
+1
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-5
/
+5
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-4
/
+4
*
Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....
Claudiu Popa
2015-08-08
1
-6
/
+6
*
Fix a typo.
Claudiu Popa
2015-07-16
1
-1
/
+1
*
Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.
Claudiu Popa
2015-07-06
1
-2
/
+4
*
Add a new error for the Python 3 porting checker, `import-star-module-level`.
Claudiu Popa
2015-06-25
1
-1
/
+9
*
Fix some pylint warnings over pylint's codebase.
Claudiu Popa
2015-05-16
1
-2
/
+2
*
issue-422 solved some pylint warnings when running pylint on pylint code base
Simu Toni
2015-03-28
1
-1
/
+1
*
Fix a couple of doc warnings, use string continuation.
Claudiu Popa
2015-03-02
1
-3
/
+3
*
Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.
Claudiu Popa
2015-02-28
1
-0
/
+39
*
Backed out changeset c1f2f0c187b0
Claudiu Popa
2015-02-27
1
-0
/
+5
*
Remove Python3Checker constructor, visit_module() does all its job
Pavel Roskin
2015-02-26
1
-5
/
+0
*
Clear Python3Checker state on every new module
Pavel Roskin
2015-02-25
1
-0
/
+5
*
Don't emit not-iterating warnings when the builtin is used in an unpacking.
Claudiu Popa
2015-02-21
1
-0
/
+6
*
Fix a false positive with dict and not-iterating warnings.
Claudiu Popa
2015-02-21
1
-1
/
+1
*
Remove visit_discard for map-builtin-not-iterating, since it is already caugh...
Claudiu Popa
2015-02-21
1
-9
/
+0
*
Set old_names for map-builtin-not-iterating since it replaced implicit-map-ev...
Brett Cannon
2015-02-20
1
-2
/
+3
*
merge with default
Brett Cannon
2015-02-20
1
-28
/
+79
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+488