summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing inactive 'asyncio' branch.asyncioGuido van Rossum2014-11-140-0/+0
* Offer to copy selectors.py too.Guido van Rossum2013-10-181-2/+3
* Bulk mergeGuido van Rossum2013-10-1847-188/+274
|\
| * MergeGuido van Rossum2013-10-182-36/+23
| |\
| | * Rationalize error handling, fixing a race condition.Guido van Rossum2013-10-181-33/+18
| | * Report total bytes written.Guido van Rossum2013-10-181-3/+5
| | * More lenient delay expectancy in test_call_later().Guido van Rossum2013-10-181-1/+1
| | * Rename Transport.pause/resume to pause_reading/resume_reading.Guido van Rossum2013-10-189-32/+32
| | * Rename tulip_log to logger.Guido van Rossum2013-10-1715-60/+61
| | * Add size argument to source example.Guido van Rossum2013-10-171-7/+9
| | * Add proper argument parsing to source/sink examples.Guido van Rossum2013-10-172-11/+56
| | * Make CPython tests run on Windows.Guido van Rossum2013-10-173-2/+12
| | * Fix indent.Guido van Rossum2013-10-171-1/+1
| | * custom implementation for wait_forNikolay Kim2013-10-173-14/+21
| | * Add a _DEBUG feature to @coroutine to catch un-waited-for coroutine calls.Guido van Rossum2013-10-171-13/+66
| | * Various test tweaks to be more precise about coroutines.Guido van Rossum2013-10-174-10/+31
| | * Verify hostname if requested.Guido van Rossum2013-10-161-1/+14
| | * Make tests that connect to a dummy SSL server use a dumy certificate.Guido van Rossum2013-10-163-3/+13
| | * Kill accidental debug code.Guido van Rossum2013-10-161-2/+0
| | * Fix misspelled peername in examples. Also comment out drain() call.Guido van Rossum2013-10-163-4/+9
| | * Fix expected error message in test.Guido van Rossum2013-10-161-1/+2
| | * Make write_eof() idempotent.Guido van Rossum2013-10-161-1/+5
| | * Add OP_NO_SSLv2 to default SSLContext options.Guido van Rossum2013-10-161-1/+4
| | * Remove comment about "Beyond the PEP".Guido van Rossum2013-10-161-5/+1
| | * allow to write to closed _UnixWritePipeTransportNikolay Kim2013-10-152-11/+28
| | * Make BindLocal() take an argument for the family of the socket.Richard Oudkerk2013-10-152-8/+7
| | * Fix how the iocp eventloop accepts AF_INET6 connections.Richard Oudkerk2013-10-151-5/+5
| | * Change eof_ready() to return True to keep transport open.Guido van Rossum2013-10-156-13/+19
| | * Extra info for SSL connections: context, peercert, cipher, compression.Guido van Rossum2013-10-151-0/+10
| | * fix infinite loop in SelectorEventLoop._sig_chld()Nikolay Kim2013-10-152-20/+23
| | * Make test_create_datagram_endpoint() less flaky.Guido van Rossum2013-10-141-2/+8
| | * Add SNI support to SSL.Guido van Rossum2013-10-123-8/+26
| | * Fix sock/peer name requestGuido van Rossum2013-10-111-2/+2
| | * Make a start with standardized extra info.Guido van Rossum2013-10-118-47/+52
| | * Make source and sink more alike.Guido van Rossum2013-10-111-6/+5
| | * Change Server.wait_closed() to wait for all connections to close.Guido van Rossum2013-10-113-32/+63
| | * Subtle fix to write error handling; clarify logic.Guido van Rossum2013-10-111-10/+10
| | * Fixes to make iocp loop handle ERROR_NETNAME_DELETEDRichard Oudkerk2013-10-115-6/+32
| | * Small example tweaks.Guido van Rossum2013-10-102-4/+6
| | * Add Server.wait_close() to wait until it is closed.Guido van Rossum2013-10-104-7/+37
| | * First crack at create_server().Guido van Rossum2013-10-1010-73/+92
| | * Fix logic around lost connection.Guido van Rossum2013-10-101-2/+4
| | * Treat ConnectionResetError the same as BrokenPipeError.Guido van Rossum2013-10-101-3/+3
| | * Handle BrokenPipeError. Share max_size. Add source/sink examples.Guido van Rossum2013-10-103-4/+98
| | * Keep only all_tasks() and make it specific to an event loop.Guido van Rossum2013-10-101-41/+6
| | * Fold long lines.Guido van Rossum2013-10-093-8/+18
| | * Remove experimental code that was accidentally committed.Guido van Rossum2013-10-092-44/+0
| | * do not shield cancel in wait()Nikolay Kim2013-10-092-9/+17
| | * Fix connection pool.Guido van Rossum2013-10-093-5/+63
| | * Fix a few bugs.Guido van Rossum2013-10-091-2/+2