summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pytalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-241-52/+0
* Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij2008-05-231-1/+8
* UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
* Saner names for Python objects.Jelmer Vernooij2008-04-151-2/+2
* python: Fix deallocation bug in pytalloc.Jelmer Vernooij2008-01-141-1/+1
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-3/+4
* python: Allow wrapping pointers within talloc'ed memory that are not talloc c...Jelmer Vernooij2008-01-141-4/+6
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-141-1/+9
* python: Add some utility functions for working with Python objects based on t...Jelmer Vernooij2008-01-141-0/+34