| Commit message (Expand) | Author | Age | Files | Lines |
| * | pyflakes: remove unused import | Victor Stinner | 2015-01-16 | 1 | -1/+0 |
| * | cleanup BaseSelectorEventLoop | Victor Stinner | 2015-01-14 | 1 | -2/+3 |
| * | 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 | 1 | -1/+1 |
| * | Python issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-14 | 1 | -21/+24 |
| * | Remove outdated TODO/XXX | Victor Stinner | 2015-01-09 | 1 | -1/+0 |
| * | sock_connect(): pass directly the fd to _sock_connect_done instead of the socket | Victor Stinner | 2015-01-09 | 1 | -3/+3 |
| * | Truncate to 80 columns | Victor Stinner | 2015-01-09 | 1 | -3/+4 |
| * | _make_ssl_transport: make the waiter parameter optional | Victor Stinner | 2015-01-08 | 1 | -2/+2 |
| * | Python issue #22926: In debug mode, call_soon(), call_at() and call_later() | Victor Stinner | 2014-12-26 | 1 | -1/+1 |
| * | Python issue #22921: Don't require OpenSSL SNI to pass hostname to ssl | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 |
| * | BaseSelectorEventLoop.close() now closes the self-pipe before calling the | Victor Stinner | 2014-11-21 | 1 | -1/+3 |
| * | Python issue #22641: On Python 3.4 and newer, the default SSL context for | Victor Stinner | 2014-11-05 | 1 | -6/+7 |
| * | Move loop attribute to _FlowControlMixin | Victor Stinner | 2014-11-05 | 1 | -2/+1 |
| * | Enhance protocol representation | Victor Stinner | 2014-10-14 | 1 | -1/+6 |
| * | Tulip issue #205: Fix a race condition in BaseSelectorEventLoop.sock_connect() | Victor Stinner | 2014-08-31 | 1 | -13/+31 |
| * | Fix debug log in BaseEventLoop.create_connection(): get the socket object from | Victor Stinner | 2014-07-30 | 1 | -1/+0 |
| * | Fix _SelectorTransport.__repr__() if the transport was closed | Victor Stinner | 2014-07-30 | 1 | -14/+16 |
| * | Python issue 22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 | 1 | -0/+8 |
| * | BaseSelectorEventLoop._write_to_self() now logs errors in debug mode | Victor Stinner | 2014-07-25 | 1 | -1/+4 |
| * | Tulip issue 192, Python issue 21645: Rewrite signal handling | Victor Stinner | 2014-07-17 | 1 | -1/+5 |
| * | Tulip issue #183: log socket events in debug mode | Victor Stinner | 2014-07-12 | 1 | -13/+76 |
| * | Tulip issue #180: Make Server attributes and methods private | Victor Stinner | 2014-07-11 | 1 | -2/+2 |
| * | Tulip issue #181: BaseEventLoop.create_datagram_endpoint() now waits until | Victor Stinner | 2014-07-08 | 1 | -3/+10 |
| * | Backed out changeset 9b16831a863a | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
| * | Tulip issue #181: Faster create_connection() | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
| * | Python issue 21447, 21886: Fix a race condition when setting the result of a | Victor Stinner | 2014-07-05 | 1 | -2/+3 |
| * | Tulip issue #171: BaseEventLoop.close() now raises an exception if the event | Victor Stinner | 2014-06-23 | 1 | -1/+1 |
| * | Tulip issue #83: document more functions in docstrings | Victor Stinner | 2014-06-19 | 1 | -4/+37 |
| * | Python issue 21595: BaseSelectorEventLoop._read_from_self() reads all available | Victor Stinner | 2014-06-19 | 1 | -4/+9 |
| * | Tulip issue #169, Python issue #21326: Add BaseEventLoop.is_closed() method | Victor Stinner | 2014-06-04 | 1 | -8/+8 |
| * | Fix for raising exception not derived from BaseException in _SelectorSslTrans... | Andrew Svetlov | 2014-05-27 | 1 | -1/+1 |
| * | Fix the second half of bugs.python.org/issue21447: race in _write_to_self(). | Guido van Rossum | 2014-05-06 | 1 | -4/+11 |
| * | Reject add/remove reader/writer when event loop is closed. | Guido van Rossum | 2014-03-04 | 1 | -0/+8 |
| * | cleanup: write the long line as a single line | Victor Stinner | 2014-02-26 | 1 | -2/+1 |
| * | Fix spelling & typos | Yury Selivanov | 2014-02-18 | 1 | -1/+1 |
| * | Issue #139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 | 1 | -10/+12 |
| * | transports: Make _ProactorBasePipeTransport use _FlowControlMixin | Yury Selivanov | 2014-02-18 | 1 | -71/+2 |
| * | Add new event loop exception handling API (closes issue #80). | Yury Selivanov | 2014-02-18 | 1 | -8/+27 |
| * | Issue #129: BaseEventLoop.sock_connect() now raises an error if the address is | Victor Stinner | 2014-02-13 | 1 | -12/+8 |
| * | Issue #112: Inline make_handle() into Handle constructor | Victor Stinner | 2014-02-10 | 1 | -2/+2 |
| * | Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -1/+0 |
| * | Refactoring: move write flow control to a subclass/mixin. | Guido van Rossum | 2014-01-27 | 1 | -37/+61 |
| * | Make the new granularity attribute private | Victor Stinner | 2014-01-26 | 1 | -1/+1 |
| * | Export more symbols: BaseEventLoop, BaseProactorEventLoop, | Victor Stinner | 2014-01-25 | 1 | -0/+2 |
| * | Add a granularity attribute to BaseEventLoop: maximum between the resolution of | Victor Stinner | 2014-01-25 | 1 | -0/+1 |
| * | SSL hostname checking changes from CPython repo by Christian Heimes. | Guido van Rossum | 2013-12-06 | 1 | -11/+14 |
| * | Replace some asserts with proper exceptions. | Guido van Rossum | 2013-11-27 | 1 | -13/+29 |
| * | Support bytearray/memoryview arguments to write(), sendto(). Fixes issue 27. | Guido van Rossum | 2013-11-27 | 1 | -4/+5 |
| * | Experimental bytearray buffer. | Guido van Rossum | 2013-11-26 | 1 | -17/+20 |