summaryrefslogtreecommitdiff
path: root/source4/scripting/python/pytalloc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-14python: Fix deallocation bug in pytalloc.Jelmer Vernooij1-1/+1
(This used to be commit b849b4a6c4c9b03a9704449a69f00a59fc0df9c5)
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij1-3/+4
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
2008-01-14python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij1-4/+6
contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)
2008-01-14pidl/python: Support repr() for python types.Jelmer Vernooij1-1/+9
(This used to be commit cf3664594d3540db20d32bc844f18e20abfa0d96)
2008-01-14python: Add some utility functions for working with Python objects based on ↵Jelmer Vernooij1-0/+34
talloc pointers. (This used to be commit 9366ddba92e192cd88e12eafba4a90af8c266f1c)