summaryrefslogtreecommitdiffstats
path: root/source3/python/py_tdbpack.c
Commit message (Expand)AuthorAgeFilesLines
* pytdbpack_calc_reqd_len: Correct calculation of packed length ofMartin Pool2002-11-041-5/+8
* Change to representing buffers ('B') as (LEN, STRING) in Python,Martin Pool2002-11-041-130/+112
* pytdbpack_calc_reqd_len: It's no longer an error to supply more dataMartin Pool2002-11-041-8/+2
* DocMartin Pool2002-11-041-2/+5
* pytdbpack_calc_reqd_len: Make exception be thrown correctly when aMartin Pool2002-11-041-2/+5
* Give better error messages for TypeError, which will arise if e.g. youMartin Pool2002-10-211-10/+24
* Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool2002-09-091-0/+662