summaryrefslogtreecommitdiff
path: root/python/samba/compat.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba: fix default params for PY3 ConfigParserNoel Power2018-12-101-1/+1
* python/samba: PY3 compat py2/p3 symbol for SocketServer/socketserverNoel Power2018-12-101-0/+2
* python/samba: add alias for ConfigParser for PY2/PY3 compatabilityNoel Power2018-10-231-0/+4
* python/samba: PY3 add compat function urllib_join to replace urllib.urljoinNoel Power2018-09-271-0/+2
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-09-061-22/+22
* python/samba: Add some helper functions to encode/decode stringsNoel Power2018-09-031-0/+62
* python/compat: use cStringIO instead of StringIO in compat.pyNoel Power2018-09-031-2/+2
* PEP8: fix E271: multiple spaces after keywordJoe Guo2018-08-241-1/+1
* python/samba: Add cmp_fn and cmp_to_key_fn functions for py2/py3Noel Power2018-07-131-0/+46
* python/samba: Add binary_type for p2/p3 testing.Noel Power2018-04-301-0/+2
* Add aliases for StringIO.StringIONoel Power2018-04-301-0/+8
* python/samba: Add some compatability PY2/PY3 functionsNoel Power2018-04-301-0/+12
* python: Add `text_type` Python 2/3 compatible function name.Lumir Balhar2018-02-151-0/+2
* python: Port tests of samba.messaging to Python 3 compatible form.Lumir Balhar2017-10-231-0/+5
* python: Make top-level samba modules Python 3 compatibleLumir Balhar2017-03-101-0/+22