summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergepylint-version-0.24.0Sylvain Thénault2011-07-201-0/+2
|\
| * mergeSylvain Thénault2011-07-1835-198/+408
| |\
| * | Added tag pylint-debian-version-0.23.0-1 for changeset d6b7c88d182eSylvain Thénault2011-01-131-0/+1
| * | Added tag pylint-version-0.23.0 for changeset 2599058e6521pylint-debian-version-0.23.0-1Sylvain Thénault2011-01-131-0/+1
* | | 0.24Sylvain Thénault2011-07-203-3/+10
| |/ |/|
* | fix test failure with some python distribution (eg debian's 2.7) due to missi...Sylvain Thénault2011-07-081-0/+5
* | Fix --ignore option documentation to match reality (closes #22273)Julien Cristau2011-07-083-7/+8
* | add regular expression support for generated-members (closes #69738)Alain Leufroy2011-07-083-7/+22
* | built-in checkers use [01-50] base message ids (closes #68057)Sylvain Thénault2011-07-0812-68/+93
* | closes #70495: absolute imports fail depending on module path (patch by Jacek...Sylvain Thénault2011-07-085-2/+21
* | missing test data fileSylvain Thénault2011-07-081-0/+2
* | test for #70381: IndendationError in import causes crashSylvain Thénault2011-07-082-0/+5
* | try to add information about why something is not importableSylvain Thénault2011-07-082-2/+7
* | Fix false positive in reimport check (closes #60828)Julien Cristau2011-07-084-1/+14
* | missing test data filesSylvain Thénault2011-07-082-0/+33
* | fix dumb name error in testSylvain Thénault2011-07-081-5/+5
* | closes #69993: Additional string format checks for logging moduleSylvain Thénault2011-07-085-108/+183
* | add note for IDE developpersSylvain Thénault2011-07-081-0/+4
* | closes #69950: Tests failing due to 'column offset' changes in 744Sylvain Thénault2011-07-082-3/+2
* | cleanupsSylvain Thénault2011-06-163-16/+17
* | closes #69220: add column offset to the astng nodeSylvain Thénault2011-06-164-6/+14
|/
* 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