summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/tdb_wrap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-08Add more docstrings in tdb.Jelmer Vernooij1-2/+8
(This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)
2008-05-23Add some docstrings to tdb.Jelmer Vernooij1-87/+131
(This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)
2008-05-19Add __repr__ implementation for Tdb.Jelmer Vernooij1-19/+46
(This used to be commit 205699ed663a3c6d27695dee25bf26978615b475)
2008-01-10r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij1-34/+40
(This used to be commit 8d77ea379fef5ad4b2718bc8e0620304588c9239)
2008-01-06r26678: Check in auto-generated swig files.Tim Potter1-40/+34
(This used to be commit 62017f049bc0b0f311ba49d03084044faa5e6dcd)
2008-01-05r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij1-0/+1
(This used to be commit aa438a2febc6562aa6f71505936d0872a6dcd17d)
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij1-4/+4
interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij1-28/+59
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij1-12/+7
fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-92/+60
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-74/+105
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26281: Fix include.Jelmer Vernooij1-0/+1
(This used to be commit c435183cb97ff3160f8fbc182c63d4bb0a3d6ce4)
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij1-7/+39
(This used to be commit 904475624b4ed050bfb151053f6c74c0c88315f4)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+4171
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)