summaryrefslogtreecommitdiff
path: root/pylint/checkers/async.py
Commit message (Expand)AuthorAgeFilesLines
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+1
* Allow yield in async function for python3.6. Closes #1372. (#1380)Derek Gustafson2017-03-231-1/+4
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Use the correct module.Claudiu Popa2015-11-201-2/+2
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-3/+2
* Remove line from the license header, which was inadvertently copied from base.pyClaudiu Popa2015-10-011-1/+0
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-011-0/+84