index
:
delta/python-packages/trollius-git.git
1.0.4
2.2
asyncio
closing
iocp
issue-26
issue_222
master
newcancel
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-2.1.post1
uninterpolate
wiki
github.com: jamadden/trollius.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asyncio
/
subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore __all__ of asyncio.subprocess
Victor Stinner
2014-02-01
1
-2
/
+1
*
Fix typo in __all__ of subprocess.py
Victor Stinner
2014-02-01
1
-1
/
+1
*
asyncio.subprocess: export also PIPE, STDOUT and DEVNULL symbols
Victor Stinner
2014-02-01
1
-1
/
+2
*
Fix race conditions
Victor Stinner
2014-01-30
1
-15
/
+7
*
_read_stream() ensures that fd is 1; pass parameters as keywords
Victor Stinner
2014-01-30
1
-6
/
+11
*
Fix SubprocessStreamProtocol constructor: pass loop to FlowControlMixin
Victor Stinner
2014-01-30
1
-2
/
+1
*
Rename Popen to Process to avoid confusion with subproces.Popen
Victor Stinner
2014-01-29
1
-3
/
+3
*
Drop call() function
Victor Stinner
2014-01-29
1
-26
/
+0
*
Remove Popen.close()
Victor Stinner
2014-01-29
1
-8
/
+2
*
Convert _noop() and _read_stream() to methods
Victor Stinner
2014-01-29
1
-18
/
+20
*
Allow to call get_subprocess() even if the process is dead
Victor Stinner
2014-01-29
1
-5
/
+3
*
Fix Popen constructor: process is dead if the returncode is already known
Victor Stinner
2014-01-29
1
-2
/
+1
*
StreamReader: pass explicitly the loop
Victor Stinner
2014-01-29
1
-2
/
+4
*
subprocess: pass explicitly the loop
Victor Stinner
2014-01-29
1
-18
/
+21
*
Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocess
Victor Stinner
2014-01-29
1
-0
/
+6
*
Rename subprocess_streams.py to subprocess.py to get asyncio.subprocess name
Victor Stinner
2014-01-29
1
-0
/
+224