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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closing inactive 'asyncio' branch.
asyncio
Guido van Rossum
2014-11-14
0
-0
/
+0
*
Offer to copy selectors.py too.
Guido van Rossum
2013-10-18
1
-2
/
+3
*
Bulk merge
Guido van Rossum
2013-10-18
47
-188
/
+274
|
\
|
*
Merge
Guido van Rossum
2013-10-18
2
-36
/
+23
|
|
\
|
|
*
Rationalize error handling, fixing a race condition.
Guido van Rossum
2013-10-18
1
-33
/
+18
|
|
*
Report total bytes written.
Guido van Rossum
2013-10-18
1
-3
/
+5
|
|
*
More lenient delay expectancy in test_call_later().
Guido van Rossum
2013-10-18
1
-1
/
+1
|
|
*
Rename Transport.pause/resume to pause_reading/resume_reading.
Guido van Rossum
2013-10-18
9
-32
/
+32
|
|
*
Rename tulip_log to logger.
Guido van Rossum
2013-10-17
15
-60
/
+61
|
|
*
Add size argument to source example.
Guido van Rossum
2013-10-17
1
-7
/
+9
|
|
*
Add proper argument parsing to source/sink examples.
Guido van Rossum
2013-10-17
2
-11
/
+56
|
|
*
Make CPython tests run on Windows.
Guido van Rossum
2013-10-17
3
-2
/
+12
|
|
*
Fix indent.
Guido van Rossum
2013-10-17
1
-1
/
+1
|
|
*
custom implementation for wait_for
Nikolay Kim
2013-10-17
3
-14
/
+21
|
|
*
Add a _DEBUG feature to @coroutine to catch un-waited-for coroutine calls.
Guido van Rossum
2013-10-17
1
-13
/
+66
|
|
*
Various test tweaks to be more precise about coroutines.
Guido van Rossum
2013-10-17
4
-10
/
+31
|
|
*
Verify hostname if requested.
Guido van Rossum
2013-10-16
1
-1
/
+14
|
|
*
Make tests that connect to a dummy SSL server use a dumy certificate.
Guido van Rossum
2013-10-16
3
-3
/
+13
|
|
*
Kill accidental debug code.
Guido van Rossum
2013-10-16
1
-2
/
+0
|
|
*
Fix misspelled peername in examples. Also comment out drain() call.
Guido van Rossum
2013-10-16
3
-4
/
+9
|
|
*
Fix expected error message in test.
Guido van Rossum
2013-10-16
1
-1
/
+2
|
|
*
Make write_eof() idempotent.
Guido van Rossum
2013-10-16
1
-1
/
+5
|
|
*
Add OP_NO_SSLv2 to default SSLContext options.
Guido van Rossum
2013-10-16
1
-1
/
+4
|
|
*
Remove comment about "Beyond the PEP".
Guido van Rossum
2013-10-16
1
-5
/
+1
|
|
*
allow to write to closed _UnixWritePipeTransport
Nikolay Kim
2013-10-15
2
-11
/
+28
|
|
*
Make BindLocal() take an argument for the family of the socket.
Richard Oudkerk
2013-10-15
2
-8
/
+7
|
|
*
Fix how the iocp eventloop accepts AF_INET6 connections.
Richard Oudkerk
2013-10-15
1
-5
/
+5
|
|
*
Change eof_ready() to return True to keep transport open.
Guido van Rossum
2013-10-15
6
-13
/
+19
|
|
*
Extra info for SSL connections: context, peercert, cipher, compression.
Guido van Rossum
2013-10-15
1
-0
/
+10
|
|
*
fix infinite loop in SelectorEventLoop._sig_chld()
Nikolay Kim
2013-10-15
2
-20
/
+23
|
|
*
Make test_create_datagram_endpoint() less flaky.
Guido van Rossum
2013-10-14
1
-2
/
+8
|
|
*
Add SNI support to SSL.
Guido van Rossum
2013-10-12
3
-8
/
+26
|
|
*
Fix sock/peer name request
Guido van Rossum
2013-10-11
1
-2
/
+2
|
|
*
Make a start with standardized extra info.
Guido van Rossum
2013-10-11
8
-47
/
+52
|
|
*
Make source and sink more alike.
Guido van Rossum
2013-10-11
1
-6
/
+5
|
|
*
Change Server.wait_closed() to wait for all connections to close.
Guido van Rossum
2013-10-11
3
-32
/
+63
|
|
*
Subtle fix to write error handling; clarify logic.
Guido van Rossum
2013-10-11
1
-10
/
+10
|
|
*
Fixes to make iocp loop handle ERROR_NETNAME_DELETED
Richard Oudkerk
2013-10-11
5
-6
/
+32
|
|
*
Small example tweaks.
Guido van Rossum
2013-10-10
2
-4
/
+6
|
|
*
Add Server.wait_close() to wait until it is closed.
Guido van Rossum
2013-10-10
4
-7
/
+37
|
|
*
First crack at create_server().
Guido van Rossum
2013-10-10
10
-73
/
+92
|
|
*
Fix logic around lost connection.
Guido van Rossum
2013-10-10
1
-2
/
+4
|
|
*
Treat ConnectionResetError the same as BrokenPipeError.
Guido van Rossum
2013-10-10
1
-3
/
+3
|
|
*
Handle BrokenPipeError. Share max_size. Add source/sink examples.
Guido van Rossum
2013-10-10
3
-4
/
+98
|
|
*
Keep only all_tasks() and make it specific to an event loop.
Guido van Rossum
2013-10-10
1
-41
/
+6
|
|
*
Fold long lines.
Guido van Rossum
2013-10-09
3
-8
/
+18
|
|
*
Remove experimental code that was accidentally committed.
Guido van Rossum
2013-10-09
2
-44
/
+0
|
|
*
do not shield cancel in wait()
Nikolay Kim
2013-10-09
2
-9
/
+17
|
|
*
Fix connection pool.
Guido van Rossum
2013-10-09
3
-5
/
+63
|
|
*
Fix a few bugs.
Guido van Rossum
2013-10-09
1
-2
/
+2
[next]