aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/websockets.py
Commit message (Collapse)AuthorAgeFilesLines
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-3/+3
|
* fix recursive importMaximilian Hils2017-05-261-1/+1
|
* fix mypy annotationsMaximilian Hils2017-05-261-16/+8
|
* Extend Mypy checking to pathodharsh vijay2017-05-021-3/+11
| | | | | | | | | | | | | | | | | | | * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-9/+9
|
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
|
* Py3: websocketsShadab Zafar2016-06-151-2/+3
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
|
* fix encoding error on *too* random bytesThomas Kriechbaumer2016-05-151-1/+5
| | | | | | | | | | | | | | | 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)))
* combine projectsMaximilian Hils2016-02-181-0/+241