Age | Commit message (Expand) | Author | Files | Lines |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-21 | pytdb: Make PyTdb variable static. | Jelmer Vernooij | 1 | -3/+3 |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -1/+1 |
2010-10-04 | pytdb: Add __version__ attribute. | Jelmer Vernooij | 1 | -0/+2 |
2010-10-02 | pytdb: Include Python.h first to prevent warning. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-02 | pytdb: Check errors after PyObject_New() calls | Kirill Smelkov | 1 | -0/+7 |
2010-10-02 | pytdb: Add support for tdb_repack() | Kirill Smelkov | 1 | -0/+9 |
2010-10-02 | pytdb: Add TDB_INCOMPATIBLE_HASH open flag | Kirill Smelkov | 1 | -0/+1 |
2010-09-19 | pytdb: Make filename argument optional. | Jelmer Vernooij | 1 | -5/+11 |
2010-09-19 | pytdb: Add support for tdb_freelist_size() | Kirill Smelkov | 1 | -0/+6 |
2010-09-19 | pytdb: Add support for tdb_transaction_prepare_commit() | Kirill Smelkov | 1 | -0/+10 |
2010-09-19 | pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se... | Kirill Smelkov | 1 | -0/+23 |
2010-09-19 | pytdb: Update open flags to match those for tdb_open() in tdb.h | Kirill Smelkov | 1 | -0/+6 |
2010-09-19 | pytdb: Fix repr segfault for internal db | Kirill Smelkov | 1 | -1/+3 |
2010-09-19 | pytdb: Add support for tdb_add_flags() & tdb_remove_flags() | Kirill Smelkov | 1 | -0/+23 |
2010-04-20 | tdb: update tdb ABI to use hide_symbols=True | Andrew Tridgell | 1 | -10/+0 |
2009-10-29 | tdb: fix typo in python's Tdb.get() docstring | Kirill Smelkov | 1 | -1/+1 |
2009-10-29 | tdb: kill last bits from swig | Kirill Smelkov | 1 | -1/+1 |
2009-01-30 | s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings | Tim Prouty | 1 | -4/+0 |
2009-01-30 | lib/tdb: include replace.h and system/filesys.h in pytdb.c | Stefan Metzmacher | 1 | -4/+3 |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 |
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -16/+16 |
2008-12-18 | Make sure to not close tdb database more than once. | Jelmer Vernooij | 1 | -2/+10 |
2008-12-18 | Implement missing functions in pytdb. | Jelmer Vernooij | 1 | -2/+62 |
2008-12-18 | Add simple manually written replacement for the tdb module. | Jelmer Vernooij | 1 | -0/+449 |