summaryrefslogtreecommitdiff
path: root/python/samba/common.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-07py/common: add cmp_with_nones() helper functionDouglas Bagnall1-0/+17
2025-08-07py:common: normalise_int32 checks bit sizeDouglas Bagnall1-1/+4
2024-05-31python/common: remove verbiage about old python versionsDouglas Bagnall1-13/+2
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-1/+1
2023-03-03python/samba/common: Fix typosJoseph Sutton1-2/+2
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-7/+45
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-79/+0
2018-11-01python: avoid useless work in dsdb_Dn.__cmp__Douglas Bagnall1-2/+0
2018-10-25python/samba/common: py3 compat raw_inputDouglas Bagnall1-0/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-04-05selftest: enable py3 for samba.tests.commonJoe Guo1-0/+27
2018-02-15python: Port samdb module to Python 3 compatible formLumir Balhar1-1/+1
2018-02-05python/common: add __cmp__ function to dsdb_Dn similar to parsed_dn_compare()Stefan Metzmacher1-0/+17
2017-03-13python/dsdb_dn: Add a generic get_bytes method on DNsGarming Sam1-0/+5
2013-03-04scripting: Correct parsing of binary DNAndrew Bartlett1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+99