summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pytalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-241-52/+0
|
* Create new context in pytalloc to avoid problems with talloc_free() freeing ↵Jelmer Vernooij2008-05-231-1/+8
| | | | | | the wrong parent of a pointer. (This used to be commit 3f628f4dc9a57326442ebe2d2eaac9d279043aa6)
* UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
| | | | (This used to be commit f2d437d646d0694498c14bc951f9745c4ecd902d)
* Saner names for Python objects.Jelmer Vernooij2008-04-151-2/+2
| | | | (This used to be commit f4de8d2c1c956bc85b91dc7aab20e5e7671f51bc)
* python: Fix deallocation bug in pytalloc.Jelmer Vernooij2008-01-141-1/+1
| | | | (This used to be commit b849b4a6c4c9b03a9704449a69f00a59fc0df9c5)
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-3/+4
| | | | (This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
* python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij2008-01-141-4/+6
| | | | | | contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-141-1/+9
| | | | (This used to be commit cf3664594d3540db20d32bc844f18e20abfa0d96)
* python: Add some utility functions for working with Python objects based on ↵Jelmer Vernooij2008-01-141-0/+34
talloc pointers. (This used to be commit 9366ddba92e192cd88e12eafba4a90af8c266f1c)