summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-version-1.0.0 for changeset e21be0620fa9pylint-debian-version-1.0.0-1Sylvain Thénault2013-08-061-0/+1
* [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
* [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-025-13/+32
|\
| * merge with Pylint defaultClaudiu Popa2013-08-0230-258/+299
| |\ | |/ |/|
* | 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
* | rename Message to MessageDefinitionSylvain Thénault2013-07-301-4/+4
* | [test] normalize EOLsSylvain Thénault2013-07-301-3/+3
| * Proper conflict fix.Claudiu Popa2013-08-021-2/+4
| * Update changelog and description message.Claudiu Popa2013-08-022-1/+5
| * Combine exec-function with exec-statement, rename test files.Claudiu Popa2013-08-015-21/+15
| * Update changelog.Claudiu Popa2013-07-271-0/+2
| * Check for builtin exec function for Python 3.Claudiu Popa2013-07-273-2/+25
|/
* [design analysis] fix badly implemented protocol for read-only containers lik...Sylvain Thénault2013-07-174-13/+24
* Do not emit [fixme] for every line if the config value 'notes' is empty, but ...Torsten Marek2013-07-243-2/+69
* Emit warnings about lines exceeding the column limit when those lines are ins...Torsten Marek2013-07-244-2/+25
* Do not double-check parameter names with the regex for parameters and inline ...Torsten Marek2013-07-244-4/+15
* [doc] move contributors in a separated file, reorganize it a bit and give mor...Sylvain Thénault2013-07-252-25/+33
* [packaging] debian/control cleanupSylvain Thénault2013-07-251-8/+12
* Use super() instead of 'super class'.Claudiu Popa2013-07-254-8/+7
* Merged in PCManticore/pylint/unpacking2 (pull request #43)Sylvain Thénault2013-07-254-0/+76
|\
| * Add test cases for good cases, check the targets before the inference.Claudiu Popa2013-07-252-3/+19
| * Update changelog.Claudiu Popa2013-07-251-0/+1
| * Merge with default.Claudiu Popa2013-07-2511-13/+121
| |\
| | * Merged logilab/pylint into defaultClaudiu Popa2013-07-240-0/+0
| | |\ | |_|/ |/| |
* | | Merged in PCManticore/pylint (pull request #40)Sylvain Thénault2013-07-247-3/+45
|\ \ \
| | | * Merged logilab/pylint into defaultClaudiu Popa2013-07-245-10/+76
| | | |\ | | |/ / | |/| / | |_|/ |/| |
* | | update method renamed in astroidSylvain Thénault2013-07-241-1/+1
* | | ChangeLog update and cleanupsSylvain Thénault2013-07-181-9/+32
* | | Check py3k keyword-only argumentsJulien Cristau2013-07-183-0/+43
| * | Add functional test for missing super argument message.Claudiu Popa2013-07-242-0/+11
| * | Change test message.Claudiu Popa2013-07-241-1/+1
| * | Cleanup.Claudiu Popa2013-07-241-8/+7
| * | Prefer the symbolic name.Claudiu Popa2013-07-241-1/+2
| * | Add missing-super-argument message for argumentless super on Python 2.X.Claudiu Popa2013-07-241-3/+12
| * | Update tests and changelog.Claudiu Popa2013-07-174-0/+17
| * | Merged logilab/pylint into defaultClaudiu Popa2013-07-1713-44/+145
| |\ \ | |/ / |/| |
| * | Fix false positive E1003 on Python 3 for argument-less super().Claudiu Popa2013-07-162-2/+7
| | * Prefer the symbolic name.Claudiu Popa2013-07-241-1/+1
| | * Add new test cases for unpacking in assignments.Claudiu Popa2013-07-242-1/+20