summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.4.3 release.pylint-1.4.3Claudiu Popa2015-03-141-2/+2
* Added a new option for controlling the peephole optimizer in astroid.Claudiu Popa2015-03-141-0/+14
* Document what include-ids and --symbols did in the past and point to msg-temp...Claudiu Popa2015-03-121-4/+9
* Remove abstract-class-not-used, for the same reasons as star-args and abstrac...Claudiu Popa2015-03-1112-94/+44
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-1110-38/+8
* Remove the star-args error.Claudiu Popa2015-03-118-53/+10
* Prepare 1.4.2 releasepylint-1.4.2Claudiu Popa2015-03-111-2/+2
* Merged in mibalint/pylint (pull request #234)Claudiu Popa2015-03-068-48/+182
|\
| * Fix the number of underscores in __implements__Pavel Roskin2015-03-021-1/+1
| * Fix a couple of doc warnings, use string continuation.Claudiu Popa2015-03-022-46/+46
| * Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-284-1/+83
| * Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-282-0/+52
* | remove more checks from disabled list, fix code to pass these: C0303,C0304,C0...Mihai Balint2015-02-281-1/+0
* | start removing checks from disabled list, fix code to make sure these pass: C...Mihai Balint2015-02-283-14/+23
|/
* Add missing call to unittest.main() in unittest_checker_exceptions.pyPavel Roskin2015-02-261-0/+4
* Backed out changeset c1f2f0c187b0Claudiu Popa2015-02-271-0/+5
* Remove Python3Checker constructor, visit_module() does all its jobPavel Roskin2015-02-261-5/+0
* Remove excessive quotes in docstringsPavel Roskin2015-02-262-2/+2
* Clear Python3Checker state on every new modulePavel Roskin2015-02-251-0/+5
* Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-242-2/+24
* Move the patching of sys.modules in a context manager.Claudiu Popa2015-02-241-12/+21
* Refactoring.Claudiu Popa2015-02-221-16/+16
* Fix #299: Warn about `type(x) is/== Y`impl-299Chris Rebert2015-02-213-1/+138
* Don't emit not-iterating warnings when the builtin is used in an unpacking.Claudiu Popa2015-02-212-0/+24
* Fix a false positive with dict and not-iterating warnings.Claudiu Popa2015-02-212-4/+8
* Remove visit_discard for map-builtin-not-iterating, since it is already caugh...Claudiu Popa2015-02-212-19/+0
* Merged in brettcannon/pylint (pull request #216)Claudiu Popa2015-02-211-3/+3
|\
| * Merged in cvrebert/pylint/missing-spaces (pull request #225)Claudiu Popa2015-02-211-2/+2
| |\
| | * add missing spaces between words in W1503's docsmissing-spacesChris Rebert2015-02-211-2/+2
| * | fix "datetetime" [sic] typofix-typoChris Rebert2015-02-211-1/+1
| |/
* | Use __() in tests to extract the node instead of #@ plus some fidgetingBrett Cannon2015-02-201-7/+2
* | Set old_names for map-builtin-not-iterating since it replaced implicit-map-ev...Brett Cannon2015-02-201-2/+3
* | merge with defaultBrett Cannon2015-02-202-38/+199
|/
* The HTML output accepts the `--msg-template` option.Claudiu Popa2015-02-172-5/+70
* Remove support for subpackage_of. Use absolute path for readme. Use absolute ...Ionel Cristian Maries2015-02-141-0/+70
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-14607-0/+30047