aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/base.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | * 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
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-021-1/+1
| | | | And remove all aliases for mitmproxy.test.tutils
* 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
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* 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
| | | | [skip appveyor]
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-7/+7
| | | | Extract a number of string and format-related functions to netlib.strutils.
* Py3: Use six.string_types instead of basestringShadab Zafar2016-05-311-1/+2
|
* Move human-friendly format functions to netlib.human, remove redundant ↵Aldo Cortesi2016-05-311-3/+3
| | | | implementations
* 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