| age |
author |
description |
| Mon, 21 May 2012 14:09:07 +0200 |
Sylvain Thénault |
fix crash when using set in regexp for --generated-members option. Closes #88914default tip |
| Tue, 15 May 2012 14:57:49 +0200 |
Sylvain Thénault |
fix gui reporter broken by addition of coloffset information. Closes #92584 |
| Tue, 15 May 2012 14:52:44 +0200 |
JT Olds |
Make pythonpath behaviour closer to python's (closes #88218) |
| Tue, 15 May 2012 14:51:17 +0200 |
Torsten Marek |
Emit W0102 (dangerous default value) when sets are used as default arguments for functions. Closes #92911 |
| Thu, 03 May 2012 12:48:09 +0200 |
FELD Boris |
Add 'on_close' event trigerring and event callback for reporters. |
| Thu, 03 May 2012 12:46:50 +0200 |
Sylvain Thénault |
Refactoring reporting. |
| Fri, 09 Mar 2012 23:40:15 +0100 |
FELD Boris |
Add 'on_set_current_module' event trigerring and event callback for reporters. |
| Thu, 15 Mar 2012 13:48:25 +0100 |
Torsten Marek |
Fix the variables check to not emit false positives for E0602 on {list,generator} comprehension loop variables inside decorators. |
| Thu, 15 Mar 2012 13:45:52 +0100 |
Sylvain Thénault |
don't emit E0202 (attribute hiding a method) on @property methods. Closes #89092 |
| Thu, 23 Feb 2012 09:26:58 +0100 |
Sylvain Thénault |
InferenceError may be raised when running the next iteration, but we don't want it to propagate |
| Thu, 23 Feb 2012 09:21:11 +0100 |
Sylvain Thénault |
d-t-w |
| Thu, 19 Jan 2012 15:46:42 +0100 |
Sylvain Thénault |
fix crash when decorators are accessed through more than one dot. Closes #87192 |
| Mon, 09 Jan 2012 21:25:10 +0100 |
Sylvain Thénault |
epylint: ensure it uses the same python/pylint version. Closes #87024 |
| Thu, 08 Dec 2011 16:54:34 +0100 |
Sylvain Thénault |
Added tag pylint-debian-version-0.25.1-1 for changeset 3a6cf40ab050 |
| Thu, 08 Dec 2011 16:54:34 +0100 |
Sylvain Thénault |
Added tag pylint-version-0.25.1 for changeset 9f22949188a3pylint-debian-version-0.25.1-1 |
| Thu, 08 Dec 2011 15:28:29 +0100 |
Sylvain Thénault |
0.25.1pylint-version-0.25.1 |
| Mon, 05 Dec 2011 16:04:41 +0100 |
Sylvain Thénault |
doc update |
| Mon, 05 Dec 2011 14:10:29 +0100 |
Sylvain Thénault |
[doc] update README.Python3 (closes: #82421) |
| Thu, 17 Nov 2011 21:38:02 +0100 |
Torsten Marek |
Detect assignments to a loop variable in the else branch of a for statement. |
| Wed, 26 Oct 2011 09:35:41 +0200 |
Sylvain Thénault |
add note about soon useless stream.seek() |
| Wed, 26 Oct 2011 09:23:54 +0200 |
Sylvain Thénault |
Do not issue warnings when using 2.6's property.setter/deleter functionality. Closes #50461, #52020 and #51222. |
| Wed, 26 Oct 2011 09:19:05 +0200 |
Sylvain Thénault |
This patch is an attempt to completely remove the need for all Google-internal patches |
| Mon, 24 Oct 2011 13:31:03 +0200 |
Sylvain Thénault |
Update W0623 to not trigger on code like: |
| Mon, 24 Oct 2011 13:28:23 +0200 |
Torsten Marek |
W0702 messages should be added to the line of the except handler, not the first line of the body. Closes #81113 |
| Mon, 24 Oct 2011 09:07:09 +0200 |
Sylvain Thénault |
drop unittest2 deprecation warning |
| Mon, 24 Oct 2011 09:06:59 +0200 |
Sylvain Thénault |
Fix for #81078: Warn if names in exception handlers clobber overwrite existing names |
| Fri, 07 Oct 2011 16:50:28 +0200 |
Sylvain Thénault |
Added tag pylint-debian-version-0.25.0-1 for changeset de2dd37ba146 |
| Fri, 07 Oct 2011 16:50:26 +0200 |
Sylvain Thénault |
Added tag pylint-version-0.25.0 for changeset db15dcd07ce0pylint-debian-version-0.25.0-1 |
| Fri, 07 Oct 2011 12:18:12 +0200 |
Sylvain Thénault |
0.25pylint-version-0.25.0 |
| Tue, 04 Oct 2011 10:32:07 +0200 |
Sylvain Thénault |
closes #73941: HTML reports badly formatted since col_offset addition, which was only partially added to the report |
| Mon, 03 Oct 2011 10:58:18 +0200 |
Sylvain Thénault |
better message for E0202 (closes #77237) |
| Fri, 23 Sep 2011 17:01:32 +0200 |
Torsten Marek |
closes #76920: don't crash in preprocess_option if some looked option has no value |
| Wed, 07 Sep 2011 10:25:19 +0200 |
Sylvain Thénault |
closes #74747: don't crash when lookup up a special attribute in class scope |
| Wed, 07 Sep 2011 10:25:17 +0200 |
Sylvain Thénault |
closes #74745: make 'too general' exception names configurable (patch by Google) |
| Wed, 07 Sep 2011 10:25:16 +0200 |
Sylvain Thénault |
Fixes misleading wording in warnings E1001 and E1002 (patch by google) |
| Wed, 07 Sep 2011 09:40:21 +0200 |
Sylvain Thénault |
closes #74087: handle case where inference of a module return YES |
| Wed, 07 Sep 2011 09:24:07 +0200 |
Sylvain Thénault |
closes #74742: make allowed name for first argument of class method configurable |
| Mon, 08 Aug 2011 10:21:28 +0200 |
Nicolas Chauvat |
[doc] more documentation fixes |
| Mon, 08 Aug 2011 10:06:30 +0200 |
Nicolas Chauvat |
[doc] merge documentation fixes from the website |
| Wed, 20 Jul 2011 18:17:04 +0200 |
Sylvain Thénault |
Added tag pylint-debian-version-0.24.0-1 for changeset e20d4f941078 |
| Wed, 20 Jul 2011 18:17:03 +0200 |
Sylvain Thénault |
Added tag pylint-version-0.24.0 for changeset 278d04a4749cpylint-debian-version-0.24.0-1 |
| Wed, 20 Jul 2011 17:59:51 +0200 |
Sylvain Thénault |
mergepylint-version-0.24.0 |
| Wed, 20 Jul 2011 17:58:44 +0200 |
Sylvain Thénault |
0.24 |
| Mon, 18 Jul 2011 16:42:56 +0200 |
Sylvain Thénault |
merge |
| Thu, 13 Jan 2011 21:37:28 +0100 |
Sylvain Thénault |
Added tag pylint-debian-version-0.23.0-1 for changeset d6b7c88d182e |
| Thu, 13 Jan 2011 21:37:28 +0100 |
Sylvain Thénault |
Added tag pylint-version-0.23.0 for changeset 2599058e6521pylint-debian-version-0.23.0-1 |
| Fri, 08 Jul 2011 16:14:21 +0200 |
Sylvain Thénault |
fix test failure with some python distribution (eg debian's 2.7) due to missing pstats module |
| Fri, 08 Jul 2011 16:14:20 +0200 |
Julien Cristau |
Fix --ignore option documentation to match reality (closes #22273) |
| Fri, 08 Jul 2011 15:52:04 +0200 |
Alain Leufroy |
add regular expression support for generated-members (closes #69738) |
| Fri, 08 Jul 2011 14:32:09 +0200 |
Sylvain Thénault |
built-in checkers use [01-50] base message ids (closes #68057) |
| Fri, 08 Jul 2011 14:29:52 +0200 |
Sylvain Thénault |
closes #70495: absolute imports fail depending on module path (patch by Jacek Konieczny) |
| Fri, 08 Jul 2011 12:38:52 +0200 |
Sylvain Thénault |
missing test data file |
| Fri, 08 Jul 2011 12:26:54 +0200 |
Sylvain Thénault |
test for #70381: IndendationError in import causes crash |
| Fri, 08 Jul 2011 12:26:26 +0200 |
Sylvain Thénault |
try to add information about why something is not importable |
| Fri, 08 Jul 2011 12:12:33 +0200 |
Julien Cristau |
Fix false positive in reimport check (closes #60828) |
| Fri, 08 Jul 2011 10:22:28 +0200 |
Sylvain Thénault |
missing test data files |
| Fri, 08 Jul 2011 10:04:46 +0200 |
Sylvain Thénault |
fix dumb name error in test |
| Fri, 08 Jul 2011 09:57:24 +0200 |
Sylvain Thénault |
closes #69993: Additional string format checks for logging module |
| Fri, 08 Jul 2011 09:52:19 +0200 |
Sylvain Thénault |
add note for IDE developpers |
| Fri, 08 Jul 2011 09:51:52 +0200 |
Sylvain Thénault |
closes #69950: Tests failing due to 'column offset' changes in 744 |