* Update typeshed pin to commit ce0f5b2 from August 22.
2019.08.29
* Improve the usability of the pytype.io module. * Add basic callgraph generation to pytype.tools.xref. * Update typeshed pin to commit fab2ee0 from August 16. * Add an experimental --precise-return mode.
2019.08.09
* Partially support typing[_extensions].Literal in pyi files. * Adopt a unicode pytype logo. * Add a traces library for accessing pytype's inferred type information. * Add `annotate-ast` subtool for annotating ASTs with type information (WIP).
2019.07.30
* Allow trailing commas in lists in type stubs.
2019.07.26
* Update typeshed pin to commit 40215d1 from July 18. * Improve support for subprocess.Popen in Python 3.
2019.07.11
* Update typeshed pin to commit e1e5c83 from July 1. * Support `async def` in pyi files.