index
:
delta/python-packages/trollius.git
asyncio
iocp
issue-26
master
newcancel
pep479
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-py26
trollius-win
trollius_greenio
trollius_interop_asyncio
uninterpolate
bitbucket.org: Obsolete (use python-packages/trollius-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asyncio
/
base_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BaseSubprocessTransport.close()
Victor Stinner
2015-01-14
1
-0
/
+2
*
Fix BaseSubprocessTransport._kill_wait()
Victor Stinner
2015-01-14
1
-1
/
+1
*
Python issue #23173: If an exception is raised during the creation of a
Victor Stinner
2015-01-14
1
-24
/
+53
*
Python issue #23209: Break some reference cycles in asyncio. Patch written by
Victor Stinner
2015-01-09
1
-0
/
+1
*
Fix a race condition in BaseSubprocessTransport._try_finish()
Victor Stinner
2014-12-18
1
-1
/
+1
*
Tulip issue #184: Log subprocess events in debug mode
Victor Stinner
2014-07-14
1
-0
/
+36
*
Add BaseSubprocessTransport._pid attribute
Victor Stinner
2014-07-14
1
-1
/
+3
*
Move coroutine code in the new module asyncio.coroutines
Victor Stinner
2014-06-29
1
-2
/
+2
*
Merge (manually) the subprocess_stream into default
Victor Stinner
2014-02-01
1
-14
/
+9
*
pass through pause/resume from subprocess pipe proto to subprocess proto.
Guido van Rossum
2014-01-28
1
-2
/
+5
*
Refactoring: get rid of _try_connected().
Victor Stinner
2014-01-28
1
-18
/
+14
*
Code cleanup: remove unused function
Andrew Svetlov
2014-01-26
1
-1
/
+0
*
Add support for running subprocesses on Windows with the IOCP event loop.
Richard Oudkerk
2013-10-27
1
-0
/
+166