summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rst documentation file for the extensions module; extensive documentation forBruno Daniel2014-08-081-0/+1
| | | | the new checker extensions.check_docs
* changelog entry for the new extensions module and the new checker 'check_docs'Bruno Daniel2014-08-081-0/+6
|
* check_docs: shorter name for methodBruno Daniel2014-08-081-3/+3
|
* mergeBruno Daniel2014-08-0876-860/+1004
|\
| * Merged logilab/pylint into defaultbdanielby2014-08-0817-39/+558
| |\
| | * Merged in godfryd/pylint/fix-293 (pull request #146)Claudiu Popa2014-08-064-9/+67
| | |\ | | | | | | | | | | | | Improved presenting unused-import message. Closes issue #293.
| | | * mergefix-293Michal Nowikowski2014-08-064-9/+67
| | | |\ | | |/ /
| | | * Fixed checking a list of imported names from a module in unused-import case.Michal Nowikowski2014-08-063-4/+33
| | | |
| | | * Improved comments.Michal Nowikowski2014-08-041-2/+4
| | | |
| | | * Fix for wired case with import from stmt.Michal Nowikowski2014-08-041-1/+1
| | | |
| | | * mergeMichal Nowikowski2014-08-044-9/+36
| | | |\
| | | | * Review fixes.Michal Nowikowski2014-08-041-7/+13
| | | | |
| | | | * mergeMichal Nowikowski2014-08-036-3/+301
| | | | |\
| | | | * | Fixed preparing unused-import message.Michal Nowikowski2014-08-023-1/+3
| | | | | |
| | | | * | Improved messages text for unused imports.Michal Nowikowski2014-08-023-3/+15
| | | | | |
| | | | * | Added entry to changelog about closing issue 293.Michal Nowikowski2014-08-011-0/+1
| | | | | |
| | | | * | Improved presenting unused-import message. Closes issue #293.Michal Nowikowski2014-08-013-8/+13
| | | | | |
| | * | | | Properly handle unicode format strings for Python 2. Closes issue #296.cpopa2014-08-055-6/+53
| | | | | |
| | * | | | Minor cleanup.cpopa2014-08-051-9/+8
| | | | | |
| | * | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a ↵cpopa2014-08-043-1/+69
| | |/ / / | | | | | | | | | | | | | | | function call in a defining method. Closes issue #192.
| | * | | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-044-21/+51
| | | |/ | | |/|
| | * | Give credit to new contributor.cpopa2014-08-031-0/+3
| | | |
| | * | Merged in godfryd/pylint/spelling-checker (pull request #134)Torsten Marek2014-08-020-0/+0
| | |\ \ | | | |/ | | | | | | | | A spelling checker.
| | * | Fixes after review.Michal Nowikowski2014-08-012-3/+17
| | | |
| | * | mergeMichal Nowikowski2014-07-316-116/+165
| | |\ \ | | | |/
| | | * Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-313-0/+20
| | | |
| | * | Fixed calling maketrans on Py3k.Michal Nowikowski2014-07-311-1/+6
| | | |
| | * | Added to new options to spell checker: spelling-private-dict-file and ↵Michal Nowikowski2014-07-312-18/+144
| | | | | | | | | | | | | | | | spelling-store-unknown-words. Improved handling variable or class names in comments and docstrings. Added unit tests for spell checker.
| | * | Fixed merge.Michal Nowikowski2014-07-301-20/+0
| | | |
| | * | mergeMichal Nowikowski2014-07-3073-820/+530
| | |\ \
| | * \ \ mergeMichal Nowikowski2014-07-305-9/+158
| | |\ \ \
| | | * | | Review fixes - added comment.Michal Nowikowski2014-07-291-2/+2
| | | | | |
| | | * | | Fixed mergeMichal Nowikowski2014-07-295-9/+158
| | | |\ \ \
| | | | * \ \ Merged default into spelling-checkerMichal Nowikowski2014-07-2861-342/+310
| | | | |\ \ \
| | | | * \ \ \ Merged default into spelling-checkerMichal Nowikowski2014-07-273-3/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ mergeMichal Nowikowski2014-07-2660-937/+963
| | | | |\ \ \ \ \
| | | | * | | | | | Refactored code of spelling checker.Michal Nowikowski2014-07-261-22/+18
| | | | | | | | | |
| | | | * | | | | | Updated ChangeLog about spelling checker.Michal Nowikowski2014-07-251-5/+6
| | | | | | | | | |
| | | | * | | | | | Added in connection to spelling checker a suggestion for python-enchant to ↵Michal Nowikowski2014-07-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also debian.sid
| | | | * | | | | | Tweaked spelling checker msg ids and removed them from exhaustivity tests.Michal Nowikowski2014-07-252-2/+4
| | | | | | | | | |
| | | | * | | | | | Added a spelling checker.Michal Nowikowski2014-07-252-1/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New messages: - wrong-spelling-in-comment - wrong-spelling-in-docstring New options: - spelling-dict - spelling-ignore-words New dependency: python-enchant (added as suggested in deb package).
| * | | | | | | | | Merged logilab/pylint into defaultbdanielby2014-07-3163-822/+447
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Merged logilab/pylint into defaultClaudiu Popa2014-07-3117-54/+64
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Converted more test cases.Torsten Marek2014-07-3017-54/+64
| | | | | | | | | |
| | * | | | | | | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings ↵cpopa2014-07-316-116/+145
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | with both named and positional fields. Closes issue #286.
| | * | | | | | | Remove the exhaustivity test from the old framework, it just creates ↵Torsten Marek2014-07-301-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needless churn right now. Once all test cases have been ported, it will be added again in the new framework.
| | * | | | | | | Remove old testcase that has already been converted.Torsten Marek2014-07-302-59/+0
| | | | | | | | |
| | * | | | | | | Converted and merge test cases.Torsten Marek2014-07-305-165/+5
| | | | | | | | |
| | * | | | | | | Remove superfluous min_pyver constraints on functional test cases.Torsten Marek2014-07-305-10/+0
| | | | | | | | |
| | * | | | | | | Remove the 2.5-specific duplicate-keyword-arg warnings.Torsten Marek2014-07-301-10/+1
| | | | | | | | |