Brett Cannon
43c3406770
Add stubs for importlib.machinery ( #323 )
...
* Fix some misspelled method names that were also missing 'self'
* Initial stubs for importlib.machinery
* Use importlib.machinery.ModuleSpec everywhere
2016-06-30 17:07:49 -07:00
Brett Cannon
05e02c188f
Implement stubs for importlib.abc and update types.ModuleType ( #321 )
2016-06-30 15:02:42 -07:00
Tomasz Elendt
a277980d99
Fix types.MappingProxyType ( #259 ) ( #260 )
2016-06-04 13:02:07 -07:00
Daniel Shaulov
14ffe7ea17
Inherit from Any in threading.local and SimpleNamespace
2016-01-22 12:24:36 +02:00
Matthias Kramm
94c9ce8fd0
Consistently use '= ...' for optional parameters.
2015-11-09 13:55:02 -08:00
Ben Longbons
c0aea8e8aa
Finish implementation of the types module
...
Note that many classes will need special handling in the typing module.
2015-10-27 20:17:35 -07:00
Ben Longbons
56fe787c74
Update a bunch of stubs
2015-10-19 20:02:10 -07:00
Matthias Kramm
c1e554af68
fix syntax of types.pyi
2015-10-12 14:30:17 -07:00
Matthias Kramm
75b3d91e02
fixes for types.CodeType (in 2.7/ and 3/)
2015-10-12 10:44:45 -07:00
Ben Longbons
793f3399a7
Stub for inspect.stack() and related classes
2015-10-12 10:35:04 -07:00
Matthias Kramm
337abed05a
add (overwrite with) mypy stubs, if available
2015-09-30 09:59:44 -07:00