Commit Graph
17 Commits
Author SHA1 Message Date
David FisherandGuido van Rossum 2861674784 Remove unnecessary --fast-parser flag to mypy (#977)
It's now on by default, and the flag will eventually be removed.
2017-03-07 15:01:17 -08:00
David FisherandGuido van Rossum 6e34fc9127 Remove semicolon in type (#976) 2017-03-07 14:33:55 -08:00
David FisherandGuido van Rossum 52dd4903d1 Update typed_ast for version 1.0 (#931) 2017-02-13 07:26:45 -08:00
David FisherandŁukasz Langa 2cb8e184cc Add NoReturn (#811)
* Add NoReturn
2017-01-04 13:38:05 -08:00
David FisherandGuido van Rossum beb9183103 Swap order of overloads to fix filter without strict optional (#779)
Related to python/mypy#2587
2016-12-16 15:57:04 -08:00
David FisherandGuido van Rossum 957307b785 Make filter work properly with Optional elements (#775) 2016-12-15 17:53:38 -08:00
David FisherandGitHub ca318e444f Fix strings that were really bytes in typed_ast (#624) 2016-10-19 16:34:41 -07:00
David FisherandGreg Price e8df136ce8 Fix incorrectly Optional builtin function args (#500)
Many builtin functions were accidentally marked as Optional because
they were given default values of None.
2016-08-25 19:07:00 -07:00
David FisherandGuido van Rossum f209136b3c Make appropriate Popen constructor args Optional (#457) 2016-08-08 20:14:13 -07:00
David FisherandGuido van Rossum c5dcfe96d2 Add exec to Python 2 builtins (#328) 2016-07-01 19:04:12 -07:00
David Fisher 49000ccc5e Merge pull request #255 from iamaspacecow/typeshed_calendar_fixes
Update calendar.pyi `timegm` to accept arbitrary length tuples
2016-06-03 17:47:52 -07:00
David Fisher 97c62932d5 Merge pull request #244 from OrenLeaffer/master
replace re patterns AnyStr with Union[str, unicode]
2016-06-02 18:01:39 -07:00
David FisherandGuido van Rossum e8f626536e Add Python 3 ast module; update Python 2.7 ast module; fixup typed_ast (#170) 2016-05-04 10:40:36 -07:00
David FisherandGuido van Rossum 25b18ebcc6 Add stubs for typed_ast (#156) 2016-04-22 15:59:30 -07:00
David FisherandGuido van Rossum a8ef40467d Fix type error in 2.7 stubs (#152) 2016-04-20 14:07:30 -07:00
David FisherandGuido van Rossum 761cbf3f59 Fix syntax error (#144) 2016-04-12 16:09:07 -07:00
David Fisher c8630a238d Merge pull request #93 from ddfisher/master
Remove contents of problematic asyncio __all__s
2016-02-25 12:04:44 -08:00