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
/
format.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #55 (false-positive trailing-whitespace on Windows)
moxian
2013-08-29
1
-1
/
+1
*
some pylint and style fixes
Sylvain Th?nault
2013-07-31
1
-1
/
+1
*
Emit warnings about lines exceeding the column limit when those lines are ins...
Torsten Marek
2013-07-24
1
-1
/
+12
*
add test for no-final-new-line
Sylvain Th?nault
2013-07-17
1
-1
/
+1
*
Added new warning no-final-newline.
Torsten Marek
2013-06-22
1
-6
/
+12
*
Add a warning for trailing whitespace.
Torsten Marek
2013-06-18
1
-2
/
+10
*
Extend the line length check.
Torsten Marek
2013-06-17
1
-2
/
+13
*
astng has been renamed astroid
David Douard
2013-06-17
1
-3
/
+3
*
Tokenize the input source only once and hand it to all checkers that need the...
Torsten Marek
2013-05-01
1
-17
/
+5
*
Make sure that pragmas that apply to whole lines are interpreted literally, s...
Torsten Marek
2013-03-29
1
-5
/
+11
*
move string literal checker from format.py to strings.py
Sylvain Th?nault
2013-03-29
1
-104
/
+1
*
string check: don't warn about octal escape sequence, warn about \o (not octa...
Martin Pool
2013-02-25
1
-1
/
+4
*
lint fixes
Sylvain Th?nault
2012-09-19
1
-1
/
+1
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-0
/
+14
*
[format checker] check for anomalous backslash escape (new W1401, W1402). Clo...
Sylvain Th?nault
2012-09-19
1
-4
/
+102
*
fix grammatical error for W0332 message. Closes #100654
Sylvain Th?nault
2012-08-29
1
-2
/
+2
*
add note about soon useless stream.seek()
Sylvain Th?nault
2011-10-26
1
-1
/
+1
*
typo; fix py3k tests
Emile Anclin
2010-12-16
1
-1
/
+1
*
py3k : disable W0122 W0331 W0332 W0333 mesages for python3
Emile Anclin
2010-12-16
1
-0
/
+4
*
performance: remove strange unused F0321 check, hence disabling the format ch...
Sylvain Th?nault
2010-12-14
1
-7
/
+2
*
py3k: need to handle guess_encoding in astng
Emile Anclin
2010-11-22
1
-13
/
+7
*
messages: decorate visit and leave methods with check_messages
Emile Anclin
2010-12-09
1
-0
/
+3
*
223 : run python2.x compatible fixers
Emile Anclin
2010-11-15
1
-1
/
+1
*
py3k : fix reporter output (don't print bytes but strings)
Emile Anclin
2010-11-09
1
-15
/
+13
*
don't print 'hopp'
Emile Anclin
2010-04-06
1
-1
/
+0
*
apply tahiti team doc patch
Sylvain Th?nault
2010-04-02
1
-0
/
+1
*
apply Alexander Artemenko patch for non-ascii caracters
Emile Anclin
2010-03-30
1
-0
/
+20
*
Sarah Strong patch for #4595: don't warn on trailing comma in dict, list and ...
Emile Anclin
2010-03-29
1
-1
/
+1
*
copyright update : date up 2010
Emile Anclin
2010-03-23
1
-2
/
+2
*
include Dotan Barak spell fixes patch
Sylvain Th?nault
2009-11-23
1
-4
/
+4
*
d-t-w
Sylvain Th?nault
2009-08-27
1
-21
/
+21
*
avoid error on ast built from live code
Sylvain Th?nault
2009-06-26
1
-1
/
+3
*
#8764
sylvain thenault
2009-04-08
1
-2
/
+6
*
cleanup
sylvain thenault
2009-04-08
1
-4
/
+0
*
fix #8350, C0322 false positive on multi-line string
sylvain thenault
2009-03-23
1
-15
/
+14
*
cleanup
sylvain thenault
2009-03-23
1
-4
/
+4
*
cleanup
sylvain thenault
2009-03-19
1
-14
/
+3
*
move W0601 to W0301
Emile Anclin
2009-03-17
1
-0
/
+12
*
should use blockstart_tolineno when available
sylvain thenault
2009-03-13
1
-8
/
+10
*
yet some more attribute corrections
Emile Anclin
2009-03-09
1
-1
/
+1
*
no source_line() / last_source_line() are replaced by fromlineno / tolineno
Emile Anclin
2009-03-09
1
-2
/
+1
*
some more astng2 support / attr modifications
Emile Anclin
2009-03-06
1
-1
/
+1
*
astng2 support
sylvain thenault
2009-03-06
1
-1
/
+2
*
fix bug in reenabling message
Sylvain
2008-02-07
1
-2
/
+2
*
pylint pylint
Sylvain
2007-07-14
1
-15
/
+16
*
implement #4012: flag back tick as deprecated (new W0333 message)
Sylvain
2007-07-13
1
-0
/
+6
*
#3119 and #3117
syt
2006-11-23
1
-1
/
+1
*
fix some format checker false positives
Sylvain
2006-10-03
1
-2
/
+2
*
fixed python \>= 2.4 format false positive with multiple lines statement
Sylvain
2006-09-25
1
-16
/
+28
*
zarb manual merge, gargl
Sylvain
2006-08-25
1
-3
/
+3
[next]