summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-version-1.1.0 for changeset a520db270ed7pylint-debian-version-1.1.0-1Sylvain Thénault2014-01-081-0/+1
* 1.1pylint-version-1.1.0Sylvain Thénault2013-12-233-5/+12
* Merged in PCManticore/pylint/fixes (pull request #74)Sylvain Thénault2013-12-232-8/+23
|\
| * Fix various issues with linesep for WindowsClaudiu Popa2013-12-232-8/+23
|/
* various pylint fixesSylvain Thénault2013-12-2225-256/+293
* split linesSylvain Thénault2013-12-201-2/+2
* drop badly-implemented-container which cause several problems in its current ...Sylvain Thénault2013-12-206-110/+6
* fix way to get pylint.lint file as suggested in issue #106Sylvain Thénault2013-12-201-1/+2
* `input` is not a bad function when using python3. Close #110Sylvain Thénault2013-12-202-1/+7
* useless-else-on-loop not emited if there is a break in the else clause of inn...Sylvain Thénault2013-12-203-8/+29
* Merged in jmcgeheeiv/pylintrc_search_doc (pull request #65)Sylvain Thénault2013-12-201-4/+4
|\
| * Correct documentation for the manner in which Pylint finds its pylintrc confi...John McGehee2013-10-102-11/+30
* | [pyreverse] more refactoring to get actually predicable results (take 2)Sylvain Thénault2013-12-207-165/+113
* | fix unpacking-non-sequence false negative: detect that infered node **is an i...Sylvain Thénault2013-12-203-39/+43
* | add pylint logo into doc/Sylvain Thénault2013-12-201-0/+0
* | fix unproperly spelled max version for missing-super-argumentSylvain Thénault2013-12-201-1/+1
* | [test/pyreverse] make test predictable and stop sorting file content in this ...Sylvain Thénault2013-12-206-30/+56
* | [py3] avoid some unclosed file warningSylvain Thénault2013-12-201-3/+6
* | [py3] various fixes for python3Sylvain Thénault2013-12-205-8/+20
* | [test] use assertTrue instead of deprecated assert_Sylvain Thénault2013-12-203-5/+5
* | tox tweaksSylvain Thénault2013-12-202-2/+4
* | [py3] missing-super-argument is a python2 only messageSylvain Thénault2013-12-203-2/+3
* | [packaging] drop config for no more supported debian/ubuntu distributionsSylvain Thénault2013-12-203-237/+0
* | [packaging] cleanup MANIFEST.inSylvain Thénault2013-12-201-2/+2
* | [test] remove reference to droped test classSylvain Thénault2013-12-191-2/+0
* | [import checker] is_standard_module relative to package is buggy, systematica...Sylvain Thénault2013-12-192-9/+4
* | [test] skip test which is not really useful and cause pb in tox or installed ...Sylvain Thénault2013-12-191-8/+1
* | testutils: use argument order expected by unittest, expected value firstSylvain Thénault2013-12-191-2/+2
* | testutils: open messge file using Universal new lines mode to avoid failure d...Sylvain Thénault2013-12-191-1/+1
* | minimal python versionsSylvain Thénault2013-12-191-1/+2
* | attempt to use tox to test on several python versionSylvain Thénault2013-12-191-0/+8
* | Merged in bukzor/pylint/fix_namedtuple (pull request #67)Sylvain Thénault2013-12-182-0/+11
|\ \
| * | A regression test for namedtuple attributes.buck@yelp.com2013-10-142-0/+11
| * | Created new branch fix_namedtupleBuck Golemon2013-10-150-0/+0
| |/
* | Merged in achernet/pylint (pull request #69)Sylvain Thénault2013-12-181-5/+5
|\ \
| * | Fix line ending issues causing GUI to error out on Windowsachernetz2013-11-011-5/+5
* | | Merged logilab/pylint into defaultDaniel Balparda2013-12-0430-332/+779
|\ \ \
| * | | fix indentation in various places. Damned googlers :pSylvain Thénault2013-12-043-105/+105
| * | | Combine 'no-space-after-operator', 'no-space-after-comma' and 'no-space-befor...Torsten Marek2013-11-0617-276/+364
| * | | Add support for registering deprecated names for messages.Torsten Marek2013-11-062-1/+32
| * | | Take first steps to use the symbolic name internally instead of the numeric id.Torsten Marek2013-11-063-26/+39
| * | | Add a new warning 'superfluous-parens' for unnecessary parenthesesTorsten Marek2013-11-068-6/+202
| * | | Fix a potential crash in the redefine-in-handler warning if theTorsten Marek2013-11-054-5/+10
| * | | Allow linter subclasses to override should_analyze_file to skip allTorsten Marek2013-11-052-0/+25
| * | | Added a new option to the multiple-statement-per-line warning to allowTorsten Marek2013-11-055-8/+97
* | | | Adding a new message for pylint (I0022, deprecated-pragma) that warns on the ...Daniel Balparda2013-12-044-6/+49
|/ / /
* | | [man] corrected minor typos and grammatical errors in pyreverse man pagePaul Cochrane2013-11-281-8/+8
* | | Always call the reporter's on_close method, even if no file could be analyzed...Daniel Balparda2013-11-211-0/+2
* | | [doc] backport https://bitbucket.org/jmcgeheeiv/pylintrc_search_doc/src/a3c8...Sylvain Thénault2013-11-211-9/+26
* | | fix false used-before-assignment for except handler defined identifier used ...Sylvain Thénault2013-11-213-1/+14