summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* prepare .28Sylvain Th?nault2013-04-251-6/+9
* Change C0109 [useless-else-on-loop] to W0120 (W0109 is already taken) and cha...Torsten Marek2013-04-251-1/+1
* closes #1 (bitbucket): fix "dictionary changed size during iteration" crashSylvain Th?nault2013-04-161-0/+2
* consistent product naming: PylintSylvain Th?nault2013-04-161-1/+1
* closes #123892 by adding errors=replace when encoding unicode stringsSylvain Th?nault2013-04-121-0/+3
* Emit a warning for loops that have an else clause but no break or return.Torsten Marek2013-03-291-4/+7
* Lambdas can contain yields, do not warn about them.Torsten Marek2013-03-291-0/+2
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-0/+3
* Improve the warning message for E1124[redundant-keyword-arg].Torsten Marek2013-03-291-0/+2
* Warn about duplicate argument names. Python raises a SyntaxError, but it's notTorsten Marek2013-03-291-0/+4
* Unify handling for dangerous default values and make sure that set, dict and ...Torsten Marek2013-03-291-0/+3
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Clo...Torsten Marek2013-03-291-0/+3
* fix name error causing crash when symbols are included in output messages. C...Aurelien Campeas2013-03-131-0/+2
* stop relying on is_standard_module to avoid having internal dependencies in e...Sylvain Th?nault2013-03-291-0/+5
* changelog cleanupSylvain Th?nault2013-02-261-22/+22
* give [deprecated-lambda] when a map/filter of a lambda could be a comprehensi...Martin Pool2013-02-261-0/+3
* use load_module_from_file rather than relative import broken in python 3.3. C...Sylvain Th?nault2013-02-221-2/+9
* string check: don't warn about octal escape sequence, warn about \o (not octa...Martin Pool2013-02-251-0/+3
* closes #113231. logging checker now looks at instances of Logger classes in a...Mike Bryant2012-12-061-0/+3
* Two small fixes for suppression warnings I00{2,1}:tmarek2013-02-201-0/+3
* Emit a warning if __all__ contains non-string objects.tmarek2013-01-081-8/+11
* backport stableSylvain Th?nault2013-01-081-1/+20
|\
| * backport stableSylvain Th?nault2012-11-121-1/+21
| |\
| | * Add hooks for import path setup and move pylint's sys.pathtmarek2012-11-071-0/+3
| | * Make dot output for import graph predictable and not dependtmarek2012-11-071-0/+3
| | * Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-121-2/+4
| | * Change the regular expression for inline options so that a preceeding # is no...tmarek2012-11-071-0/+3
| | * Replace pylint.el with Ian Eure's version. Closes #20693jpkotta2012-11-121-2/+6
| | * Fix ChangeLog for 0.26.0Julien Cristau2012-11-071-4/+5
| | * add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-031-0/+3
* | | Fixed a couple of bugs in the __all__ handling and added a newstabletmarek2013-01-081-3/+6
* | | Fix emission of reimport warnings and extend the testcase.tmarek2013-01-081-0/+3
* | | erroneous W0212 (access to protected member) on super call. Closes #115580Martin Pool2013-01-081-1/+4
|/ /
* | Fixes a crash when an __init__ method in a base class has been created by ass...tmarek2012-11-121-1/+5
* | pylint-gui: Bind F5 to the run button. Closes #110839Omega Weapon2012-11-121-0/+2
* | Make pylint-gui cope with '--include-ids'. Closes #110838Omega Weapon2012-11-121-0/+5
|/
* Add --ignore-imports option to similarity checking. Closes #106534.Ry4an Brase2012-09-291-0/+3
* integrate patch from Peter Hammond to check protocol completness and avoid fa...Peter Hammond2012-09-281-0/+3
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-0/+2
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-191-0/+3
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-191-1/+3
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Th?nault2012-09-141-0/+3
* Fix false positive W0231 for missing call to object.__init__. Closes #103656FELD Boris2012-09-191-1/+3
* Add test and code for handling __all__ with pylint. Closes #4685.FELD Boris2012-09-191-3/+6
* Improve checking of metaclass methods's first arg. Closes #4014.FELD Boris2012-09-191-0/+3
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-291-1/+5
* amend ChangeLogSylvain Th?nault2012-08-291-0/+4
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-291-0/+5
* 0.25.2pylint-version-0.25.2Sylvain Th?nault2012-07-171-2/+3
* Closes #93591: Correctly emit W0623 on multiple assignment of unpackable exce...tmarek2012-06-071-0/+3