 Tomasz ElendtandGuido van Rossum
|
f9d6218ab7
|
Fix definitions of various AbstractEventLoop methods (#902)
|
2017-02-06 10:25:40 -08:00 |
|
 Tomasz ElendtandGuido van Rossum
|
b8df3de81a
|
Coroutine functions should return Generator type (#903)
|
2017-01-31 14:28:07 -08:00 |
|
 Tomasz ElendtandGuido van Rossum
|
a5e6ac4339
|
Fix ClientConnectedCallback in asyncio.stream (#900)
|
2017-01-30 13:53:33 -08:00 |
|
 Tomasz ElendtandMatthias Kramm
|
34175b888d
|
Fix __setitem__(slice, ...) of various mutable sequences (#496)
Adds support of assigning iterables to slice of mutable sequences and
bytes to bytearray's slice.
|
2016-08-23 19:02:50 -07:00 |
|
 Tomasz ElendtandGreg Price
|
9451fa922c
|
Add start and stop arguments to Sequence.index in Py >= 3.5 (#489)
Fixes #486.
|
2016-08-22 14:53:48 -07:00 |
|
 Tomasz ElendtandGuido van Rossum
|
9acc9b31ac
|
Fix heapq.merge signature for Python >= 3.5 (#227) (#261)
Add the optional key and reverse parameters:
https://docs.python.org/3.5/library/heapq.html#heapq.merge
|
2016-06-04 16:00:45 -07:00 |
|
 Tomasz ElendtandGuido van Rossum
|
a277980d99
|
Fix types.MappingProxyType (#259) (#260)
|
2016-06-04 13:02:07 -07:00 |
|