summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 fun...cpopa2014-08-043-1/+69
|/ / /
* | | 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
|\ \ | |/
* | 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
| * Merged logilab/pylint into defaultClaudiu Popa2014-07-3117-54/+64
| |\
| * | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-316-116/+145
* | | Fixed calling maketrans on Py3k.Michal Nowikowski2014-07-311-1/+6
* | | Added to new options to spell checker: spelling-private-dict-file and spellin...Michal Nowikowski2014-07-312-18/+144
* | | Fixed merge.Michal Nowikowski2014-07-301-20/+0
* | | mergeMichal Nowikowski2014-07-3073-820/+530
|\ \ \ | | |/ | |/|
| * | Converted more test cases.Torsten Marek2014-07-3017-54/+64
| |/
| * Remove the exhaustivity test from the old framework, it just creates needless...Torsten Marek2014-07-301-25/+0
| * 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
| * Remove testcases only for Python < 2.7.Torsten Marek2014-07-303-149/+0
| * Fix mixed line endings in 3.4-specific test case.Torsten Marek2014-07-301-10/+10
| * Simplify and speed up the selftest by only linting pylint.lint once instead o...Torsten Marek2014-07-293-33/+59
| * Remove dependency on logilab.testlib in the test suite (also removes Python 2...Torsten Marek2014-07-2621-192/+164
| * Merged in godfryd/pylint/line-ending-checks (pull request #133)Torsten Marek2014-07-3010-132/+171
| |\
| | * mergeMichal Nowikowski2014-07-3010-132/+170
| | |\
| | | * Moved changelog entry to the top.Michal Nowikowski2014-07-291-4/+4
| | | * Merged default into line-ending-checksMichal Nowikowski2014-07-2910-132/+170
| | | |\
| | | | * Fixed merge problem.Michal Nowikowski2014-07-291-5/+5
| | | | * Fixed tests for line endings checks.Michal Nowikowski2014-07-281-33/+33
| | | | * Renamed line_endings.arg to line_endings.rc.Michal Nowikowski2014-07-281-0/+0
| | | | * mergeMichal Nowikowski2014-07-2861-342/+311
| | | | |\
| | | | * \ Merged default into line-ending-checksMichal Nowikowski2014-07-279-98/+135
| | | | |\ \
| | | | | * | Fixed tests for line endings checker.Michal Nowikowski2014-07-265-94/+94
| | | | | * | mergeMichal Nowikowski2014-07-268-106/+132
| | | | | |\ \
| | | | | * | | Removed sign word from description of message.Michal Nowikowski2014-07-261-1/+1
| | | | | * | | mergeMichal Nowikowski2014-07-2557-852/+861
| | | | | |\ \ \
| | | | | * | | | Updated ChangeLog about line ending checksMichal Nowikowski2014-07-251-5/+6