Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use IPv6 loopback if there is no IPv4 loopback available | dluyer | 2019-08-05 | 1 | -11/+21 |
* | Allow for configurable select.poll() usage | Cooper Ry Lees | 2018-03-23 | 1 | -2/+17 |
* | Added test_socket_with_write. | David Cullen | 2016-06-29 | 1 | -0/+14 |
* | Fix test_maxread. | David Cullen | 2016-06-29 | 1 | -1/+1 |
* | Raise exception if socket server does not start. | David Cullen | 2016-06-29 | 1 | -9/+19 |
* | Change test_fileobj to use self.prompt1. | David Cullen | 2016-06-29 | 1 | -33/+30 |
* | Use binary strings so Python3 tests work. | David Cullen | 2016-06-29 | 1 | -39/+44 |
* | Fix interrupt tests. | David Cullen | 2016-06-28 | 1 | -11/+16 |
* | Increase coverage of select_ignore_interrupts. | David Cullen | 2016-06-28 | 1 | -15/+30 |
* | Make socket unit test self contained. | David Cullen | 2016-06-28 | 1 | -31/+90 |
* | Add socket test. | David Cullen | 2016-06-28 | 1 | -0/+150 |