Sebastian Meßmer
96ba62503b
Use concrete type in sys.excepthook() ( #547 )
...
This is necessary, because exception formatting functions like `traceback.format_exception()` expect to get `Type[BaseException]`, but sys.excepthook only provided `type`
2016-09-14 08:03:41 -07:00
Valérian Rousset
4e55f0561f
Improve traceback ( #465 )
2016-08-10 11:18:35 -07:00
Valérian Rousset
c40a260b47
fix sys.exc_info return type ( #246 )
2016-06-06 08:52:40 -07:00
Valérian Rousset
a32d8a9da6
add types to sys.getrefcount ( #237 )
2016-06-02 00:27:37 -07:00
Valérian Rousset
ff94f6def0
specifiy Callable in sys.call_tracing ( #230 )
2016-05-30 09:32:56 -07:00
Tim Abbott
a648f5eee1
Fix incorrect sys.exit() type.
2016-02-05 11:28:16 -08:00
Guido van Rossum
8c2118bace
Move contents of builtins/* to stdlib/*. This simplifies finding stubs.
2016-01-12 12:53:18 -08:00