PEP8: fix E127: continuation line over-indented for visual indent
[samba.git] / source4 / dsdb / tests / python / sort.py
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-03-23 Noel Powers3/dsdb: convert print func to be py2/py3 compatible
2018-02-14 Douglas Bagnalldsdb python tests: convert 'except X, e' to 'except...
2016-03-22 Douglas Bagnalldsdb python tests: fix several usage strings
2016-03-22 Douglas Bagnalldsdb sort test: avoid exception with fewer elements
2016-03-22 Douglas Bagnallldb sort tests: point out a known fails against Windows
2016-03-11 Stefan Metzmachers4:dsdb/test/sort: avoid 'from collections import Counter'
2016-03-09 Douglas Bagnallldb sort: allow sorting on attributes not returned...
2016-03-09 Douglas BagnallAdd python server sort tests