Talloc doc: talloc_set_log_stderr()
[sfrench/samba-autobuild/.git] / lib / talloc / pytalloc.c
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2011-01-01 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2010-12-05 Jelmer Vernooijpytalloc: Add docstring for talloc.Object.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_cmp private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_dealloc private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_repr private (now...
2010-11-30 Jelmer Vernooijtalloc: Add talloc object.
2010-11-07 Jelmer Vernooijpytalloc: Make some arguments optional.
2010-11-05 Jelmer Vernooijtalloc: Add python talloc module, move convenience...
2010-11-05 Jelmer Vernooijtalloc: rename pytalloc.c to pytalloc_util.c
2010-10-24 Stefan Metzmachertalloc: pytalloc should not depend on samba specific...
2010-10-20 Kamen Mazdrashkipytalloc: use talloc_unlink() to free py_talloc objects
2010-10-08 Kamen Mazdrashkipytalloc: Fix warning that we are subtracting void...
2010-09-21 Jelmer Vernooijpytalloc: Add default compare function.
2010-09-21 Jelmer Vernooijpidl: Fix segfault when accessing unicode objects.
2010-09-02 Andrew Tridgellpidl-python: cope with NULL pointers in more places
2010-09-02 Andrew Tridgellpytalloc: treat a NULL ptr as Py_None
2010-08-25 Andrew Tridgellpytalloc: fixed py_talloc_steal()
2010-08-25 Andrew Tridgells4-pytalloc: use better names for python talloc objects
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-01-21 Jelmer Vernooijs4: Include Python.h early to avoid double definition...
2009-09-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
2009-07-30 Jelmer VernooijDCE/RPC(Python): Rename py_talloc_import to py_talloc_s...
2009-07-01 Andrew Tridgellfixed use of reference in pytalloc
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Stefan Metzmacherlib/talloc: include replace.h in pytalloc.c
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijpytalloc: Add some comments, use talloc object location...
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijMove pytalloc to talloc directory.