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
/
proactor_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
1
-6/+2
*
Python issue #21645, Tulip issue 192: Rewrite signal handling
Victor Stinner
2014-07-17
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
1
-3/+33
*
asyncio, Tulip issue 180: Make Server attributes and methods private
Victor Stinner
2014-07-11
1
-2/+2
*
asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits
Victor Stinner
2014-07-08
1
-0/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-07
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-07
1
-1/+1
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
1
-1/+1
*
asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the
Victor Stinner
2014-06-22
1
-1/+1
*
Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop
Victor Stinner
2014-06-10
1
-8/+15
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-20
1
-1/+1
*
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
1
-5/+5
*
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
Yury Selivanov
2014-02-18
1
-53/+2
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
1
-7/+26
*
ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if
Victor Stinner
2014-02-13
1
-1/+8
*
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Victor Stinner
2014-02-07
1
-1/+0
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-04
1
-1/+4
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
1
-13/+21
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
1
-0/+1
*
Issue #20455: asyncio: write a new write pipe transport class for proactor (on
Victor Stinner
2014-01-31
1
-12/+26
*
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...
Victor Stinner
2014-01-29
1
-1/+2
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-0/+2
*
Cleanup properly proactor event loop
Victor Stinner
2014-01-10
1
-0/+10
*
asyncio: Write flow control for proactor event loop.
Guido van Rossum
2013-12-04
1
-17/+99
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-2/+9
*
Issue #19299: fix refleak test failures in test_asyncio
Antoine Pitrou
2013-10-19
1
-0/+1
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-3/+3
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-5/+5
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+352