alvarocaceres
c1b12970f6
Change empty string literals to ellipsis ( #377 )
...
For pytype compatibility
2016-07-20 10:57:32 -07:00
Max Payton
c8f0669ee4
Update calendar.pyi timegm to accept arbitrary length tuples
...
timegm takes struct_time objects, which are NamedTuples that have 9 elements by default
That would not take Tuple[Int], so typeshed would report errors
2016-06-03 16:10:09 -07:00
Lorenzo Bolla
fb4910ed6d
Remove Year/Month/Day/Week type aliases
2016-02-24 22:38:32 +00:00
Lorenzo Bolla
12d348fe67
Remove mention to internal variables
2016-02-24 22:19:25 +00:00
Lorenzo Bolla
ce938b367b
Remove True/False/None optional arguments.
...
Use Optional[...] when appropriate.
Adhere to PEP-484 styling.
2016-02-24 21:01:41 +00:00
Lorenzo Bolla
d872968e32
Issue 88: Stub for calendar module
2016-02-24 12:43:27 +00:00