summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename show_message to the more appropriate show_sourcefilesource_viewPete2013-06-011-2/+2
* Added source file viewer.Pete2013-06-012-7/+35
* old-style classes are deprecated: refactor to new styleNicolas Chauvat2013-05-203-5/+5
* since PyLinter._dynamic_plugins is used as a set, make it a setNicolas Chauvat2013-05-201-2/+2
* add delta to comparison with note from previous executionSylvain Th?nault2013-05-071-2/+3
* drop ref to internal and 404 urlSylvain Th?nault2013-05-071-6/+1
* fix spelling of max-branchs option, now max-branchesSylvain Th?nault2013-05-073-33/+34
* Merged in tmarek/pylint (pull request #15)Sylvain Th?nault2013-05-079-43/+73
|\
| * Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-034-10/+13
| * Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-018-41/+68
* | Fix url of code-quality mailing listDenis Laxalde2013-05-071-2/+2
* | [doc] continue refactoringNicolas Chauvat2013-04-299-181/+94
|/
* fix manifest.in so doc is back into source distribution, as well as some reph...Sylvain Th?nault2013-04-292-5/+8
* Make sure the test suite runs with Python 2.7Torsten Marek2013-04-252-0/+1
* Added tag pylint-debian-version-0.28.0-1 for changeset 3a3b3ec9ab05Sylvain Th?nault2013-04-250-0/+0
* Added tag pylint-version-0.28.0 for changeset 36355f1fe1fdpylint-debian-version-0.28.0-1Sylvain Th?nault2013-04-250-0/+0
* [pkginfo] update project's url to pylint.org and kill deprecated ftp/copyrightpylint-version-0.28.0Sylvain Th?nault2013-04-251-3/+1
* [test] extract python 2.7 specific code from func_dangerous_value to avoid fa...Sylvain Th?nault2013-04-253-7/+10
* [test] move gtk enum crash test out of automatic functional tests,Sylvain Th?nault2013-04-252-0/+11
* [test] grmbl, C0121 disabling was missingSylvain Th?nault2013-04-251-1/+1
* fix failing testSylvain Th?nault2013-04-251-3/+4
* prepare .28Sylvain Th?nault2013-04-253-7/+16
* [doc gen] fix feature.rst generation rule in Makefile and remove it from hgSylvain Th?nault2013-04-252-843/+10
* Change C0109 [useless-else-on-loop] to W0120 (W0109 is already taken) and cha...Torsten Marek2013-04-254-12/+17
* [doc] backport content about visual studio configuration from logilab.orgSylvain Th?nault2013-04-172-0/+9
* [doc/install] link to setuptools, easy_install instead of easyinstallSylvain Th?nault2013-04-171-3/+4
* [doc] add missing title, fixing tocSylvain Th?nault2013-04-171-1/+3
* [doc/faq] refer to existing section of the documentation in the faq, reorder ...Sylvain Th?nault2013-04-171-128/+54
* [doc] redo some of my changes after rebasing nico's changes; rm former manual...Sylvain Th?nault2013-04-1710-947/+60
* [doc] complete refactoringNicolas Chauvat2013-04-0614-79/+782
* [doc] generate documentation with sphinxNicolas Chauvat2013-04-0411-3/+385
* [doc/tutorial] use sourcecode directiveNicolas Chauvat2013-04-171-9/+26
* add test case for (astng fixed) #127416Sylvain Th?nault2013-04-161-0/+19
* closes #1 (bitbucket): fix "dictionary changed size during iteration" crashSylvain Th?nault2013-04-162-2/+4
* Moving development to bitbucket. Rephrase README on the waySylvain Th?nault2013-04-163-31/+36
* a few documentation fixesSylvain Th?nault2013-04-163-32/+36
* doc rest fixesSylvain Th?nault2013-04-163-5/+3
* pylint home page is www.pylint.org / ftp is deadSylvain Th?nault2013-04-163-4/+4
* namingSylvain Th?nault2013-04-161-1/+1
* documentation typos, spotted by afayolleSylvain Th?nault2013-04-164-9/+9
* drop deprecated announce fileSylvain Th?nault2013-04-161-46/+0
* update to avoid mkdoc deprecation warningsSylvain Th?nault2013-04-163-1/+7
* d-t-wSylvain Th?nault2013-04-163-89/+82
* regenerate generated documentationSylvain Th?nault2013-04-163-482/+582
* consistent product naming: PylintSylvain Th?nault2013-04-1610-58/+59
* closes #123892 by adding errors=replace when encoding unicode stringsSylvain Th?nault2013-04-122-1/+7
* fix NameErrorAurelien Campeas2013-04-111-3/+3
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-295-16/+12
* Emit a warning for loops that have an else clause but no break or return.Torsten Marek2013-03-294-4/+86
* Lambdas can contain yields, do not warn about them.Torsten Marek2013-03-294-1/+10