mitmproxy/pathod
Thomas Kriechbaumer 55a17b2ed3 fix encoding error on *too* random bytes
This should fix things like:

def __init__(self, val):
    self.val = val.decode("string_escape")
ValueError: Trailing \ in string
pathod/language/base.py:108: ValueError

test/pathod/test_language_websocket.py:83: in fr
    return netlib.websockets.Frame.from_bytes(tutils.render(wf, settings))
test/pathod/tutils.py:123: in render
    r = r.resolve(settings)
pathod/language/websockets.py:179: in resolve
    Key(base.TokValueLiteral(os.urandom(4)))
2016-05-15 10:41:54 -07:00
..
language fix encoding error on *too* random bytes 2016-05-15 10:41:54 -07:00
protocols combine projects 2016-02-18 13:03:40 +01:00
static combine projects 2016-02-18 13:03:40 +01:00
templates combine projects 2016-02-18 13:03:40 +01:00
__init__.py combine projects 2016-02-18 13:03:40 +01:00
app.py py3++: cStringIO 2016-03-20 19:40:03 +01:00
log.py combine projects 2016-02-18 13:03:40 +01:00
pathoc_cmdline.py py3++ 2016-04-13 22:34:28 -07:00
pathoc.py py3++ 2016-04-13 22:34:28 -07:00
pathod_cmdline.py s/nocover/no cover/g 2016-03-27 12:02:41 +02:00
pathod.py py3++ 2016-04-13 22:34:28 -07:00
test.py py3++ 2016-03-20 22:50:03 +01:00
utils.py s/nocover/no cover/g 2016-03-27 12:02:41 +02:00
version.py fix version.NAME 2016-05-11 13:02:19 -06:00