summaryrefslogtreecommitdiff
path: root/source3/python/py_tdbpack.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-20Merge of compiler warning fixups.Tim Potter1-91/+87
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
2003-02-25Merge: fix compiler warning.Tim Potter1-0/+7
(This used to be commit 55ee43cfb8b3ffb99c50d987f07a96fe79a0fe92)
2003-02-20(Merge from APPLIANCE_HEAD)Martin Pool1-1/+4
CR1829: Fix memory leak when unpacking 'B' buffers in Python. (PyList_Append creates a new reference to the added object, and so we have to release the existing one.) (This used to be commit fa500c77e338337cafe5b46cadf9b104e920e823)
2002-12-20Merge from HEAD:Tim Potter1-10/+15
>CR1333: Fix memory leak when unpacking some structures. > >* (pytdbunpack_item): PyList_Append creates an additional reference to > the appended object. Therefore, release the initial reference after > it's added to the list. (This used to be commit 36091157b24cfbd76c15ddc20681a1feeaa706db)
2002-12-12Merge of compile tweaks for python tdbpack module.Tim Potter1-1/+1
(This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
2002-12-05Merge from HEAD:Tim Potter1-9/+18
>FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 5bd90f310aa6303a5c949b46591f9fcf82a175b8)
2002-11-27Change default codepage to UNIX.Jeremy Allison1-34/+54
Jeremy. (This used to be commit 537cd78268abae8005de73c7bfd9ec24865da654)
2002-11-19Merge from HEAD:Tim Potter1-187/+56
>Rename unpack_* functions to be consistent > >Decode CP850 strings when unpacking > >Add variable giving default encoding name (This used to be commit de26084f0d6cac2caf43976f18f0b56deee53167)
2002-11-11Sync with HEAD.Tim Potter1-174/+274
(This used to be commit 130c1d0765502be839f87a8d0f4e47f5a3461c97)
2002-11-07Sync up python stuff from HEAD.Tim Potter1-186/+222
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-11-04Sync with HEAD.Tim Potter1-10/+24
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-09-09Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool1-0/+662
(This used to be commit 1f7ed8bb863fdacd0b9f3bc2e1e5d72ec7051feb)