aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/strutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Make escape_control_characters handle strings on Py2Shadab Zafar2016-07-091-2/+2
|
* strutils.hexdump returns native_stringsShadab Zafar2016-07-091-1/+1
|
* fix testsMaximilian Hils2016-07-071-0/+1
|
* tests++Maximilian Hils2016-07-071-1/+1
|
* Merge pull request #1319 from mitmproxy/fix-py27-encoding-issuesMaximilian Hils2016-07-061-2/+2
|\ | | | | Fix pathod log encoding
| * fix pathod log encodingMaximilian Hils2016-07-061-2/+2
| |
* | py3++Maximilian Hils2016-07-061-16/+9
|/
* Merge pull request #1315 from mitmproxy/better-unicode-handlingMaximilian Hils2016-07-051-28/+52
|\ | | | | remove clean_bin, clarify unicode handling
| * remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-28/+52
| |
* | netlib: condition on PY2 rather than on PY3Shadab Zafar2016-07-021-4/+4
|/ | | | Let's just hope PY4 doesn't break this!
* fix tcp message handlingMaximilian Hils2016-07-011-3/+4
|
* py3++Maximilian Hils2016-07-011-10/+0
|
* tests++Maximilian Hils2016-06-071-7/+1
|
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-021-0/+51
|
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-0/+103
Extract a number of string and format-related functions to netlib.strutils.