summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add changelog entry.Claudiu Popa2015-06-301-0/+4
* Prepare 1.4.3 release.pylint-1.4.3Claudiu Popa2015-03-141-1/+1
* Added a new option for controlling the peephole optimizer in astroid.Claudiu Popa2015-03-141-0/+12
* Add ChangeLog entries for the removal of three warningsClaudiu Popa2015-03-111-0/+6
* Prepare 1.4.2 releasepylint-1.4.2Claudiu Popa2015-03-111-1/+2
* Fix a couple of doc warnings, use string continuation.Claudiu Popa2015-03-021-6/+6
* Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-0/+4
* Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-281-1/+5
* Various changes related to docsMichal Nowikowski2015-02-271-18/+20
* Backed out changeset 406c23c24795Michal Nowikowski2015-02-281-20/+18
* Various changes related to docsMichal Nowikowski2015-02-271-18/+20
* Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-241-0/+3
* Fix #299: Warn about `type(x) is/== Y`impl-299Chris Rebert2015-02-211-0/+5
* Add a ChangeLog entry for *-not-iterating checksBrett Cannon2015-02-201-0/+6
* The HTML output accepts the `--msg-template` option.Claudiu Popa2015-02-171-3/+403
|\
| * Add ChangeLog entries for the latest changes.Claudiu Popa2015-02-161-0/+8
| * Use all the inferred statements for the super-init-not-called check.Claudiu Popa2015-02-091-0/+3
| * Add ChangeLog entry for commit 2f9df0f2155aClaudiu Popa2015-02-051-0/+3
| * Look all the methods from ancestors for too-few-public-methods.Claudiu Popa2015-02-051-0/+3
| * Fix a false positive with `too-few-format-args` warning.Claudiu Popa2015-01-301-0/+6
| * Don't require a docstring for empty modules. Closes issue #261.Claudiu Popa2015-01-241-0/+4
| * Prepare the release.pylint-1.4.1Claudiu Popa2015-01-161-1/+2
| * Fix a crash which occurred when using multiple jobs and the filesClaudiu Popa2015-01-161-0/+3
| * Don't compile test files when installing.Claudiu Popa2015-01-121-0/+1
| * Add the method names for the 'signature-differs' and 'argument-differs'Claudiu Popa2015-01-111-0/+3
| * Add ChangeLog entry for the JSON report and fix the test.Claudiu Popa2015-01-041-0/+2
| * Improve a couple of things for redundant-unittest-assert.Claudiu Popa2015-01-041-0/+5
| * Fix a false positive with invalid-slots-objects and unicode strings. Closes i...Claudiu Popa2015-01-031-0/+3
| * Fix a false positive on Python 2 for raising-bad-type and tuples.Claudiu Popa2015-01-021-0/+3
| * Fix a false negative with raising-non-exception.Claudiu Popa2015-01-021-0/+3
| * Fix a false positive with catching-non-exception and tuples ofClaudiu Popa2014-12-291-0/+3
| * Use a mro traversal for finding abstract methods. Closes issue #415.Claudiu Popa2014-12-211-0/+2
| * Proper abstract method lookup while checking for abstract-class-instantiated.Claudiu Popa2014-12-161-0/+3
| * Update ChangeLogBrett Cannon2014-12-121-3/+6
| * Check the return of properties when checking for not-callable.Claudiu Popa2014-12-051-0/+4
| * Look only in the current function's scope for bad-super-call. Closes issue #403.Claudiu Popa2014-12-031-0/+4
| * 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