summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05talloc: remove unused variablesBjörn Jacke1-5/+0
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-21/+21
2011-01-03Revert broken destructor changes.Jelmer Vernooij1-1/+1
2011-01-03s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-1/+1
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij1-3/+1
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij1-0/+2
2011-01-01s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-1/+1
2010-12-05pytalloc: Add docstring for talloc.Object.Jelmer Vernooij1-1/+3
2010-12-01pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij1-0/+15
2010-12-01pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij1-0/+11
2010-12-01pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij1-0/+12
2010-11-30talloc: Add talloc object.Jelmer Vernooij1-0/+15
2010-11-07pytalloc: Make some arguments optional.Jelmer Vernooij1-6/+6
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij1-0/+84
2010-11-05talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij1-135/+0
2010-10-24talloc: pytalloc should not depend on samba specific codeStefan Metzmacher1-3/+2
2010-10-20pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki1-1/+3
2010-10-08pytalloc: Fix warning that we are subtracting void* pointersKamen Mazdrashki1-1/+1
2010-09-21pytalloc: Add default compare function.Jelmer Vernooij1-1/+14
2010-09-20pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij1-9/+0
2010-09-02pidl-python: cope with NULL pointers in more placesAndrew Tridgell1-0/+20
2010-09-02pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell1-1/+7
2010-08-25pytalloc: fixed py_talloc_steal()Andrew Tridgell1-0/+8
2010-08-25s4-pytalloc: use better names for python talloc objectsAndrew Tridgell1-0/+2
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-1/+1
2010-01-21s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij1-0/+1
2009-09-28pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij1-0/+10
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-3/+3
2009-07-01fixed use of reference in pytallocAndrew Tridgell1-3/+23
2009-01-30lib/talloc: include replace.h in pytalloc.cStefan Metzmacher1-0/+1
2008-12-23pytalloc: Add some comments, use talloc object location in repr ratherJelmer Vernooij1-5/+15
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-2/+2
2008-10-24Move pytalloc to talloc directory.Jelmer Vernooij1-0/+52