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
/
windows_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
1
-3/+2
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-10/+8
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
1
-49/+1
*
Fix small exception typos in Lib (#818)
Jim Fasarakis-Hilliard
2017-03-26
1
-1/+1
*
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
1
-1/+2
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-1/+5
*
asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed
Victor Stinner
2015-01-26
1
-0/+2
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-5/+5
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-3/+4
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
1
-0/+7
*
Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if
Victor Stinner
2014-10-14
1
-41/+43
*
Issue #21119: asyncio: Make sure that socketpair() close sockets on error
Victor Stinner
2014-06-03
1
-15/+17
*
asyncio: Synchronize with Tulip
Victor Stinner
2014-03-05
1
-2/+15
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
1
-10/+10
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-4/+15
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+181