aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/base.py
Commit message (Expand)AuthorAgeFilesLines
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-4/+4
* fix recursive importMaximilian Hils2017-05-261-41/+0
* fix mypy annotationsMaximilian Hils2017-05-261-3/+5
* Extend Mypy checking to pathodharsh vijay2017-05-021-8/+7
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-021-1/+1
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
* netlib.human -> mitmproxy.utils.humanAldo Cortesi2016-10-201-1/+1
* python3: clean up class bracketsAldo Cortesi2016-10-171-2/+2
* Zap object base classAldo Cortesi2016-10-171-2/+2
* pathod: remove sixAldo Cortesi2016-10-171-3/+3
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-2/+1
* add escape_single_quotes=False arg to bytes_to_escaped_strMaximilian Hils2016-07-291-4/+4
* fix NestedMessage encodingMaximilian Hils2016-06-061-1/+1
* fix .freeze(), improve testsMaximilian Hils2016-06-061-1/+1
* Py3: Fix corresponding base.Integer test in test_language_baseShadab Zafar2016-06-061-1/+1
* Py3: Store base.Integer value as bytesShadab Zafar2016-06-061-2/+2
* Py3: Return bytes from _Component classShadab Zafar2016-06-061-3/+3
* Py3: Return path unescapedShadab Zafar2016-06-041-1/+1
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-7/+7
* Py3: Use six.string_types instead of basestringShadab Zafar2016-05-311-1/+2
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-311-3/+3
* remove str()Shadab Zafar2016-05-261-1/+1
* Use escaped_str functions for TokValueLiteralShadab Zafar2016-05-261-6/+7
* Py3: Import and Other misc. stuffShadab Zafar2016-05-261-1/+4
* combine projectsMaximilian Hils2016-02-181-0/+576