summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare the 1.4.0 release.pylint-1.4Claudiu Popa2014-11-231-1/+2
* Add options to control extension loading in astroid.Torsten Marek2014-11-221-0/+7
* Change default max-line-length to 100 rather than 80Sylvain Th?nault2014-11-191-0/+2
* drop BaseRawChecker bw compatSylvain Th?nault2014-11-191-0/+3
* Add 'implicit-map-evaluation' to Python 3 porting checker.Claudiu Popa2014-11-171-0/+3
* Add hex, oct, nonzero and cmp to the list of methods removed in Python 3.Claudiu Popa2014-11-171-1/+2
* Amend the ChangeLog entry for the --py3k flag, to make it clear what it does.Claudiu Popa2014-11-171-4/+3
* Add 'old-octal-literal' to Python 3 porting checker.Claudiu Popa2014-11-171-0/+3
* Warn when encountering the reload builtin.Claudiu Popa2014-11-171-1/+1
* Add a new CLI option, '--py3k'.Claudiu Popa2014-11-171-0/+6
* Add support for disabling a checker.Claudiu Popa2014-11-161-0/+3
* Add 'long-suffix' error, emitted when encountering the long suffixClaudiu Popa2014-11-151-0/+3
* abstract-class-instantiated is also emitted for Python 2.Claudiu Popa2014-11-151-0/+3
* Warn when parameter unpacking is used as it is not supported in PythonBrett Cannon2014-11-141-0/+3
* Don't try to analyze string formatting with objects coming from function argu...Claudiu Popa2014-11-111-0/+3
* Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-041-1/+1
* Warn when assigning to __metaclass__ in a class scope for Python 2.Brett Cannon2014-10-311-0/+3
* Warn when calling dict.iter*(), dict.view*() or .next() on any object.Brett Cannon2014-10-311-2/+8
* Add a new option, 'exclude-protected'.Claudiu Popa2014-10-281-0/+3
* Address PR commentsBrett Cannon2014-10-241-0/+6
* 'too-many-lines' disable pragma can be located on any line, not only the first.Claudiu Popa2014-10-231-0/+3
* 'too-many-public-methods' is reported only for methods defined in a class.Claudiu Popa2014-10-211-0/+3
* Report the percentage of all messages, not just for errors and warnings.Claudiu Popa2014-10-201-0/+3
* Fix a regression, where '{path}' was no longer accepted in '--msg-template'.Claudiu Popa2014-10-161-0/+2
|\
| * Add Changelog. Fix tests.LCD 472014-10-101-0/+2
* | Add new '-j' option for running checks in sub-processes.Claudiu Popa2014-10-151-0/+2
* | Don't emit 'assigning-non-slot' when the assignment is for a property.Claudiu Popa2014-10-151-0/+3
|/
* Introduce a Python 3 checker.Brett Cannon2014-10-031-2/+9
* Support wheel packaging format for PyPi. Closes issue #334.Claudiu Popa2014-10-011-0/+2
* [refs #351] Handling assignment of the string format method to a variablecarl2014-09-271-0/+3
* Fix another false positives with 'undefined-variable', where the variable can...cpopa2014-09-181-0/+4
* Add a new warning, 'inherit-non-class', emitted when a class inherits from so...cpopa2014-09-121-0/+3
* Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment is a v...cpopa2014-09-111-0/+3
* Merge branches.cpopa2014-09-101-0/+18
|\
| * Improve the ChangeLog entry for the new '--callbacks' command line option.cpopa2014-09-101-1/+2
| * Allow the customisation of callback identifiers. Closes issue #326.cpopa2014-09-101-0/+2
| * Extend the cases where 'undefined-variable' and 'used-before-assignment' can ...cpopa2014-09-031-0/+3
| * Add a ChangeLog entry about portingBrett Cannon2014-08-291-0/+3
| * Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-271-0/+4
| * Generate html output for missing files. Closes issue #320.cpopa2014-08-251-0/+2
| * Fix a crash which ocurred while checking for 'method-hidden', when the parent...cpopa2014-08-231-0/+3
* | Backed out changeset 787ddbe3705aDavid Lindquist2014-09-031-14/+2
* | ChangeLog edited online with Bitbucket: fixed conflictsDavid Lindquist2014-09-031-2/+14
* | Changed symbolic name to: logging-format-interpolationDavid Lindquist2014-09-011-2/+2
* | Updated ChangeLogDavid Lindquist2014-08-191-0/+3
|/
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-191-0/+3
* Implement confidence levels.Torsten Marek2014-07-241-0/+5
* Order of reporting is consistent.cpopa2014-08-181-0/+2
* Emit 'catching-non-exception' for non-class nodes. Closes issue #303.cpopa2014-08-181-0/+2
* Check that a class has an explicitly defined metaclass before emitting 'old-s...cpopa2014-08-171-0/+3