Andrew Svetlov
|
3ce1d0203d
|
Reflect the latest reprlib updates (#9948)
|
2023-03-27 12:15:02 +01:00 |
|
Andrew Svetlov
|
39fcd396ce
|
lru_cache.cache_info().maxsize can be None for infinite cache size (#9763)
|
2023-02-19 16:50:19 +00:00 |
|
Andrew Svetlov
|
28fd555431
|
Sync asyncio.isfuture definitions by sharing asyncio.base_futures.isfuture definition (#7353)
|
2022-02-22 18:24:57 +01:00 |
|
Andrew Svetlov
|
56aa2088aa
|
Add BufferedProtocol.eof_received() (#7043)
|
2022-01-27 12:09:29 +01:00 |
|
Andrew Svetlov
|
98afaa4c76
|
Fix loop.remove_reader() and loop.remove_writer() return types (#7042)
|
2022-01-26 14:52:15 +01:00 |
|
Andrew Svetlov
|
c0030b2b12
|
Fix msg parameter type for asyncio Future.cancel() and Task.cancel() (#5999)
|
2021-09-03 09:07:20 -07:00 |
|
Andrew Svetlov
|
52d3b9eaba
|
Fix remove_child_handler() return type (#3841)
|
2020-03-11 14:50:06 +01:00 |
|
Andrew Svetlov
|
dfe289e43b
|
Fix local_addr type (#3622)
|
2020-01-19 19:32:20 +01:00 |
|
Andrew Svetlov
|
60bdf60eda
|
Add missing default for ssl_handshake_timeout agrument (#3277)
|
2019-09-29 15:13:09 +02:00 |
|
Andrew Svetlov
|
c45c0635c1
|
Add hidden and deprecated click.Command options (#2778)
|
2019-02-03 11:05:53 +01:00 |
|
Andrew Svetlov
|
b9be76c255
|
Task.current_task() and Task.all_tasks() have an optional loop parameter (#2690)
|
2018-12-12 13:18:18 -08:00 |
|
Andrew Svetlov
|
07bc1c9997
|
Fix return annotation for loop.call_later() and loop.call_at() (#2559)
|
2018-10-26 14:15:32 +02:00 |
|
Andrew Svetlov
|
d43d8a2884
|
loop argument for set_event_loop() is optional, it can be None (#2525)
|
2018-10-18 14:24:54 +02:00 |
|
Andrew Svetlov
|
a5b7ddd96c
|
Accepy bytes in sock.connect() and family (#2252)
|
2018-06-18 10:30:41 -07:00 |
|
Andrew Svetlov
|
252d79981b
|
Add a stub for sys.implementation (#2097)
|
2018-05-06 08:40:56 -07:00 |
|
Andrew Svetlov
|
142c7488a5
|
Implement a stub for netrc standard module (#2098)
|
2018-05-06 10:25:40 +01:00 |
|