0.7 (2018-08-21)
- fix line continuation #92 by ibizaman
- handle corrupt cache file situation #76 by ryu2
- fix special crashing edge case in indentation marker https://github.com/PyCQA/bar by Ahuge
- fixed incorrect tokenization case "d*e-1". Fixes #85 #107 by boxed
- fix endl handling inside groupings by kyleatmakrs (extracted from #126)
Python 3:
- python 3 parsing extracted from #126
- support ellipsis #121 by odcinek
- support matrix operator #117 by odcinek
- support f-strings #110 by odcinek
- support numeric literals #111 by odcinek
- support nonlocal statement #112 by odcinek
- support keyword only markers #108 by boxed
- support yield from statement #113 by odcinek and additional work by bram
- support async/await statements #114 by odcinek and additional work by bram