aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language
Commit message (Collapse)AuthorAgeFilesLines
* cleanup imports with flake8Thomas Kriechbaumer2016-05-282-2/+0
|
* remove str()Shadab Zafar2016-05-261-1/+1
|
* Use escaped_str functions for TokValueLiteralShadab Zafar2016-05-261-6/+7
|
* Removed wrong importShadab Zafar2016-05-261-0/+1
|
* Py3: Import and Other misc. stuffShadab Zafar2016-05-262-3/+7
|
* 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-1810-0/+2007