summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close ancient iocp branch.iocpGuido van Rossum2013-09-041-2/+2
* Merge default to iocp. But now please forget about this branch.Guido van Rossum2013-02-054-7/+219
|\
| * Disable tests for _accept_connection in Proactor test.Guido van Rossum2013-02-051-0/+4
| * Actually use _start_serving(). (Merge error probably.)Guido van Rossum2013-02-051-2/+1
| * Kill bad import of unix_events.Guido van Rossum2013-02-051-1/+0
| * Merge default -> default.Guido van Rossum2013-02-0512-950/+2398
| |\
| | * Merge iocp into default branch.Guido van Rossum2013-02-050-0/+0
| | |\ | |/ / |/| |
| | * Add a few comments.Guido van Rossum2013-02-051-0/+3
| | * Handler comparison operationsNikolay Kim2013-02-042-2/+95
| | * remove test_utils.sync decoratorNikolay Kim2013-02-042-51/+56
| | * EventLoopPolicy testsNikolay Kim2013-02-041-2/+55
| | * Allow to use existing socket object with start_serving and create_connection ...Nikolay Kim2013-02-013-178/+301
| | * Add event_loop parameter to Task ctorNikolay Kim2013-02-012-3/+36
| | * Use pep8 naming style for test namesNikolay Kim2013-01-297-144/+162
| | * Get rid of unneeded continue.Guido van Rossum2013-01-281-1/+0
| | * Fix missing import in test_utils.py.Guido van Rossum2013-01-251-0/+1
| | * http_client.StreamReader testsNikolay Kim2013-01-252-19/+150
| | * MergeGuido van Rossum2013-01-254-2/+41
| | |\
| | | * Logging tweaks for tests.Guido van Rossum2013-01-254-2/+41
| | | * load tests from *_test.py filesNikolay Kim2013-01-242-3/+6
| | | * Redirect if path to directory without trailing slash detected.Guido van Rossum2013-01-241-4/+10
| | | * Log exceptions when they occur.Guido van Rossum2013-01-241-0/+2
| | | * Fix trailing whitespace.Guido van Rossum2013-01-242-2/+2
| | | * Fix relative url following.Guido van Rossum2013-01-241-5/+5
| | | * Serve from the current filesystem.Guido van Rossum2013-01-241-6/+51
| | | * No signals on Windows (port to main branch).Guido van Rossum2013-01-232-1/+6
| | | * StreamReader.readline does not maintain byte_count valueNikolay Kim2013-01-232-1/+81
| | | * Get rid of call_every_iteration() (Tornado cannot implement it).Guido van Rossum2013-01-222-54/+0
| | | * Make tests allow for spurious readiness notifications.Richard Oudkerk2013-01-221-2/+12
| | | * Throwaway code: async server (srv.py), sync ssl server (sslsrv.py).Guido van Rossum2013-01-213-0/+133
| | | * Close ssock/csock FDs upon event loop close().Guido van Rossum2013-01-211-1/+3
| | | * Cancel handlers in remove_reader() etc.Guido van Rossum2013-01-211-0/+10
| | | * Separate EVENT_WRITE and EVENT_CONNECT.Guido van Rossum2013-01-202-31/+63
| | | * Support -x flag to exclude tests.Guido van Rossum2013-01-201-5/+17
| | | * Don't return from create_connection() until after connection_made() is called.Guido van Rossum2013-01-201-6/+7
| | | * Whitespace fix.Guido van Rossum2013-01-201-1/+1
| | | * The fix for the ECONNRESET error during testStartServing has been committedCharles-Fran?ois Natali2013-01-201-0/+2
| | | * Rename SELECT_(IN|OUT|CONNECT) to EVENT_(READ|WRITE|CONNECT).Charles-Fran?ois Natali2013-01-202-39/+39
| | | * Remove unnecessary TODO commentEli Bendersky2013-01-201-5/+0
| | | * Increase test coverage of futures.py to 100%Eli Bendersky2013-01-201-0/+64
| | | * Add more unit tests for Future.(add|remove)_done_callbackEli Bendersky2013-01-191-20/+71
| | | * Skip ssl test if ssl module not found.Guido van Rossum2013-01-191-0/+5
| | | * Change key_from_fd to log warning and return None if key not found.Guido van Rossum2013-01-191-5/+10
| | | * Add docstrings to Future, as well as a test for add_done_callback.Eli Bendersky2013-01-192-16/+92
| | | * CHECKPOINT: subprocess transport.Guido van Rossum2013-01-182-0/+181
| | | * Fix typo in _UnixSocketTransport.write().Guido van Rossum2013-01-181-1/+1
| | | * Minimal chages to make tests pass on WindowsRichard Oudkerk2013-01-183-4/+16
| | | * Fix inequalities in assertionsRichard Oudkerk2013-01-181-2/+2
| | | * Fail later when ssl cannot be imported.Guido van Rossum2013-01-172-1/+6
| | | * Rename create_transport() to create_connection(). Remove type argument.Guido van Rossum2013-01-176-16/+18