Chen Li
|
598d0d6ae1
|
[builtins] Add 'AST' type to 'source' parameter for 'compile()' (#2889)
|
2019-03-27 08:29:16 +01:00 |
|
Chen Li
|
094974c3f5
|
[re] Add attribute '_pattern_type' to re. (#2877)
This is only available before python 3.7 based on:
https://github.com/python/cpython/blob/3.6/Lib/re.py#L283
https://github.com/python/cpython/blob/3.7/Lib/re.py
|
2019-03-20 01:20:24 +01:00 |
|
Chen Li
|
5918098576
|
[traceback] Expose print_list method in traceback for python3. (#2837)
|
2019-03-12 00:11:40 +01:00 |
|
Chen Li
|
012901e318
|
[asyncio] Change _set_running_loop(loop: AbstractEventLoop) to _set_running_loop(loop: Optional[AbstractEventLoop]) (#2828)
|
2019-03-11 00:29:53 +01:00 |
|