summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tries to get to compile on ubuntupylint-version-0.18.1Alexandre Fayolle2009-08-274-0/+316
* 0.18.1Sylvain Thénault2009-08-273-11/+18
* test and fix for #9215Sylvain Thénault2009-08-272-1/+30
* d-t-wSylvain Thénault2009-08-271-26/+26
* d-t-wSylvain Thénault2009-08-271-7/+7
* add test for #9588: false positive E1101 for augmented assignmentSylvain Thénault2009-08-271-0/+39
* add test case of #8711, assigning from yield expression (actually fixed in as...Sylvain Thénault2009-08-271-0/+21
* d-t-wSylvain Thénault2009-08-272-54/+54
* fix necessary eol spacesSylvain Thénault2009-08-271-17/+19
* reindentSylvain Thénault2009-08-271-72/+65
* d-t-w, cleanupSylvain Thénault2009-08-264-163/+161
* fix test, new logging checkerSylvain Thénault2009-08-261-17/+17
* refactor & fix the imports checkerSylvain Thénault2009-08-2610-111/+99
* mergeSylvain Thénault2009-08-067-23/+43
|\
| * added patch by Okko.Willeboordse at imtech.nl fixing the lack of error status...Alexandre Fayolle2009-07-211-0/+1
| * backported Debian packaging stuff from DebianAlexandre Fayolle2009-07-025-22/+39
| * avoid error on ast built from live codeSylvain Thénault2009-06-261-1/+3
* | improved flymake code and doc provided by Derek HarlandSylvain Thénault2009-08-064-22/+158
|/
* mergeSylvain Thénault2009-06-151-3/+7
|\
| * Added a few words explaining *why* delayed interpolation of logging format st...Nathaniel Manista2009-06-141-3/+7
* | d-t-wSylvain Thénault2009-06-112-12/+12
|/
* A checker for use (and misuse) of the standard logging module.Nathaniel Manista2009-06-103-0/+125
* Nathaniel's fix for w0108 false positiveSylvain Thénault2009-05-183-3/+10
* #8764Sylvain Thénault2009-04-082-2/+10
* cleanupSylvain Thénault2009-04-081-4/+0
* do not print Redefining builtin for additional builtinsSylvain Thénault2009-04-081-8/+7
* more complete list of python internal methodsSylvain Thénault2009-04-081-3/+10
* different error code with py < 2.5Sylvain Thénault2009-04-081-0/+2
* 0.18Sylvain Thénault2009-03-254-65/+328
* not sure where this message change comes from...Sylvain Thénault2009-03-251-1/+1
* fix format testsSylvain Thénault2009-03-251-6/+6
* switch to python-support for consistency w/ other logilab's packagesSylvain Thénault2009-03-244-5/+12
* setuptools fixesSylvain Thénault2009-03-243-14/+16
* order import graphSylvain Thénault2009-03-241-3/+3
* don't show information messages by defaultSylvain Thénault2009-03-242-1/+2
* add test for #5719, fixed in astngSylvain Thénault2009-03-243-1/+11
* changelogSylvain Thénault2009-03-241-0/+2
* cleanupSylvain Thénault2009-03-241-2/+0
* only skip E0203 when catched by an AttributeError or parentSylvain Thénault2009-03-244-4/+12
* only skip E0602 when catched by a NameError or parentSylvain Thénault2009-03-245-6/+36
* cleanupSylvain Thénault2009-03-231-2/+3
* don't issue E0203 when in try: except AttributeErrorSylvain Thénault2009-03-232-14/+19
* changelogSylvain Thénault2009-03-231-0/+1
* fix #8350, C0322 false positive on multi-line stringSylvain Thénault2009-03-234-18/+28
* more complete listSylvain Thénault2009-03-231-0/+6
* fix is_func_decorator / is_defaultSylvain Thénault2009-03-231-8/+9
* cleanupSylvain Thénault2009-03-231-4/+4
* more complete list of special methods, also skip W0613Sylvain Thénault2009-03-236-15/+42
* set E0501 line no to the first line where non ascii character has been foundSylvain Thénault2009-03-233-10/+13
* skip * or **magicSylvain Thénault2009-03-233-1/+17