summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated release documentationpylint-1.9Ashley Whetter2018-05-151-7/+5
* Updated copyright notices for version 1.9.0Ashley Whetter2018-05-1570-68/+82
* Prepare 1.9.0Ashley Whetter2018-05-152-2/+2
* Fix lintClaudiu Popa2018-05-131-4/+6
* Try to see if 3.5 works nowClaudiu Popa2018-05-131-1/+1
* Reimplement the lookup() call by manually looking for the right nodesClaudiu Popa2018-05-131-13/+28
* Use a different dunder method than __init__Claudiu Popa2018-05-131-6/+6
* Added two new Python 3 porting checks, `exception-escape` and `comprehension-...Claudiu Popa2018-05-124-3/+85
* Emit a warning when sys.exc_clear is accessedClaudiu Popa2018-05-114-0/+23
* Emit a warning when .xreadlines() is accessedClaudiu Popa2018-05-113-5/+22
* No need to check for the traceback for old-raise-syntax in its 3-tuple formClaudiu Popa2018-05-101-2/+1
* Never push without testing firstClaudiu Popa2018-05-101-0/+1
* The Python 3 porting checker can run with Python 3 as wellClaudiu Popa2018-05-104-194/+89
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-094-2/+130
* Enum classes no longer trigger too-few-methodsAshley Whetter2018-05-096-6/+76
* Can ignore arguments that cause redefined-outer-name (#2054)Ashley Whetter2018-05-091-2/+1
* Move the changelog entry in 1.9 section and add a new entry in what's newClaudiu Popa2018-05-082-3/+11
* Add new check py3k invalid-unicode-literal. (#2068)Sushobhit2018-05-094-0/+17
* Rip invalid-raise-syntax, we already have old-raise-syntaxClaudiu Popa2018-04-184-50/+10
* Handle dict subclasses for dict-not-iterating checksClaudiu Popa2018-04-182-9/+27
* defaultdict and subclasses of dict are now handled for dict-iter-* checksClaudiu Popa2018-04-184-10/+48
* Rip lambda paremeter unpacking, we already have parameter-unpackingClaudiu Popa2018-04-184-28/+1
* Added a new Python 2/3 check for invalid raise syntax.Claudiu Popa2018-04-174-6/+55
* Added a new Python 2/3 check for invalid lambda parameter list, `lambda-param...Claudiu Popa2018-04-174-0/+28
* Add 1.9 release notesClaudiu Popa2018-04-121-0/+35
* Added a new Python 2/3 check for accessing removed urllib functionsClaudiu Popa2018-04-123-1/+39
* Added a new Python 2/3 check for accessing `operator.div`, which is removed i...Claudiu Popa2018-04-123-0/+21
* io can redefine builtins. Close #2014Claudiu Popa2018-04-121-1/+2
* Added 1.9 which will have some python 3 new port checksClaudiu Popa2018-04-052-1/+8
* Fix lint errorspylint-1.8.4Claudiu Popa2018-04-051-3/+3
* Pylint needs to run with its corresponding astroid versionClaudiu Popa2018-04-051-1/+1
* Prepare 1.8.4Claudiu Popa2018-04-052-1/+16
* Fix no-context-manager test breakage in due to astroid changesBryce Guinta2018-04-051-2/+16
* Remove cherry-pick artefactClaudiu Popa2018-04-051-1/+0
* Supress linting outputClaudiu Popa2018-04-051-8/+21
* Catch string.letters with the Python 3 porting checkerClaudiu Popa2018-04-052-3/+3
* Add missing string functions to the Python 3 porting checkerClaudiu Popa2018-04-041-1/+3
* Stop early when we already detected a disable for a line too longClaudiu Popa2018-03-302-0/+11
* Prepare 1.8.3 releasepylint-1.8.3Claudiu Popa2018-03-162-2/+2
* Remove merge markerClaudiu Popa2018-03-161-1/+1
* Don't crash on invalid strings when checking for `logging-format-interpolation`Claudiu Popa2018-03-163-1/+18
* Check if node is in list comprehension in function defaultsBryce Guinta2018-03-034-2/+36
* Add in_comprehension utility functionBryce Guinta2018-03-031-0/+10
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-024-2/+32
* Exempt `__doc__` from triggering a `redefined-builtin`Claudiu Popa2018-03-013-1/+7
* Merge pull request #1856 from hippo91/1.8hippo912018-01-286-20/+61
|\
| * Backport of PR#1855hippo912018-01-286-20/+61
|/
* Merge pull request #1849 from hippo91/1.8hippo912018-01-255-11/+69
|\
| * Deletion of trailing newline to force CI (2/2)hippo912018-01-251-1/+0
| * Add of trailing newline to force CI (1/2)hippo912018-01-251-0/+1