index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
base_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc asyncio improvements from upstream (merge 3.5->3.6)
Guido van Rossum
2016-09-30
1
-1
/
+2
|
\
|
*
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-11
1
-1
/
+2
|
|
\
|
|
*
Merge 3.5 (issue #26741)
Victor Stinner
2016-05-20
1
-0
/
+4
|
|
|
\
|
|
*
\
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
1
-1
/
+1
|
|
|
\
\
|
|
*
|
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
1
-1
/
+2
*
|
|
|
|
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
1
-1
/
+0
|
/
/
/
/
*
|
|
|
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-11
1
-0
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
asyncio: fix ResourceWarning related to subprocesses
Victor Stinner
2016-05-20
1
-0
/
+4
|
|
/
|
/
|
*
|
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-1
/
+1
|
/
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-0
/
+3
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
1
-2
/
+2
*
Fix ResourceWarning in asyncio.BaseSubprocessTransport
Victor Stinner
2015-07-31
1
-2
/
+7
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
1
-0
/
+1
*
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
1
-2
/
+5
*
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner
2015-02-27
1
-6
/
+0
*
asyncio: BaseSubprocessTransport: repr() mentions when the child process is
Victor Stinner
2015-02-17
1
-0
/
+2
*
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
Victor Stinner
2015-02-10
1
-1
/
+6
*
Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the
Victor Stinner
2015-01-30
1
-4
/
+3
*
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-30
1
-1
/
+1
*
asyncio: sync with Tulip
Victor Stinner
2015-01-30
1
-43
/
+65
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-1
/
+18
*
asyncio: BaseSubprocessTransport._kill_wait() now also call close()
Victor Stinner
2015-01-29
1
-0
/
+3
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
1
-1
/
+3
*
Python issue #23173: sync with Tulip
Victor Stinner
2015-01-14
1
-24
/
+53
*
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
Victor Stinner
2015-01-09
1
-0
/
+1
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
1
-1
/
+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-14
1
-1
/
+39
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-29
1
-2
/
+2
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
1
-14
/
+9
*
asyncio: Pass through pause/resume from subprocess pipe proto to subprocess p...
Guido van Rossum
2014-01-29
1
-2
/
+5
*
asyncio: Get rid of _try_connected().
Victor Stinner
2014-01-29
1
-18
/
+14
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
1
-1
/
+0
*
asyncio: Add new file (forgotten).
Guido van Rossum
2013-10-30
1
-0
/
+166