summaryrefslogtreecommitdiff
path: root/python/samba/compat.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-10python/samba: fix default params for PY3 ConfigParserNoel Power1-1/+1
2018-12-10python/samba: PY3 compat py2/p3 symbol for SocketServer/socketserverNoel Power1-0/+2
2018-10-23python/samba: add alias for ConfigParser for PY2/PY3 compatabilityNoel Power1-0/+4
2018-09-27python/samba: PY3 add compat function urllib_join to replace urllib.urljoinNoel Power1-0/+2
2018-09-06PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-22/+22
2018-09-03python/samba: Add some helper functions to encode/decode stringsNoel Power1-0/+62
2018-09-03python/compat: use cStringIO instead of StringIO in compat.pyNoel Power1-2/+2
2018-08-24PEP8: fix E271: multiple spaces after keywordJoe Guo1-1/+1
2018-07-13python/samba: Add cmp_fn and cmp_to_key_fn functions for py2/py3Noel Power1-0/+46
2018-04-30python/samba: Add binary_type for p2/p3 testing.Noel Power1-0/+2
2018-04-30Add aliases for StringIO.StringIONoel Power1-0/+8
2018-04-30python/samba: Add some compatability PY2/PY3 functionsNoel Power1-0/+12
2018-02-15python: Add `text_type` Python 2/3 compatible function name.Lumir Balhar1-0/+2
2017-10-23python: Port tests of samba.messaging to Python 3 compatible form.Lumir Balhar1-0/+5
2017-03-10python: Make top-level samba modules Python 3 compatibleLumir Balhar1-0/+22