summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch marcoyolos/tiny-1408025599195marcoyolos/tiny-1408025599195Marco Forte2014-08-140-0/+0
* tiny typo fixMarco Forte2014-08-141-1/+1
* Merged in marcoyolos/pylint (pull request #158)Claudiu Popa2014-08-141-4/+3
|\
| * Updated bullet points in Notes for Windows users to follow http://www.oxfordd...Marco Forte2014-08-141-4/+3
* | Split class_members test for both Python versions.cpopa2014-08-146-0/+60
* | Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-146-36/+74
|/
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-114-7/+27
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-114-2/+7
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-114-3/+13
* Don't count branches from nested functions.cpopa2014-08-114-16/+84
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-096-23/+89
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-094-7/+19
* Check only if the infered node is a class.cpopa2014-08-081-4/+2
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-086-8/+55
* Revert change.cpopa2014-08-081-1/+1
* Cleanup.cpopa2014-08-081-9/+14
* Merge.cpopa2014-08-084-9/+67
|\
| * Merged in godfryd/pylint/fix-293 (pull request #146)Claudiu Popa2014-08-064-9/+67
| |\
| | * 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
* | | | | Cleanup.cpopa2014-08-087-32/+50
* | | | | Cleanup.cpopa2014-08-081-11/+14
* | | | | Move inherit_from_std_ex to checkers/utils.py, so that it can be used in othe...cpopa2014-08-082-18/+20
|/ / / /
* | | | 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