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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
extract a messages store from the MessagesHandlerMixIn class
Sylvain Th?nault
2014-07-24
1
-91
/
+97
*
import modutils from astroid, it has been backported there
Sylvain Th?nault
2014-07-23
1
-2
/
+2
*
Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.
cpopa
2014-07-12
1
-0
/
+20
*
fix explicit check of python script. Closes #219
Sylvain Th?nault
2014-04-29
1
-1
/
+2
*
Only use and emit symbolic warnings in the main linter module
Torsten Marek
2014-04-17
1
-5
/
+6
*
Always register messages even if they may not be emitted.
Sylvain Th?nault
2014-04-14
1
-2
/
+2
*
Merged in dnozay/pylint (pull request #87)
Sylvain Th?nault
2014-04-11
1
-7
/
+21
|
\
|
*
Do not crash when disable or enable in the RC file contain invalid message ID...
Torsten Marek
2014-04-09
1
-6
/
+20
|
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
|
fix error with message reports when custom checker uses old-style messages
Damien Nozay
2014-01-14
1
-2
/
+4
|
/
*
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-9
/
+9
*
fix indentation in various places. Damned googlers :p
Sylvain Th?nault
2013-12-04
1
-8
/
+8
*
Add support for registering deprecated names for messages.
Torsten Marek
2013-11-06
1
-1
/
+15
*
Take first steps to use the symbolic name internally instead of the numeric id.
Torsten Marek
2013-11-06
1
-24
/
+37
*
[output] use more symbol instead of msgid: use them in message occurences rep...
Sylvain Th?nault
2013-09-25
1
-6
/
+6
*
[message handling] MessageDefinition grew a new format_help method to use
Sylvain Th?nault
2013-09-25
1
-22
/
+35
*
[message handling] kill sort_msgs function, use sorted with key instead
Sylvain Th?nault
2013-09-25
1
-12
/
+2
*
[message handling]?refactor MessageDefinition instantiation
Sylvain Th?nault
2013-09-25
1
-42
/
+47
*
some pylint and style fixes
Sylvain Th?nault
2013-07-31
1
-8
/
+8
*
get_msg_display_string always return symbolic name
Sylvain Th?nault
2013-07-30
1
-5
/
+1
*
rename Message to MessageDefinition
Sylvain Th?nault
2013-07-30
1
-4
/
+4
*
utils: allow specifying min and max relevant python versions for a message
Julien Cristau
2013-07-17
1
-6
/
+17
*
fix register_plugins isdir usage, and use already imported functions. Closes ...
Sylvain Th?nault
2013-07-08
1
-4
/
+4
*
Turn reporters into proper plugins rather than classes that are loaded explic...
Torsten Marek
2013-06-19
1
-1
/
+30
*
python3: deal with astroid's module.file_stream returning bytes
Julien Cristau
2013-06-19
1
-5
/
+6
*
move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...
Sylvain Th?nault
2013-06-19
1
-1
/
+3
*
Also use the proper way of checking for enabled messages for leave_* methods.
Torsten Marek
2013-06-19
1
-5
/
+3
*
Refactor PyLintASTWalker to allow using symbolic names in check_messages as w...
Torsten Marek
2013-06-19
1
-6
/
+12
*
Allow messages to be added by symbolic name as well as by ID.
Torsten Marek
2013-06-18
1
-6
/
+8
*
Extend the line length check.
Torsten Marek
2013-06-17
1
-0
/
+2
*
astng has been renamed astroid
David Douard
2013-06-17
1
-9
/
+9
*
old-style classes are deprecated: refactor to new style
Nicolas Chauvat
2013-05-20
1
-2
/
+2
*
Minor updates for the token checker interface, triggered by the review.
Torsten Marek
2013-05-03
1
-1
/
+1
*
Tokenize the input source only once and hand it to all checkers that need the...
Torsten Marek
2013-05-01
1
-2
/
+14
*
a few pylint fixes and copyright cleanups
Sylvain Th?nault
2013-03-29
1
-3
/
+3
*
Make sure that pragmas that apply to whole lines are interpreted literally, s...
Torsten Marek
2013-03-29
1
-5
/
+35
*
fix name error causing crash when symbols are included in output messages. C...
Aurelien Campeas
2013-03-13
1
-1
/
+1
*
Two small fixes for suppression warnings I00{2,1}:
tmarek
2013-02-20
1
-0
/
+11
*
Add messages I0020 and I0021 for reporting of suppressed messages and useless...
tmarek
2012-11-12
1
-0
/
+28
*
add support for --disable=all option (closes: #105327)
Alexandre Fayolle
2012-10-03
1
-0
/
+5
*
lint fixes
Sylvain Th?nault
2012-09-19
1
-5
/
+4
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-9
/
+40
*
use .iter* version of dict methods when possible
Sylvain Th?nault
2012-09-19
1
-7
/
+7
*
Refactoring reporting.
Sylvain Th?nault
2012-05-03
1
-5
/
+2
*
cleanups
Sylvain Th?nault
2011-06-16
1
-4
/
+3
*
closes #69220: add column offset to the astng node
Sylvain Th?nault
2011-06-16
1
-1
/
+6
*
cleanup / test: rename a method and move some stuff around for easier testing
Emile Anclin
2010-12-13
1
-2
/
+2
*
py3k: catch SyntaxError while searching for a file
Emile Anclin
2010-11-22
1
-1
/
+3
*
messages: add "check_messages" decorator to store messages
Emile Anclin
2010-12-09
1
-4
/
+19
*
cleanup: remove unused needs_checkers attribut and sort_checkers method
Emile Anclin
2010-12-09
1
-5
/
+3
[next]