summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch fixesfixesSylvain Th?nault2013-12-230-0/+0
* Fix various issues with linesep for Windowscpopa2013-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-2067-832/+1099
|\
| * [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.buck2013-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-1836-361/+882
| |\ \
| | * \ 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/a3c82...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
| | * | Do not try to create the PYLINTHOME directory on import of pylint.config, sin...Daniel Balparda2013-11-201-6/+5
| * | | Fix line ending issues causing GUI to error out on Windowsachernetz2013-11-011-5/+5
| |/ /
| * | fix tests broken due to Windows line ending or by output format change introd...Sylvain Th?nault2013-10-253-15/+15
| * | [lint]?rename get_astroid into get_astSylvain Th?nault2013-10-252-4/+4
| |/