summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed commented-out linesreporter_message_fixPete2013-09-071-2/+0
* Updated GUI reporter to use Message object.Pete2013-09-072-28/+14
* Merged in PCManticore/pylint/iter (pull request #48)Sylvain Th?nault2013-09-046-1/+148
|\
| * Fix deprecation warnings.iterroot2013-09-032-4/+4
| * Fix tests eols.root2013-09-032-4/+4
| * Fix eol.cpopa2013-09-031-52/+52
| * Add specific tests for Python 2 and 3.cpopa2013-09-034-1/+56
| * Merge with default.cpopa2013-09-032-7/+23
| |\
| * \ Merge branches.cpopa2013-09-0210-8/+73
| |\ \
| * | | Update non-iterator-returned message.cpopa2013-09-021-1/+1
| * | | Use NEXT_METHOD globally.cpopa2013-09-021-6/+5
| * | | Check only for next method.cpopa2013-08-301-7/+6
| * | | Update changelog.cpopa2013-08-081-0/+3
| * | | Add check for non-iterator returned by __iter__.cpopa2013-08-083-1/+92
* | | | fix typo in --msg-template description. Closes issue #67Sylvain Th?nault2013-09-041-1/+1
| |_|/ |/| |
* | | some epylint enhancements: support options to give to pylint after the file t...Sylvain Th?nault2013-09-032-7/+23
| |/ |/|
* | Merged in PCManticore/pylint/catch (pull request #47)Sylvain Th?nault2013-09-024-4/+63
|\ \
| * | Update Changelog.catchcpopa2013-09-021-2/+3
| * | Merge with default.cpopa2013-09-0213-12/+30
| |\ \ | |/ / |/| |
* | | forgot to close ChangeLog at 1.0 release timeSylvain Th?nault2013-09-021-1/+2
* | | ignore build productsgrizzly nyo2013-08-311-1/+3
* | | Packaging fixes:grizzly nyo2013-08-312-3/+3
* | | Merged in moxian/pylint (pull request #51)Sylvain Th?nault2013-08-303-1/+4
|\ \ \
| * | | Fix issue #55 (false-positive trailing-whitespace on Windows)moxian2013-08-293-1/+4
| | |/ | |/|
* | | mergeSylvain Th?nault2013-08-30214-1266/+2650
|\ \ \ | |/ /
| * | Added tag pylint-debian-version-1.0.0-1 for changeset 1a1ac3d203caSylvain Th?nault2013-08-060-0/+0
| * | Added tag pylint-version-1.0.0 for changeset e21be0620fa9pylint-debian-version-1.0.0-1Sylvain Th?nault2013-08-060-0/+0
| * | [test] move out python >= 2.7 specific partpylint-version-1.0.0Sylvain Th?nault2013-08-062-3/+5
| * | [test] fix message file locationSylvain Th?nault2013-08-061-0/+0
| * | rename test so it is started with python2.6 as well as python 2.7Sylvain Th?nault2013-08-052-0/+0
| * | add missing test main call to please apycot/'python file.py'Sylvain Th?nault2013-08-052-3/+13
* | | Added tag before-astroid for changeset a31544127be9Sylvain Th?nault2013-06-210-0/+0
| | * Merge with default.cpopa2013-08-048-15/+41
| | |\ | | |/ | |/|
| * | [pyreverse] use unicode instead of non-ascii str in Dot writerJulien Cristau2013-08-021-1/+1
| * | prepare 1.0Sylvain Th?nault2013-08-022-1/+7
| * | fix syntax error due to missing encoding declarationSylvain Th?nault2013-08-021-0/+1
| * | Merged in PCManticore/pylint/exec (pull request #45)Sylvain Th?nault2013-08-020-0/+0
| |\ \
| * \ \ merge with Pylint defaultexeccpopa2013-08-025-13/+32
| |\ \ \ | | |/ / | |/| |
| | * | Proper conflict fix.cpopa2013-08-021-2/+4
| | * | Update changelog and description message.cpopa2013-08-022-1/+5
| | * | Combine exec-function with exec-statement, rename test files.cpopa2013-08-015-21/+15
| | * | Update changelog.cpopa2013-07-271-0/+2
| | * | Check for builtin exec function for Python 3.cpopa2013-07-273-2/+25
| | | * Check for non-exception classes inside except clauses.cpopa2013-08-014-3/+61
| | |/ | |/|
| * | enhance the default outputSylvain Th?nault2013-07-311-1/+1
| * | some pylint and style fixesSylvain Th?nault2013-07-3122-150/+111
| * | update epylint to use msg-template rather than deprecated parseable reporterSylvain Th?nault2013-07-311-1/+1
| * | fix epylint w/ python3. Closes issue #7Sylvain Th?nault2013-07-312-4/+6
| * | Templating mecanism for text reporters.Anthony Truchet2013-07-308-104/+192
| * | get_msg_display_string always return symbolic nameSylvain Th?nault2013-07-303-7/+3