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_unix_events.py
Commit message (
Expand
)
Author
Age
*
Use os.devnull instead of hardcoded '/dev/null'.
Serhiy Storchaka
2015-02-15
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
*
Issue #23243: Close explicitly transports in asyncio tests
Victor Stinner
2015-01-15
*
Issue #23243: Fix asyncio._UnixWritePipeTransport.close()
Victor Stinner
2015-01-15
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
*
asyncio: Coroutine objects are now rejected with a TypeError by the following
Victor Stinner
2014-11-20
*
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum
2014-11-14
*
asyncio: Use the new os.set_blocking() function of Python 3.5 if available
Victor Stinner
2014-07-29
*
asyncio: sync with Tulip
Victor Stinner
2014-07-23
*
Python issue #21645, Tulip issue 192: Rewrite signal handling
Victor Stinner
2014-07-17
*
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
Victor Stinner
2014-06-23
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
Issue #21119: asyncio now closes sockets on errors
Victor Stinner
2014-06-04
*
remove superfluous and useless line
Benjamin Peterson
2014-04-16
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: pep8-ify the code.
Yury Selivanov
2014-02-18
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-18
*
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and
Victor Stinner
2014-02-19
*
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: Add support for UNIX Domain Sockets.
Yury Selivanov
2014-02-18
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.
Guido van Rossum
2013-11-25
*
asyncio: Refactor waitpid mocks. Patch by Anthony Baire.
Guido van Rossum
2013-11-14
*
Issue #19589: Use specific asserts in asyncio tests.
Serhiy Storchaka
2013-11-14
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
*
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-06
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-21
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
*
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
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17