summaryrefslogtreecommitdiffstats
path: root/source3/python/py_tdbpack.c
Commit message (Expand)AuthorAgeFilesLines
* GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-191-91/+87
* Quieten compiler warning.Tim Potter2003-02-241-0/+7
* DocMartin Pool2003-02-201-1/+1
* (Merge from APPLIANCE_HEAD)Martin Pool2003-02-201-0/+3
* CR1333: Fix memory leak when unpacking some structures.Martin Pool2002-12-121-10/+15
* Some more tweaking for compilation of py_tdbpack.Tim Potter2002-12-111-1/+1
* FUNCTION_MACRO change broke the Python modules.Tim Potter2002-12-041-7/+16
* use FILE_MACRO instead of __FILE__Herb Lewis2002-12-031-6/+6
* Fix comment - 850 -> iso8859-1Jeremy Allison2002-11-271-1/+1
* Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding.Jeremy Allison2002-11-271-10/+0
* Add support for new 'F' format, which is a string in the defaultMartin Pool2002-11-221-34/+64
* Rename unpack_* functions to be consistentMartin Pool2002-11-121-15/+16
* Rename pytdbpack_unpack -> pytdbunpackMartin Pool2002-11-121-7/+7
* Just reorder functions to put related ones togetherMartin Pool2002-11-121-40/+38
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-94/+0
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-36/+0
* Rewrite all the packing stuff so that it converts 'f' strings to CP850Martin Pool2002-11-091-174/+274
* pytdbpack_unpack: Clean up, and correct the handling of '$'.Martin Pool2002-11-061-20/+18
* pytdbpack_pack_data: Allow first argument to be any kind of Number,Martin Pool2002-11-051-3/+9
* pytdbpack_pack_data: If the first argument to a 'B' code is not anMartin Pool2002-11-051-1/+3
* pytdbpack_pack_data: Oops, since B is separately encoded as buffer andMartin Pool2002-11-051-5/+8
* pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form listMartin Pool2002-11-051-21/+45
* pytdbpack_pack_data: Allow 'd' and 'w' formats to take either IntegerMartin Pool2002-11-041-2/+20
* Make sure uint32 unpacking is unsigned, and generates a Python long soMartin Pool2002-11-041-10/+10
* 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