Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace tutils.raises with pytest.raises + shim | Thomas Kriechbaumer | 2017-02-02 | 1 | -3/+4 |
| | |||||
* | tests: pathod/tutils.py -> pathod/tservers.py | Aldo Cortesi | 2016-11-02 | 1 | -1/+1 |
| | | | | And remove all aliases for mitmproxy.test.tutils | ||||
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 1 | -5/+0 |
| | | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes. | ||||
* | Consolidate some functions to strutils.bytes_to_escaped_str | Aldo Cortesi | 2016-06-02 | 1 | -11/+0 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -7/+0 |
| | | | | implementations | ||||
* | Go Python 3 by default with the bytes conversion | Shadab Zafar | 2016-05-26 | 1 | -2/+4 |
| | |||||
* | Remove inner_repr, fixup escape_unprintables | Shadab Zafar | 2016-05-26 | 1 | -8/+4 |
| | |||||
* | Py3: Handle bytes case in inner_repr | Shadab Zafar | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+39 |