Commit Graph
10 Commits
Author SHA1 Message Date
David Fisher 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 Fisher f209136b3c Make appropriate Popen constructor args Optional (#457) 2016-08-08 20:14:13 -07:00
David Fisher 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 Fisher 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 Fisher 25b18ebcc6 Add stubs for typed_ast (#156) 2016-04-22 15:59:30 -07:00
David Fisher a8ef40467d Fix type error in 2.7 stubs (#152) 2016-04-20 14:07:30 -07:00
David Fisher 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