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
*
Python issue #23879: SelectorEventLoop.sock_connect() must not call connect()
Victor Stinner
2015-04-07
1
-8
/
+6
*
Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
1
-1
/
+1
*
Python issue #23456: Add missing @coroutine decorators
Victor Stinner
2015-03-18
3
-0
/
+5
*
Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
1
-2
/
+5
*
Python issue #23537: Remove 2 unused private methods of BaseSubprocessTransport
Victor Stinner
2015-02-27
1
-6
/
+0
*
Merge branch remove-joinable-queue.
A. Jesse Jiryu Davis
2015-02-14
1
-59
/
+43
|
\
|
*
Tulip issue #220: Restore JoinableQueue as a deprecated alias for Queue.
A. Jesse Jiryu Davis
2015-02-14
1
-1
/
+6
|
*
Docstring for Queue.join shouldn't mention threads.
A. Jesse Jiryu Davis
2015-01-23
1
-2
/
+2
|
*
Tulip issue #220: Merge JoinableQueue with Queue.
A. Jesse Jiryu Davis
2015-01-23
1
-58
/
+37
|
*
Python issue #23293: Cleanup IocpProactor.close()
Victor Stinner
2015-01-23
1
-6
/
+1
|
*
Close transports on error
Victor Stinner
2015-01-23
1
-3
/
+21
|
*
Tulip issue #204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-24
/
+17
|
*
Python issue #23293: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-17
/
+26
|
*
IocpProactor.close(): don't cancel futures which are already cancelled
Victor Stinner
2015-01-22
1
-3
/
+7
|
*
Python issue #23095: IocpProactor.close() must not cancel pending
Victor Stinner
2015-01-22
1
-0
/
+6
|
*
BaseEventLoop._create_connection_transport() catchs any exception, not only
Victor Stinner
2015-01-22
1
-1
/
+1
|
*
Python issue #23095: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
1
-34
/
+134
|
*
pyflakes: remove unused import
Victor Stinner
2015-01-16
1
-1
/
+0
|
*
Enhance BaseProactorEventLoop._loop_self_reading()
Victor Stinner
2015-01-16
1
-3
/
+9
|
*
Cleanup BaseEventLoop._create_connection_transport()
Victor Stinner
2015-01-16
1
-1
/
+1
|
*
Backout changeset 3a06020af8cf
Victor Stinner
2015-01-15
1
-21
/
+4
|
*
Python issue #23219: cancelling wait_for() now cancels the task
Victor Stinner
2015-01-15
1
-4
/
+8
|
*
Close the transport on subprocess creation failure
Victor Stinner
2015-01-15
2
-2
/
+11
|
*
Fix _ProactorBasePipeTransport.close()
Victor Stinner
2015-01-15
1
-1
/
+3
|
*
Fix _ProactorBasePipeTransport.__repr__()
Victor Stinner
2015-01-15
1
-3
/
+3
|
*
Python issue #23243: Fix _UnixWritePipeTransport.close()
Victor Stinner
2015-01-15
1
-1
/
+1
|
*
SSLProtocol: set the _transport attribute in the constructor
Victor Stinner
2015-01-15
1
-0
/
+1
|
*
Python issue #23242: SubprocessStreamProtocol now closes the subprocess
Victor Stinner
2015-01-15
1
-1
/
+4
|
*
Python issue #22560: Fix SSLProtocol._on_handshake_complete()
Victor Stinner
2015-01-15
1
-2
/
+6
|
*
StreamWriter: close() now clears the reference to the transport
Victor Stinner
2015-01-15
1
-4
/
+21
|
*
PipeHandle now uses None instead of -1 for a closed handle
Victor Stinner
2015-01-14
1
-5
/
+5
|
*
Fix BaseEventLoop._create_connection_transport()
Victor Stinner
2015-01-14
1
-1
/
+6
|
*
_ProactorBasePipeTransport now sets _sock to None when the transport is closed
Victor Stinner
2015-01-14
1
-0
/
+1
|
*
Fix BaseSubprocessTransport.close()
Victor Stinner
2015-01-14
1
-0
/
+2
|
*
TestLoop.close() now calls the close() method of the parent class (BaseEventL...
Victor Stinner
2015-01-14
1
-0
/
+1
|
*
cleanup BaseSelectorEventLoop
Victor Stinner
2015-01-14
1
-2
/
+3
|
*
Fix BaseSubprocessTransport._kill_wait()
Victor Stinner
2015-01-14
1
-1
/
+1
|
*
UNIX pipe transports: add closed/closing in repr()
Victor Stinner
2015-01-14
1
-2
/
+12
|
*
Python issue #23197: On SSL handshake failure on matching hostname, check if
Victor Stinner
2015-01-14
1
-1
/
+2
|
*
Python issue #23197: On SSL handshake failure, check if the waiter is cancelled
Victor Stinner
2015-01-14
2
-2
/
+2
|
*
Cleanup sslproto.py
Victor Stinner
2015-01-14
1
-1
/
+2
|
*
Python issue #23173: Fix SubprocessStreamProtocol.connection_made() to handle
Victor Stinner
2015-01-14
1
-1
/
+3
|
*
Python issue #23173: If an exception is raised during the creation of a
Victor Stinner
2015-01-14
2
-26
/
+63
|
*
Python issue #23198: Reactor StreamReader
Victor Stinner
2015-01-14
1
-25
/
+22
|
*
Python issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-14
4
-27
/
+694
|
*
Python issue #22922: Fix ProactorEventLoop.close()
Victor Stinner
2015-01-13
1
-1
/
+7
|
*
Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
Victor Stinner
2015-01-13
1
-0
/
+3
|
*
Python issue #23209: Revert change on selectors, test_selectors failed.
Victor Stinner
2015-01-09
1
-1
/
+0
|
*
Python issue #23209: Break some reference cycles in asyncio. Patch written by
Victor Stinner
2015-01-09
3
-1
/
+3
|
*
Tulip issue #184: FlowControlMixin constructor now get the event loop if the
Victor Stinner
2015-01-09
1
-3
/
+7
[next]