Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rst documentation file for the extensions module; extensive documentation for | Bruno Daniel | 2014-08-08 | 1 | -0/+1 |
| | | | | the new checker extensions.check_docs | ||||
* | changelog entry for the new extensions module and the new checker 'check_docs' | Bruno Daniel | 2014-08-08 | 1 | -0/+6 |
| | |||||
* | check_docs: shorter name for method | Bruno Daniel | 2014-08-08 | 1 | -3/+3 |
| | |||||
* | merge | Bruno Daniel | 2014-08-08 | 76 | -860/+1004 |
|\ | |||||
| * | Merged logilab/pylint into default | bdanielby | 2014-08-08 | 17 | -39/+558 |
| |\ | |||||
| | * | Merged in godfryd/pylint/fix-293 (pull request #146) | Claudiu Popa | 2014-08-06 | 4 | -9/+67 |
| | |\ | | | | | | | | | | | | | Improved presenting unused-import message. Closes issue #293. | ||||
| | | * | mergefix-293 | Michal Nowikowski | 2014-08-06 | 4 | -9/+67 |
| | | |\ | | |/ / | |||||
| | | * | Fixed checking a list of imported names from a module in unused-import case. | Michal Nowikowski | 2014-08-06 | 3 | -4/+33 |
| | | | | |||||
| | | * | Improved comments. | Michal Nowikowski | 2014-08-04 | 1 | -2/+4 |
| | | | | |||||
| | | * | Fix for wired case with import from stmt. | Michal Nowikowski | 2014-08-04 | 1 | -1/+1 |
| | | | | |||||
| | | * | merge | Michal Nowikowski | 2014-08-04 | 4 | -9/+36 |
| | | |\ | |||||
| | | | * | Review fixes. | Michal Nowikowski | 2014-08-04 | 1 | -7/+13 |
| | | | | | |||||
| | | | * | merge | Michal Nowikowski | 2014-08-03 | 6 | -3/+301 |
| | | | |\ | |||||
| | | | * | | Fixed preparing unused-import message. | Michal Nowikowski | 2014-08-02 | 3 | -1/+3 |
| | | | | | | |||||
| | | | * | | Improved messages text for unused imports. | Michal Nowikowski | 2014-08-02 | 3 | -3/+15 |
| | | | | | | |||||
| | | | * | | Added entry to changelog about closing issue 293. | Michal Nowikowski | 2014-08-01 | 1 | -0/+1 |
| | | | | | | |||||
| | | | * | | Improved presenting unused-import message. Closes issue #293. | Michal Nowikowski | 2014-08-01 | 3 | -8/+13 |
| | | | | | | |||||
| | * | | | | Properly handle unicode format strings for Python 2. Closes issue #296. | cpopa | 2014-08-05 | 5 | -6/+53 |
| | | | | | | |||||
| | * | | | | Minor cleanup. | cpopa | 2014-08-05 | 1 | -9/+8 |
| | | | | | | |||||
| | * | | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a ↵ | cpopa | 2014-08-04 | 3 | -1/+69 |
| | |/ / / | | | | | | | | | | | | | | | | function call in a defining method. Closes issue #192. | ||||
| | * | | | Properly handle nested format string fields. Closes issue #294. | cpopa | 2014-08-04 | 4 | -21/+51 |
| | | |/ | | |/| | |||||
| | * | | Give credit to new contributor. | cpopa | 2014-08-03 | 1 | -0/+3 |
| | | | | |||||
| | * | | Merged in godfryd/pylint/spelling-checker (pull request #134) | Torsten Marek | 2014-08-02 | 0 | -0/+0 |
| | |\ \ | | | |/ | | | | | | | | | A spelling checker. | ||||
| | * | | Fixes after review. | Michal Nowikowski | 2014-08-01 | 2 | -3/+17 |
| | | | | |||||
| | * | | merge | Michal Nowikowski | 2014-07-31 | 6 | -116/+165 |
| | |\ \ | | | |/ | |||||
| | | * | Analyze only strings by the string format checker. Closes issue #287. | cpopa | 2014-07-31 | 3 | -0/+20 |
| | | | | |||||
| | * | | Fixed calling maketrans on Py3k. | Michal Nowikowski | 2014-07-31 | 1 | -1/+6 |
| | | | | |||||
| | * | | Added to new options to spell checker: spelling-private-dict-file and ↵ | Michal Nowikowski | 2014-07-31 | 2 | -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 Nowikowski | 2014-07-30 | 1 | -20/+0 |
| | | | | |||||
| | * | | merge | Michal Nowikowski | 2014-07-30 | 73 | -820/+530 |
| | |\ \ | |||||
| | * \ \ | merge | Michal Nowikowski | 2014-07-30 | 5 | -9/+158 |
| | |\ \ \ | |||||
| | | * | | | Review fixes - added comment. | Michal Nowikowski | 2014-07-29 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Fixed merge | Michal Nowikowski | 2014-07-29 | 5 | -9/+158 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merged default into spelling-checker | Michal Nowikowski | 2014-07-28 | 61 | -342/+310 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merged default into spelling-checker | Michal Nowikowski | 2014-07-27 | 3 | -3/+3 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | merge | Michal Nowikowski | 2014-07-26 | 60 | -937/+963 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Refactored code of spelling checker. | Michal Nowikowski | 2014-07-26 | 1 | -22/+18 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Updated ChangeLog about spelling checker. | Michal Nowikowski | 2014-07-25 | 1 | -5/+6 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Added in connection to spelling checker a suggestion for python-enchant to ↵ | Michal Nowikowski | 2014-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also debian.sid | ||||
| | | | * | | | | | | Tweaked spelling checker msg ids and removed them from exhaustivity tests. | Michal Nowikowski | 2014-07-25 | 2 | -2/+4 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Added a spelling checker. | Michal Nowikowski | 2014-07-25 | 2 | -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 default | bdanielby | 2014-07-31 | 63 | -822/+447 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| | * | | | | | | | | Merged logilab/pylint into default | Claudiu Popa | 2014-07-31 | 17 | -54/+64 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | |||||
| | | * | | | | | | | Converted more test cases. | Torsten Marek | 2014-07-30 | 17 | -54/+64 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings ↵ | cpopa | 2014-07-31 | 6 | -116/+145 |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | with both named and positional fields. Closes issue #286. | ||||
| | * | | | | | | | Remove the exhaustivity test from the old framework, it just creates ↵ | Torsten Marek | 2014-07-30 | 1 | -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 Marek | 2014-07-30 | 2 | -59/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Converted and merge test cases. | Torsten Marek | 2014-07-30 | 5 | -165/+5 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove superfluous min_pyver constraints on functional test cases. | Torsten Marek | 2014-07-30 | 5 | -10/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove the 2.5-specific duplicate-keyword-arg warnings. | Torsten Marek | 2014-07-30 | 1 | -10/+1 |
| | | | | | | | | |