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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20505: Add debug info to analyze sporaric failures of
Victor Stinner
2014-02-10
1
-0/+6
*
asyncio: Tulip issue 112: Inline make_handle() into Handle constructor
Victor Stinner
2014-02-09
5
-12/+7
*
asyncio: Remove more relics of resolution/granularity.
Guido van Rossum
2014-02-09
2
-6/+0
*
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
Victor Stinner
2014-02-09
1
-4/+0
*
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Victor Stinner
2014-02-07
3
-14/+1
*
Issue #20505: add debug info
Victor Stinner
2014-02-07
1
-0/+10
*
asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines
Yury Selivanov
2014-02-07
1
-3/+4
*
asyncio.tasks.gather: Fix docstring
Yury Selivanov
2014-02-06
1
-1/+1
*
asyncio.streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
2014-02-06
1
-0/+4
*
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
Yury Selivanov
2014-02-05
1
-49/+24
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-04
1
-1/+4
*
asyncio.subprocess: Replace Process.get_subprocess() method with a
Victor Stinner
2014-02-03
1
-1/+2
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
5
-33/+230
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
2
-0/+2
*
Issue #20455: asyncio: use the same code to round a timeout than the selectors
Victor Stinner
2014-01-31
1
-4/+9
*
Issue #20455: asyncio: write a new write pipe transport class for proactor (on
Victor Stinner
2014-01-31
1
-12/+26
*
asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is
Victor Stinner
2014-01-31
1
-1/+4
*
Issue #20452: Remove debug code, no more needed
Victor Stinner
2014-01-31
1
-9/+1
*
asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written
Victor Stinner
2014-01-31
1
-1/+1
*
Issue #20452: select and selectors round (again) timeout away from zero for
Victor Stinner
2014-01-31
1
-10/+5
*
Issue #20452: Oops, fix debug code :-/
Victor Stinner
2014-01-31
1
-5/+10
*
Issue #20452: add more info in case of test_asyncio failure to try to debug the
Victor Stinner
2014-01-31
1
-1/+9
*
asyncio: Fix misc whitespace issues.
Guido van Rossum
2014-01-31
1
-0/+1
*
asyncio: Fix granularity of test_utils.TestLoop.
Victor Stinner
2014-01-31
1
-0/+1
*
asyncio: Future.set_exception(exc) should instantiate exc if it is a class.
Victor Stinner
2014-01-31
1
-0/+2
*
asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instea...
Victor Stinner
2014-01-29
1
-5/+14
*
asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.
Victor Stinner
2014-01-29
2
-2/+2
*
asyncio: wait_for() now accepts None as timeout (Victor Stinner).
Guido van Rossum
2014-01-29
1
-0/+3
*
asyncio: Pass through pause/resume from subprocess pipe proto to subprocess p...
Guido van Rossum
2014-01-29
1
-2/+5
*
asyncio: Refactor drain logic in streams.py to be reusable.
Guido van Rossum
2014-01-29
1
-36/+61
*
asyncio: Get rid of _try_connected().
Victor Stinner
2014-01-29
1
-18/+14
*
asyncio: Add write flow control to unix pipes.
Guido van Rossum
2014-01-29
1
-3/+11
*
asyncio: Refactoring: move write flow control to a subclass/mixin.
Guido van Rossum
2014-01-29
1
-37/+61
*
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...
Victor Stinner
2014-01-29
2
-2/+4
*
asyncio: remove temporary aliases
Victor Stinner
2014-01-27
1
-6/+0
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
3
-7/+0
*
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...
Guido van Rossum
2014-01-26
1
-9/+19
*
asyncio: Locks refactor: use a separate context manager; remove Semaphore._lo...
Guido van Rossum
2014-01-26
1
-22/+60
*
asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire).
Guido van Rossum
2014-01-26
1
-20/+16
*
Merge latest Tulip into asyncio
Victor Stinner
2014-01-25
2
-8/+3
*
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
Victor Stinner
2014-01-25
1
-7/+1
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
5
-14/+38
*
Fix asyncio tests: define resolution
Victor Stinner
2014-01-25
1
-0/+4
*
Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
Victor Stinner
2014-01-25
2
-0/+7
*
asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo
Victor Stinner
2014-01-23
1
-2/+4
*
asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now
Victor Stinner
2014-01-23
1
-7/+14
*
asyncio: Fix open_connection() documentation, writer is a StreamWriter
Victor Stinner
2014-01-23
1
-1/+1
*
asyncio: Cleanup logging in BaseEventLoop._run_once()
Victor Stinner
2014-01-22
1
-2/+5
*
Close #20275: Optimize BaseEventLoop._run_once()
Victor Stinner
2014-01-20
1
-8/+11
*
asyncio: Reincarnate CoroWrapper's docstring as a comment.
Guido van Rossum
2014-01-16
1
-0/+2
[next]