summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix char typounichrCosmin Poieana2015-02-141-1/+1
* Add warning for "unichr" in Python 3Cosmin Poieana2015-02-142-0/+7
* Add warning for "intern" in Python 3Viorel Stirbu2015-02-142-0/+7
* [doc] sync with elisp/pylint-flymake.elYoichi Nakayama2015-02-111-2/+1
* Use all the inferred statements for the super-init-not-called check.Claudiu Popa2015-02-093-20/+40
* Add test for issue #308. Closes issue #308.Claudiu Popa2015-02-091-0/+16
* Use green for info messages, lightblue is hard to see. Closes issue #474.Pavel Roskin2015-02-071-1/+1
* Add ChangeLog entry for commit 2f9df0f2155aClaudiu Popa2015-02-051-0/+3
* Merged in mihai_stan/pylint (pull request #217)Claudiu Popa2015-02-052-1/+22
|\
| * Added C0403 invalid-characters-in-docstring for docstrings with invalid chara...mihai_stan2015-02-052-3/+22
| * Treat nulls as separatorsmihai_stan2015-02-051-0/+2
* | Look all the methods from ancestors for too-few-public-methods.Claudiu Popa2015-02-053-14/+40
|/
* Merge.Claudiu Popa2015-01-301-1/+1
|\
| * Merged in davidshen84/pylint/davidshen84/pylintel-edited-online-with-bitbucke...Claudiu Popa2015-01-261-1/+0
| |\
| * | pylint.el edited online with Bitbucketdavidshen84/pylintel-edited-online-with-bitbucket--1422057628377Xi Shen2015-01-241-1/+1
* | | Fix a false positive with `too-few-format-args` warning.Claudiu Popa2015-01-303-1/+17
| |/ |/|
* | Drop a misleading line from documentation. Closes issue #337.Claudiu Popa2015-01-251-1/+0
|/
* Don't require a docstring for empty modules. Closes issue #261.Claudiu Popa2015-01-244-2/+15
* Added tag pylint-1.4.1 for changeset 2b8634af6ac9Claudiu Popa2015-01-160-0/+0
* Prepare the release.pylint-1.4.1Claudiu Popa2015-01-163-4/+5
* Fix a crash which occurred when using multiple jobs and the filesClaudiu Popa2015-01-163-3/+8
* Suppress ResolveErrors from Class.mro in unimplemented_abstract_methods.Claudiu Popa2015-01-151-0/+4
* Merged in godfryd/pylint/fix-374 (pull request #213)Claudiu Popa2015-01-140-0/+0
|\
* \ mergefix-374Michal Nowikowski2015-01-1410-26/+264
|\ \
| * \ Merged default into fix-374Michal Nowikowski2015-01-1410-26/+264
| |\ \ | | |/
| | * Add a Windows .bat file for building the documentation on Windows.Claudiu Popa2015-01-121-0/+190
| | * Fix the documentation for the --ignore option. Closes issue #405.Claudiu Popa2015-01-121-2/+3
| | * Check the number of arguments before attempting to obtain the first one.Claudiu Popa2015-01-122-1/+9
| | * Check for easy_install_lib instead of easy_install, the latter might not exist.Claudiu Popa2015-01-121-1/+1
| | * Merged in ydirson/pylint (pull request #212)Claudiu Popa2015-01-125-10/+38
| | |\
| | | * Don't compile test files when installing.Claudiu Popa2015-01-122-4/+25
| | | * Add the method names for the 'signature-differs' and 'argument-differs'Claudiu Popa2015-01-114-6/+13
| | * | Dispatch the GUI widgets in 3 resizable panes.Yann Dirson2015-01-041-13/+24
| | |/
* | | one more improvement for passing configuration to sublintersMichal Nowikowski2015-01-141-18/+10
|/ /
* | improved filtering out opts for ignoring in sublintersMichal Nowikowski2015-01-141-8/+13
* | Fixed passing configuration from master linter to sublinters. Closes issue #374.Michal Nowikowski2015-01-072-22/+20
|/
* Add Vlad Temian to contributors.Claudiu Popa2015-01-041-0/+2
* Add ChangeLog entry for the JSON report and fix the test.Claudiu Popa2015-01-043-12/+21
* Merged in vtemian/pylint (pull request #198)Claudiu Popa2015-01-043-1/+115
|\
| * Merged from remoteVlad Temian2014-11-2287-922/+1281
| |\
| * \ Drop ChangelogVlad Temian2014-11-221-1/+0
| |\ \
| | * | Update ChangeLogvtemian2014-11-041-1/+2
| * | | Fix pull request commentsVlad Temian2014-11-221-2/+4
| * | | Added JSONReporter to test_self.py.RunTC.test_allVlad Temian2014-11-221-1/+3
| |/ /
| * | Added json reporterVlad Temian2014-11-043-0/+111
* | | Improve a couple of things for redundant-unittest-assert.Claudiu Popa2015-01-044-7/+21
* | | Merged in vtemian/pylint/redundant-assert (pull request #202)Claudiu Popa2015-01-043-6/+51
|\ \ \
| * | | Improve testsredundant-assertVlad Temian2014-11-223-4/+10
| * | | Fix code style and naming convention issues after reviewVlad Temian2014-11-223-11/+22
| * | | Test redundant unittest assertVlad Temian2014-11-222-0/+13