| age |
author |
description |
| Tue, 16 Apr 2013 15:16:42 +0200 |
Sylvain Thénault |
add test case for (astng fixed) #127416default tip |
| Tue, 16 Apr 2013 12:59:36 +0200 |
Sylvain Thénault |
closes #1 (bitbucket): fix "dictionary changed size during iteration" crash |
| Tue, 16 Apr 2013 15:05:58 +0200 |
Sylvain Thénault |
Moving development to bitbucket. Rephrase README on the way |
| Tue, 16 Apr 2013 12:37:45 +0200 |
Sylvain Thénault |
a few documentation fixes |
| Tue, 16 Apr 2013 12:36:35 +0200 |
Sylvain Thénault |
doc rest fixes |
| Tue, 16 Apr 2013 12:31:18 +0200 |
Sylvain Thénault |
pylint home page is www.pylint.org / ftp is dead |
| Tue, 16 Apr 2013 12:29:29 +0200 |
Sylvain Thénault |
naming |
| Tue, 16 Apr 2013 12:19:29 +0200 |
Sylvain Thénault |
documentation typos, spotted by afayolle |
| Tue, 16 Apr 2013 12:15:44 +0200 |
Sylvain Thénault |
drop deprecated announce file |
| Tue, 16 Apr 2013 12:15:15 +0200 |
Sylvain Thénault |
update to avoid mkdoc deprecation warnings |
| Tue, 16 Apr 2013 12:14:18 +0200 |
Sylvain Thénault |
d-t-w |
| Tue, 16 Apr 2013 12:11:35 +0200 |
Sylvain Thénault |
regenerate generated documentation |
| Tue, 16 Apr 2013 12:39:30 +0200 |
Sylvain Thénault |
consistent product naming: Pylint |
| Fri, 12 Apr 2013 18:20:53 +0200 |
Sylvain Thénault |
closes #123892 by adding errors=replace when encoding unicode strings |
| Thu, 11 Apr 2013 11:45:42 +0200 |
Aurelien Campeas |
fix NameError |
| Fri, 29 Mar 2013 18:42:21 +0100 |
Sylvain Thénault |
a few pylint fixes and copyright cleanups |
| Fri, 29 Mar 2013 18:33:23 +0100 |
Torsten Marek |
Emit a warning for loops that have an else clause but no break or return. |
| Fri, 29 Mar 2013 18:15:31 +0100 |
Torsten Marek |
Lambdas can contain yields, do not warn about them. |
| Fri, 29 Mar 2013 18:09:59 +0100 |
Torsten Marek |
Make sure that pragmas that apply to whole lines are interpreted literally, so that |
| Fri, 29 Mar 2013 17:59:05 +0100 |
Torsten Marek |
Improve the warning message for E1124[redundant-keyword-arg]. |
| Fri, 29 Mar 2013 17:52:42 +0100 |
Torsten Marek |
Warn about duplicate argument names. Python raises a SyntaxError, but it's not |
| Fri, 29 Mar 2013 17:45:04 +0100 |
Torsten Marek |
Unify handling for dangerous default values and make sure that set, dict and list literals |
| Fri, 29 Mar 2013 17:39:14 +0100 |
Sylvain Thénault |
move string literal checker from format.py to strings.py |
| Fri, 29 Mar 2013 18:11:40 +0100 |
Torsten Marek |
Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Closes #74013 |
| Wed, 13 Mar 2013 13:07:34 +0100 |
Aurelien Campeas |
fix name error causing crash when symbols are included in output messages. Closes #124662 |
| Fri, 29 Mar 2013 16:57:52 +0100 |
Sylvain Thénault |
stop relying on is_standard_module to avoid having internal dependencies in external deps report. Closes #124660 |
| Fri, 29 Mar 2013 16:54:58 +0100 |
Sylvain Thénault |
add test for #124337, fixed in logilab-astng |
| Wed, 27 Mar 2013 16:41:19 +0100 |
Sylvain Thénault |
use any(genexp) rather than a list comprehension |
| Wed, 27 Mar 2013 16:40:57 +0100 |
Sylvain Thénault |
add test for #122793 (fixed in astng) |
| Wed, 27 Feb 2013 11:09:36 +0100 |
Sylvain Thénault |
Added tag pylint-debian-version-0.27.0-1 for changeset b79adc16cd58 |
| Wed, 27 Feb 2013 11:09:36 +0100 |
Sylvain Thénault |
Added tag pylint-version-0.27.0 for changeset 83bf3a2efddfpylint-debian-version-0.27.0-1 |
| Tue, 26 Feb 2013 23:40:56 +0100 |
Sylvain Thénault |
0.27pylint-version-0.27.0 |
| Tue, 26 Feb 2013 23:40:17 +0100 |
Sylvain Thénault |
changelog cleanup |
| Tue, 26 Feb 2013 23:17:31 +0100 |
Martin Pool |
give [deprecated-lambda] when a map/filter of a lambda could be a comprehension. Closes #120657 |
| Fri, 22 Feb 2013 16:10:04 +0100 |
Sylvain Thénault |
use load_module_from_file rather than relative import broken in python 3.3. Closes #110213 |
| Fri, 22 Feb 2013 16:07:43 +0100 |
Sylvain Thénault |
redefine cmp under py3k. Closes #120635 |
| Mon, 25 Feb 2013 12:00:10 +0100 |
Sylvain Thénault |
use .fromlineno instead of .lineno (which is not reliable) |
| Mon, 25 Feb 2013 11:50:57 +0100 |
Sylvain Thénault |
quick fix: use %s rather than %s will avoid crash if lineno is None. See https://bitbucket.org/logilab/pylint/pull-request/6/fixed-a-bug-in-clobber_in_except-causing |
| Mon, 25 Feb 2013 10:48:51 +0100 |
Martin Pool |
string check: don't warn about octal escape sequence, warn about \o (not octal in python). Closes #111799 |
| Thu, 06 Dec 2012 17:44:37 +0000 |
Mike Bryant |
closes #113231. logging checker now looks at instances of Logger classes in addition to the base logging module. |
| Wed, 20 Feb 2013 11:33:54 +0100 |
Sylvain Thénault |
disable R0924 here to fix test_regr.test_gtk_import |
| Wed, 20 Feb 2013 11:33:26 +0100 |
Sylvain Thénault |
don't reference sys.stdout as default argument value, so one may redirect sys.stdout to catch pylint output. For instance this properly silent smoke tests |
| Wed, 20 Feb 2013 11:25:08 +0100 |
tmarek |
Two small fixes for suppression warnings I00{2,1}: |
| Tue, 08 Jan 2013 19:30:22 +0100 |
tmarek |
Emit a warning if __all__ contains non-string objects. |
| Tue, 08 Jan 2013 19:28:12 +0100 |
Sylvain Thénault |
backport stable |
| Tue, 08 Jan 2013 19:26:13 +0100 |
tmarek |
Fixed a couple of bugs in the __all__ handling and added a newstable |
| Tue, 08 Jan 2013 19:19:03 +0100 |
tmarek |
Fix emission of reimport warnings and extend the testcase.stable |
| Tue, 08 Jan 2013 18:35:22 +0100 |
Martin Pool |
erroneous W0212 (access to protected member) on super call. Closes #115580stable |
| Mon, 12 Nov 2012 14:24:55 +0100 |
Sylvain Thénault |
backport stable |
| Mon, 12 Nov 2012 14:22:34 +0100 |
tmarek |
Fixes a crash when an __init__ method in a base class has been created by assignment rather than direct function definition. Closes #110853stable |
| Wed, 07 Nov 2012 11:25:15 +0100 |
tmarek |
Add hooks for import path setup and move pylint's sys.path |
| Wed, 07 Nov 2012 11:23:19 +0100 |
tmarek |
Make dot output for import graph predictable and not depend |
| Mon, 12 Nov 2012 14:06:26 +0100 |
tmarek |
Add messages I0020 and I0021 for reporting of suppressed messages and useless suppression pragmas. Closes #110840 |
| Wed, 07 Nov 2012 11:14:44 +0100 |
tmarek |
Change the regular expression for inline options so that a preceeding # is not optional. |
| Mon, 12 Nov 2012 13:52:02 +0100 |
Omega Weapon |
pylint-gui: Bind F5 to the run button. Closes #110839stable |
| Mon, 12 Nov 2012 13:49:31 +0100 |
Omega Weapon |
Make pylint-gui cope with '--include-ids'. Closes #110838stable |
| Mon, 12 Nov 2012 13:35:48 +0100 |
jpkotta |
Replace pylint.el with Ian Eure's version. Closes #20693 |
| Wed, 07 Nov 2012 11:13:35 +0100 |
Julien Cristau |
Fix ChangeLog for 0.26.0 |
| Thu, 25 Oct 2012 16:48:21 +0900 |
David Pursehouse |
Fix some typos and grammatical errors in the help textstable |
| Wed, 03 Oct 2012 07:23:48 +0200 |
Alexandre Fayolle |
add support for --disable=all option (closes: #105327) |