Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bypassing TCP sockopts for Unix sockets, fixing Unix teardowns. | Josh Marshall | 2021-03-30 | 1 | -3/+7 |
| | |||||
* | Removing format string so 3.5 is supported. | Josh Marshall | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Removing Python 2 fallbacks, tweaking test runners, fixing flake8 errors. | Josh Marshall | 2021-03-30 | 1 | -29/+42 |
| | |||||
* | Adding history configuration.truncate-history | Joshua Marshall | 2015-12-14 | 1 | -0/+64 |
| | | | | | | Truncating request and response history to 20 entries by default, allowing history.size to specify a discrete number of entries (positive), unlimited entries (less than 0), or no history (zero). | ||||
* | Add a test that relies on _Method's immutability | efokschaner | 2015-10-08 | 1 | -31/+43 |
| | |||||
* | Making port in tests dynamic.travis-and-pip | Joshua Marshall | 2015-10-08 | 1 | -17/+17 |
| | |||||
* | Fixing assert contexts for <= 2.6 / unittest2 | Joshua Marshall | 2015-10-05 | 1 | -8/+9 |
| | |||||
* | Adding unittest2 for Python <= 2.6 | Joshua Marshall | 2015-10-05 | 1 | -1/+7 |
| | |||||
* | Initial travis integration, cleanups for running tests. | Joshua Marshall | 2015-10-05 | 1 | -112/+116 |
| | |||||
* | Added minimal discovery for whether unix sockets are supported, and ↵ | Josh Marshall | 2011-02-26 | 1 | -10/+59 |
| | | | | prevented access if they are missing. | ||||
* | Add test cases for Unix sockets | Quentin Smith | 2011-01-23 | 1 | -0/+12 |
| | |||||
* | Allow Unix socket unit testing | Quentin Smith | 2011-01-23 | 1 | -4/+5 |
| | |||||
* | Setting fcntl to None if not importable, adding tests module, updating ↵ | Josh Marshall | 2010-10-26 | 1 | -0/+394 |
README to markdown. |