summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* republish 0.23 which has never been published actuallypylint-version-0.23.0Sylvain Thénault2011-01-112-11/+14
* #57311: Remove mentions of optikSylvain Thénault2011-01-062-3/+1
* avoid W0221 or W0222 when *args and **kwargs are in use. Patch by Charles Duffy.Sylvain Thénault2011-01-063-5/+31
* apply patch provided by vijayendra bapte on the python projects list for usin...Sylvain Thénault2011-01-031-1/+1
* preparte version 0.23.0Emile Anclin2010-12-164-3/+17
* py3k: fix test_import_graph.py to make it also runnable from pytestEmile Anclin2010-12-161-4/+4
* typo; fix py3k testsEmile Anclin2010-12-164-7/+5
* py3k : disable W0122 W0331 W0332 W0333 mesages for python3Emile Anclin2010-12-161-0/+4
* py3k packaging: remove removed files from P3K_FILES_TO_IGNOREEmile Anclin2010-12-161-5/+3
* doc: add manpages, update documentation about the projectEmile Anclin2010-12-159-34/+90
* add manpage for symilarEmile Anclin2010-12-151-0/+37
* symilar: ignore differences due to comments at the end of a line; reflect it ...Emile Anclin2010-12-153-9/+23
* print exceptions not handled by astngEmile Anclin2010-12-151-2/+2
* test: fix test for check_line API modificationEmile Anclin2010-12-141-22/+22
* performance: remove strange unused F0321 check, hence disabling the format ch...Sylvain Thénault2010-12-142-10/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-2214-167/+56
* fix: test shall also pass for python2.5 were int have no "real" attributeEmile Anclin2010-12-132-3/+3
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-135-9/+36
* pylint itself: remove last pylint error messageEmile Anclin2010-12-131-3/+4
* cleanup: refactor checker/import methods that were marked for rewritingEmile Anclin2010-12-131-27/+20
* test: fix tests, test some more message and report disablingEmile Anclin2010-12-131-5/+35
* cleanup / test: rename a method and move some stuff around for easier testingEmile Anclin2010-12-132-16/+23
* test format: bring some ancient tests back to liveEmile Anclin2010-12-131-65/+53
* new warning W0106: 'Expression "%s" is assigned to nothing'Emile Anclin2010-12-134-10/+36
* fix checker disabling: use is_report_enabled to check for enabled reportsEmile Anclin2010-12-091-6/+6
* fix #51228: script shortcuts on WindowsEmile Anclin2010-12-091-4/+2
* py3k: catch SyntaxError while searching for a fileEmile Anclin2010-11-221-1/+3
* cleanup: remove useless KeyboardInterrupt catch and have a print forEmile Anclin2010-12-091-4/+5
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-095-54/+58
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-094-9/+33
* performance: make sure checkers are not called because of reportersEmile Anclin2010-12-091-4/+7
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-094-40/+20
* format_string: melt indentation a bit down and rename some variablesEmile Anclin2010-12-081-95/+84
* import of checkers: little more information on checker import failureEmile Anclin2010-12-072-2/+2
* cleanup: simplify add_checkerEmile Anclin2010-12-061-26/+16
* remove code that's out commented since rev 0Emile Anclin2010-12-061-25/+0
* [debian] py3k: override build_py command with filtering some test filesJulien Jehannet2010-12-062-7/+30
* py3k tests: new list of remaining messagesEmile Anclin2010-12-061-1/+23
* cleanup: we don't support 2.3 anymoreEmile Anclin2010-12-021-6/+1
* config: kill some text in environment section of the man pageJulien Jehannet2010-12-011-3/+2
* py3k: fix smoketestEmile Anclin2010-11-241-1/+4
* typo: fixes erratic test_similar behaviorEmile Anclin2010-11-241-1/+1
* py3k: fix W0703 warningEmile Anclin2010-11-241-6/+5
* cleanup: remove KeyboardInterrupt capture: it goes through Exception in py >=...Emile Anclin2010-11-231-2/+0
* precize line number in deprecation warningSylvain Thénault2010-11-221-2/+2
* [debian] py3k: fix renaming of manpagesJulien Jehannet2010-11-221-5/+7
* mergeEmile Anclin2010-11-225-8/+24
|\
| * [debian] py3k: update debian rules with new debhelper APIJulien Jehannet2010-11-194-5/+21
| * [pkginfo] make setup.py py3k compatibleJulien Jehannet2010-11-191-3/+3
* | FAQ : fix linkEmile Anclin2010-11-221-2/+2
|/