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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-3
/
+3
*
Some work on making pylint work on Python 3 without 2to3.
Torsten Marek
2014-08-16
1
-1
/
+1
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-0
/
+19
*
Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...
cpopa
2014-08-09
1
-0
/
+27
*
Move inherit_from_std_ex to checkers/utils.py, so that it can be used in othe...
cpopa
2014-08-08
1
-0
/
+16
*
linting pylint
Sylvain Th?nault
2014-07-25
1
-15
/
+14
*
Merge with default.
cpopa
2014-06-23
1
-1
/
+7
|
\
|
*
Don't warn with 'bad-format-character' when encountering the 'a' format on Py...
cpopa
2014-06-16
1
-1
/
+7
*
|
Merge with default.
cpopa
2014-06-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
merge with default
cpopa
2013-12-19
1
-3
/
+8
|
|
\
|
*
|
Various changes to format checker.
cpopa
2013-10-03
1
-33
/
+0
|
*
|
Add basic checks for Python 3 format strings.
cpopa
2013-09-22
1
-1
/
+34
*
|
|
except as replaced by commas, one with_statement future import added and Stri...
Ricardo Gemignani
2014-03-06
1
-1
/
+1
*
|
|
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
|
|
Fix builtin module name for Python 3.
cpopa
2014-01-09
1
-1
/
+1
*
|
|
Various fixes for #128
cpopa
2014-01-09
1
-1
/
+1
*
|
|
Fix bitbucket #126, don't crash when encountering an AssAttr node in is_defin...
cpopa
2014-01-03
1
-2
/
+4
*
|
|
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-28
/
+29
|
|
/
|
/
|
*
|
Fix a potential crash in the redefine-in-handler warning if the
Torsten Marek
2013-11-05
1
-1
/
+1
*
|
fix false used-before-assignment for except handler defined identifier used ...
Sylvain Th?nault
2013-11-21
1
-0
/
+5
*
|
Allow get_argument_from_call to retrieve the first positional argument.
cpopa
2013-10-08
1
-2
/
+2
|
/
*
Handle new astroid With nodes
Julien Cristau
2013-06-20
1
-2
/
+4
*
Add bad-open-mode warning for invalid open modes specified on open/file calls.
Torsten Marek
2013-06-19
1
-0
/
+28
*
Add utility function is_builtin_object.
Torsten Marek
2013-06-19
1
-0
/
+4
*
Do not flag names in nested with statements on the same line as undefined.
Torsten Marek
2013-06-17
1
-5
/
+3
*
astng has been renamed astroid
David Douard
2013-06-17
1
-34
/
+34
*
move string literal checker from format.py to strings.py
Sylvain Th?nault
2013-03-29
1
-0
/
+3
*
use .fromlineno instead of .lineno (which is not reliable)
Sylvain Th?nault
2013-02-25
1
-2
/
+2
*
quick fix: use %s rather than %s will avoid crash if lineno is None. See http...
Sylvain Th?nault
2013-02-25
1
-1
/
+1
*
Fix checkers.utils for other implementations (use of __builtins__). Closes #9...
FELD Boris
2012-07-09
1
-3
/
+3
*
Closes #93591: Correctly emit W0623 on multiple assignment of unpackable exce...
tmarek
2012-06-07
1
-3
/
+18
*
Refactor _check_protected_attribute_access by extracting independent part in ...
Sylvain Th?nault
2012-06-07
1
-0
/
+28
*
Doesn't check that overriden method signature match if it's a private method,...
Sylvain Th?nault
2012-06-07
1
-2
/
+10
*
Fix the variables check to not emit false positives for E0602 on {list,genera...
Torsten Marek
2012-03-15
1
-1
/
+5
*
InferenceError may be raised when running the next iteration, but we don't wa...
Sylvain Th?nault
2012-02-23
1
-0
/
+2
*
Update W0623 to not trigger on code like:
Sylvain Th?nault
2011-10-24
1
-1
/
+3
*
Fix for #81078: Warn if names in exception handlers clobber overwrite existin...
Sylvain Th?nault
2011-10-24
1
-0
/
+25
*
closes #69993: Additional string format checks for logging module
Sylvain Th?nault
2011-07-08
1
-0
/
+76
*
messages: add "check_messages" decorator to store messages
Emile Anclin
2010-12-09
1
-0
/
+9
*
cleanup: we don't support 2.3 anymore
Emile Anclin
2010-12-02
1
-6
/
+1
*
remove more 2.4 compat
Emile Anclin
2010-11-15
1
-1
/
+1
*
py3k: fix __builtin__ vs builtins
Emile Anclin
2010-10-28
1
-4
/
+5
*
add initial support for set and list comprehensions
Daniel Harding
2010-10-07
1
-8
/
+7
*
python2.3 compat fixes
Emile Anclin
2010-09-22
1
-0
/
+1
*
use generic disable / enable methods and inline option
Sylvain Th?nault
2010-04-19
1
-1
/
+1
*
fix #20067: pylint crash with AttributeError
Emile Anclin
2010-04-15
1
-0
/
+3
*
copyright update : date up 2010
Emile Anclin
2010-03-23
1
-1
/
+1
*
use display_type defined as an astng method
Sylvain Th?nault
2009-11-25
1
-8
/
+0
*
merge
Sylvain Th?nault
2009-11-23
1
-4
/
+4
|
\
|
*
include Dotan Barak spell fixes patch
Sylvain Th?nault
2009-11-23
1
-4
/
+4
[next]