index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov
2016-06-11
1
-1/+7
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
1
-0/+11
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
2
-0/+7
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
1
-53/+0
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
3
-87/+62
*
Fix typos in code comment and documentation
Martin Panter
2016-06-04
1
-1/+1
*
asyncio: Fix getaddrinfo to accept service names (for port)
Yury Selivanov
2016-06-02
1
-3/+19
*
asyncio: Support host=b'' for getaddrinfo
Yury Selivanov
2016-06-02
1
-1/+1
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)
Yury Selivanov
2016-05-21
1
-1/+1
*
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
Yury Selivanov
2016-05-20
1
-0/+5
*
asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received
Yury Selivanov
2016-05-20
1
-0/+7
*
asyncio: fix ResourceWarning related to subprocesses
Victor Stinner
2016-05-20
1
-0/+4
*
asyncio/streams: Fix code style; delete LimitOverrunError.message attr
Yury Selivanov
2016-05-16
1
-33/+34
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
12
-31/+44
*
Issue #27040: Add loop.get_exception_handler method
Yury Selivanov
2016-05-16
2
-0/+8
*
asyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov
2016-05-13
1
-4/+10
*
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
Yury Selivanov
2016-05-13
1
-4/+7
*
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov
2016-05-13
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
5
-5/+10
*
asyncio: allow None as wait timeout
Victor Stinner
2016-04-01
1
-6/+8
*
asyncio: Remove duplicate bind addresses in create_server.
Yury Selivanov
2016-03-02
1
-2/+5
*
asyncio: Prevent StopIteration from being thrown into a Future
Yury Selivanov
2016-03-02
1
-0/+3
*
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
Yury Selivanov
2016-03-02
1
-1/+2
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
Fix error message in asyncio.selector_events.
Victor Stinner
2016-02-01
1
-6/+6
*
Issue #26050: Add asyncio.StreamReader.readuntil() method.
Yury Selivanov
2016-01-11
1
-38/+187
*
Sync with asyncio
Andrew Svetlov
2016-01-11
1
-1/+1
*
Sync with asyncio repo
Andrew Svetlov
2016-01-11
2
-7/+61
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-17
4
-45/+89
*
asyncio: Make Tasks check if Futures are attached to the same event loop
Yury Selivanov
2015-12-11
1
-1/+7
*
asyncio: Sync with github
Yury Selivanov
2015-12-11
1
-0/+3
*
asyncio: Fix with github
Yury Selivanov
2015-11-20
1
-0/+11
*
asyncio: Drop "value" parameter from Task._step method.
Yury Selivanov
2015-11-20
1
-10/+12
*
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum
2015-11-19
2
-21/+15
*
asyncio: Error if awaiting in parallel on the same coroutine
Yury Selivanov
2015-11-18
1
-1/+7
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
5
-36/+42
*
asyncio: Sync with github
Yury Selivanov
2015-11-17
1
-3/+0
*
asyncio: Optimize Task._wakeup
Yury Selivanov
2015-11-16
1
-2/+11
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
7
-1/+23
*
asyncio: Optimize asyncio.sleep(0)
Yury Selivanov
2015-11-05
1
-0/+4
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
2
-2/+2
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Guido van Rossum
2015-10-19
1
-0/+9
*
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum
2015-10-05
1
-1/+6
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
2
-68/+146
*
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
Guido van Rossum
2015-10-03
2
-17/+75
*
asyncio: ensure_future() now understands awaitables
Yury Selivanov
2015-10-02
1
-2/+14
[next]