summaryrefslogtreecommitdiff
path: root/source4/scripting/python/pytalloc.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij1-1/+8
2008-05-23UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij1-1/+1
2008-04-15Saner names for Python objects.Jelmer Vernooij1-2/+2
2008-01-14python: Fix deallocation bug in pytalloc.Jelmer Vernooij1-1/+1
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij1-3/+4
2008-01-14python: Allow wrapping pointers within talloc'ed memory that are not talloc c...Jelmer Vernooij1-4/+6
2008-01-14pidl/python: Support repr() for python types.Jelmer Vernooij1-1/+9
2008-01-14python: Add some utility functions for working with Python objects based on t...Jelmer Vernooij1-0/+34