Commit Graph

7 Commits

Author SHA1 Message Date
Greg Price
08d08fbabb builtins: Reversible is redundant when Sequence is already present
This has been true for a while with our Python 3 typing.pyi,
and just became true with the Python 2 typing.pyi in the last
commit.
2015-12-21 18:12:23 -08:00
Jukka Lehtosalo
bd36a37481 Add __setattr__ to object 2015-12-05 15:44:28 -08:00
Jukka Lehtosalo
4c547fc4f6 Add object.__new__
Not entirely sure about the right signature, though.
2015-11-29 12:18:42 -08:00
Matthias Kramm
d2a3d4a4ed Use explicit "# type: str" instead of '' shortcut. 2015-11-09 07:59:24 -08:00
Matthias Kramm
33036f1b3b Rename _ellipsis to ellipsis.
mypy depends on the latter.
2015-10-21 10:54:30 -07:00
Matthias Kramm
e158a97ab2 Add BufferError, Ellipsis to 2.7/ 2015-10-21 10:51:12 -07:00
Ben Longbons
56fe787c74 Update a bunch of stubs 2015-10-19 20:02:10 -07:00