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
Commit message (
Expand
)
Author
Age
Files
Lines
*
BaseEventLoop: rename _owner to _thread_id
3.4.3
Victor Stinner
2015-02-04
1
-6
/
+6
*
Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
3
-18
/
+36
*
BaseSelectorEventLoop uses directly the private _debug attribute
Victor Stinner
2015-02-04
1
-5
/
+5
*
Tulip issue #221: Fix docstring of QueueEmpty and QueueFull
Victor Stinner
2015-02-03
1
-2
/
+6
*
Workaround CPython bug #23353
Victor Stinner
2015-02-02
3
-4
/
+23
*
Python issue #23347: send_signal(), terminate(), kill() don't check if the
Victor Stinner
2015-01-30
1
-4
/
+3
*
Python issue #23347: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-30
4
-4
/
+4
*
Python issue #23347: send_signal(), kill() and terminate() methods of
Victor Stinner
2015-01-29
2
-7
/
+9
*
Python issue #23347: Refactor creation of subprocess transports
Victor Stinner
2015-01-29
4
-80
/
+74
*
Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when an
Victor Stinner
2015-01-29
8
-5
/
+96
*
Document Protocol state machine
Victor Stinner
2015-01-29
1
-0
/
+5
*
Fix BaseSelectorEventLoop._accept_connection()
Victor Stinner
2015-01-29
1
-6
/
+38
*
Fix _UnixReadPipeTransport and _UnixWritePipeTransport
Victor Stinner
2015-01-29
1
-6
/
+11
*
Cleanup gather(): use cancelled() method instead of using private Future
Victor Stinner
2015-01-29
1
-1
/
+1
*
Fix _SelectorSslTransport.close()
Victor Stinner
2015-01-29
1
-1
/
+6
*
_SelectorTransport constructor: extra parameter is now optional
Victor Stinner
2015-01-29
1
-1
/
+1
*
Fix _SelectorDatagramTransport constructor
Victor Stinner
2015-01-29
1
-1
/
+3
*
BaseSubprocessTransport._kill_wait() now also call close()
Victor Stinner
2015-01-29
1
-0
/
+3
*
Fix _SelectorSocketTransport constructor
Victor Stinner
2015-01-29
1
-1
/
+3
*
SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-29
4
-21
/
+32
*
Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-28
1
-0
/
+4
*
Remove unused SSLProtocol._closing attribute
Victor Stinner
2015-01-28
1
-1
/
+0
*
Python issue #23208: Don't use the traceback of the current handle if we
Victor Stinner
2015-01-26
1
-1
/
+2
*
Tulip issue #204: Fix IocpProactor.recv()
Victor Stinner
2015-01-26
1
-7
/
+13
*
Python issue #23095: Fix _WaitHandleFuture.cancel()
Victor Stinner
2015-01-26
1
-20
/
+17
*
Python issue #23293: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner
2015-01-26
1
-21
/
+18
*
PipeHandle.fileno() now raises an exception if the pipe is closed
Victor Stinner
2015-01-26
1
-0
/
+2
*
Fix ProactorEventLoop.start_serving_pipe()
Victor Stinner
2015-01-26
1
-1
/
+13
*
Python issue #23208: Add BaseEventLoop._current_handle
Victor Stinner
2015-01-26
24
-0
/
+10706