summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Detect calls of the parent's __init__, through a binded super() call.cpopa2014-08-161-0/+3
* Don't emit 'protected-access' if the attribute is accessed using a property d...cpopa2014-08-141-0/+3
* Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-141-0/+3
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-111-0/+3
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-111-0/+3
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-111-0/+4
* Don't count branches from nested functions.cpopa2014-08-111-0/+2
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-091-0/+3
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-091-0/+4
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-081-0/+3
* mergefix-293Michal Nowikowski2014-08-061-0/+2
|\
| * mergeMichal Nowikowski2014-08-041-0/+2
| |\
| | * mergeMichal Nowikowski2014-08-031-0/+4
| | |\
| | * | Added entry to changelog about closing issue 293.Michal Nowikowski2014-08-011-0/+1
* | | | Properly handle unicode format strings for Python 2. Closes issue #296.cpopa2014-08-051-0/+3
* | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a fun...cpopa2014-08-041-0/+3
|/ / /
* | | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-041-0/+2
| |/ |/|
* | mergeMichal Nowikowski2014-07-311-0/+5
|\ \ | |/
| * Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+2
| * Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-311-0/+3
* | mergeMichal Nowikowski2014-07-301-0/+8
|\ \ | |/
| * Merged in godfryd/pylint/line-ending-checks (pull request #133)Torsten Marek2014-07-301-6/+8
| |\
| | * mergeMichal Nowikowski2014-07-301-6/+7
| | |\
| | | * Moved changelog entry to the top.Michal Nowikowski2014-07-291-4/+4
| | | * Merged default into line-ending-checksMichal Nowikowski2014-07-291-6/+7
| | | |\
| | | | * Fixed merge problem.Michal Nowikowski2014-07-291-5/+5
| | | | * Merged default into line-ending-checksMichal Nowikowski2014-07-271-4/+5
| | | | |\
| | | | | * mergeMichal Nowikowski2014-07-261-0/+9
| | | | | |\
| | | | | * \ mergeMichal Nowikowski2014-07-251-1/+16
| | | | | |\ \
| | | | | * | | Updated ChangeLog about line ending checksMichal Nowikowski2014-07-251-5/+6
| * | | | | | | Merged in carlio/pylint (pull request #138)Claudiu Popa2014-07-301-0/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | [refs #282] Backing-out the previous changelog commit (59019717487e) as a bro...carl2014-07-291-5/+263
| | * | | | | | [refs #282] Updating changelog to include information about the change to dan...carl2014-07-291-262/+8
| | |/ / / / /
* | | | | | | mergeMichal Nowikowski2014-07-301-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed mergeMichal Nowikowski2014-07-291-6/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merged default into spelling-checkerMichal Nowikowski2014-07-271-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | mergeMichal Nowikowski2014-07-261-1/+16
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Updated ChangeLog about spelling checker.Michal Nowikowski2014-07-251-5/+6
| | | |_|/ / | | |/| | |
* | | | | | Proper handle class level scope for lambdas.cpopa2014-07-291-0/+2
* | | | | | Fix a false positive with string formatting checker, when using keyword argum...cpopa2014-07-291-0/+3
|/ / / / /
* | | | | Fix a false positive with string formatting checker, when encountering a stri...cpopa2014-07-291-0/+5
| |_|/ / |/| | |