ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / ldb / tests / python / api.py
9 days ago Douglas Bagnallldb:pytests: test ldb.connect() works after .disconnect()
2024-03-20 Douglas Bagnallldb:pytests: test duplicate connections fail
2024-03-03 Jo Suttonldb: Pass a supported opaque type to ldb.set_opaque()
2024-03-03 Jo Suttonldb: Add tests for Python set_opaque() and get_opaque()
2024-03-03 Andrew Bartlettpyldb: Remove unused and broken Python access to LDB...
2024-02-29 Douglas Bagnallldb: ldb_string_to_time reports more errors
2023-08-30 Joseph Suttonlib:ldb:tests: Remove explicit comparison with False
2023-04-04 Andreas Schneiderlib:ldb:tests: Fix code spelling
2022-10-05 Joseph Suttonpyldb: Fix tests going unused
2021-09-28 Joseph Suttonpyldb: Add tests for ldb.Message containment testing
2021-09-28 Joseph Suttonpyldb: Add test for an invalid ldb.Message index type
2021-06-11 Joseph Suttonpyldb: Add test for Message.items()
2021-03-01 Stefan Metzmacherpyldb: catch potential overflow error in py_timestring
2021-02-22 Douglas Bagnallldb: remove some 'if PY3's in tests
2020-02-25 Andrew Bartlettldb: Add tests aimed at the SCOPE_ONELEVEL bug in parti...
2020-02-25 Andrew Bartlettldb: Ensure @IDXONE modes is tested in ldb.python ...
2020-02-25 Andrew Bartlettldb: Add tests aimed at the SCOPE_ONELEVEL particular
2020-02-25 Andrew Bartlettldb: Add tests for one-level indexes in conjunction...
2019-07-04 Gary Lockyerldb ldb_key_value: test ldb batch
2019-07-04 Andrew Bartlettldb: Add tests for Ldb.write_ldif() including the FLG_S...
2019-06-21 Gary Lockyerlib ldb key value: fix index buffering
2019-06-21 Gary Lockyerlib ldb tests: remove deprecation warning from api.py
2019-06-21 Gary Lockyerlib ldb tests: Test nested transactions
2019-03-26 Mathieu ParentFix tests whithout lmdb
2019-03-06 Mathieu ParentEnable make test even without lmdb
2019-01-29 Lukas Slebodnikldb: The test api.py should not rely on order of entrie...
2019-01-12 Noel Powerlib/ldb/tests/python: Add test to pass utf8 encoded...
2018-12-14 Joe GuoPY3: change shebang to python3 in lib dir
2018-11-01 Douglas Bagnallldb/tests/py/api: use proper name for ldb.LdbError
2018-10-25 Douglas Bagnallldb/tests/py/api: reveal shadowed casefold test
2018-09-26 Noel Powerlib/ldb/tests: add test for ldb.Dn passed utf8 unicode
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-15 Andrew Bartlettldb: extend API tests
2018-08-14 Andrew BartlettCVE-2018-1140 ldb: Add tests for search add and rename...
2018-05-30 Andrew Bartlettldb: Add tests for when we should expect a full scan
2018-05-23 Gary Lockyerldb_mdb/tests: Run api and index test also on lmdb
2018-05-12 Noel PowerBulk: enclose .keys() method with list where list ...
2018-05-03 Gary Lockyerldb: Prepare to allow tests to operate on ldb_mdb ...
2018-05-03 Gary Lockyerldb tests: api ensure database correctly populated
2018-04-05 Andrew Bartlettldb: Add test to show a reindex failure must not leave...
2018-04-05 Gary Lockyerlib ldb tests: Prepare to run api and index test on...
2018-02-08 Björn Baumbachpyldb: extend dn.is_child_of() test: dn is child of...
2017-12-20 Andrew Bartlettldb: Intersect the index from SCOPE_ONELEVEL with the...
2017-09-22 Andrew Bartlettldb: Ensure we do not run out of File descriptors in...
2017-09-22 Andrew Bartlettldb: Do not make an ldb file for API tests
2017-09-22 Andrew Bartlettldb: Add test showing a search against the index is...
2017-09-22 Andrew Bartlettldb: Add more tests covering in-transaction GUID index...
2017-09-22 Andrew Bartlettldb: Add tests for base DN of a different case
2017-09-22 Andrew Bartlettldb_tdb: Add tests for add/modify with the GUID index
2017-09-22 Andrew Bartlettldb: Also test the new GUID index mode
2017-09-22 Andrew Bartlettldb: Add an unused objectGUID to each record in SearchTests
2017-08-30 Andrew Bartlettldb: Add tests for indexed and unindexed search expressions
2017-08-30 Andrew Bartlettldb: Fix tests to call the parent tearDown(), not setUp...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction_...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction...
2017-05-06 Andrew Bartlettldb: Do not use mktemp() nor leak files into /tmp durin...
2017-05-06 Andrew Bartlettldb: Add some tests to clarify the current iterator...
2016-02-17 Michael Adampyldb: eliminate warnings from python api test
2016-02-17 Stefan Metzmacherpyldb: add api tests for search_iterator()
2015-12-04 Adrian Cochraneldb: Fix bug triggered by having an empty message in...
2015-11-05 Petr Viktorinpyldb: Improve test coverage
2015-11-05 Petr Viktorinpyldb: Prevent segfault when first module is NULL
2015-11-05 Petr Viktorinpyldb: Adapt tests to Python 3
2015-11-05 Petr Viktorinpyldb: Modernize test suite
2015-11-05 Petr Viktorinpyldb: Add Python 3 compatibility (except strings)
2015-10-26 Andrew Bartlettldb: Fix python bindings to accept a string as a DN ldb-1.1.22
2015-03-04 Petr Viktorinpyldb: Add tests for type errors
2014-11-25 Kamen Mazdrashkilib-ldb-test: Test copying message element from a messa...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-06 Andrew Bartlettpyldb: Add bindings for ldb_dn_remove_base_components
2012-07-06 Andrew Bartlettpyldb: Fix dn concat operation to be the other way...
2012-06-12 Michael Adamldb:tests: fix use of a non-existent word (existant)
2011-11-10 Jelmer Vernooijldb: Re-apply pyldb fixes from Tridge and Amity, using...
2011-11-10 Jelmer VernooijRevert "pyldb: fixed ldb API test"
2011-11-10 Andrew Tridgellpyldb: fixed ldb API test
2011-07-29 Andrew Tridgellpyldb: added binary_encode() and binary_decode() methods
2011-07-21 Andrew Tridgellpyldb: use dn.is_child_of() instead of dn.compare_base()
2011-07-21 Matthieu Patoupyldb: add unit test for ldbDn.compare_base
2011-07-05 Andrew Bartlettldb: make ldb a top level library for Samba 4.0