Fu Yong Quah
|
8a23acc8ee
|
Add stdlib/2.7/traceback._print
|
2016-07-07 08:41:16 -07:00 |
|
OrenLeaffer
|
998d787302
|
fix return type for traceback.format_exception (#326)
format_exception and format_exception_only both return lists of
strings, not strings.
|
2016-07-01 16:03:25 -07:00 |
|
Philip House
|
dee5e7a1df
|
changed format_exception to use BaseException as value (#292)
|
2016-06-15 09:52:04 -07:00 |
|
Max Wittek
|
00758f39dd
|
Fixed 2.7 stubs for traceback
|
2016-02-26 18:03:24 -08:00 |
|
Tim Abbott
|
c17d0120a9
|
Add stubs for traceback.format_exception.
|
2016-01-26 16:30:15 -08:00 |
|
Tim Abbott
|
55830ec190
|
Fix type for py2 traceback.format_exc and add to python 3.
|
2016-01-26 16:30:15 -08:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|