Ivan Levkivskyi
c133a3aca7
First argument to traceback.extract_tb can be None ( #1223 )
...
* First argument to traceback.extract_tb can be None
* Add Optional also to print_tb, format_tb, and walk_tb
2017-04-27 08:07:40 -07:00
Ivan Levkivskyi
ed9f70c738
Replace frozenset with FrozenSet ( #1057 )
2017-03-21 07:52:34 -07:00
Ivan Levkivskyi
b430318ac0
Fix non-subscriptable type aliases ( #993 )
2017-03-13 17:24:34 -07:00
Ivan Levkivskyi
0bf23b3727
Add __annotations__ to Python 3 ( #990 )
2017-03-13 07:38:38 -07:00
Ivan Levkivskyi
bd5b33f3b1
Fix frozenset ( #979 )
2017-03-10 13:59:32 -08:00
Ivan Levkivskyi
10c5e0cb44
Fix build following mypy support for metaclasses ( #952 )
...
Mypy now supports metaclasses in Python 2, see python/mypy#2830
so that now __metaclass__ attribute has special treatment.
This PR makes small changes to fix the build (also most PRs are red because of this)
2017-02-22 12:39:57 +00:00
Ivan Levkivskyi
22c0353498
Add missing imports from typing ( #933 )
2017-02-14 10:59:00 -08:00
Ivan Levkivskyi
70cfe793d9
Implement PEP 526 in typed_ast ( #548 )
...
See dropbox/typed_ast#16 .
2016-09-28 10:31:28 -07:00
Ivan Levkivskyi
db3cc2e8da
Enable typing.DefaultDict as an alias for collections.defaultdict ( #139 )
2016-04-09 09:32:20 -07:00