index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_proactor_events.py
Commit message (
Expand
)
Author
Age
*
Python issue #21645, Tulip issue 192: Rewrite signal handling
Victor Stinner
2014-07-17
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
*
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
Victor Stinner
2014-02-11
*
asyncio tests: Remove scories of resolution/granularity
Victor Stinner
2014-02-09
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
*
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
Victor Stinner
2014-01-25
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Write flow control for proactor event loop.
Guido van Rossum
2013-12-04
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17