summaryrefslogtreecommitdiff
path: root/source4/scripting/python/uuidmodule.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-1/+1
2008-04-15Fix warnings.Jelmer Vernooij1-2/+2
2008-03-13Don't talloc_free() the UUID before we return.Andrew Bartlett1-1/+4
2008-01-13python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij1-1/+1
2008-01-13python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij1-4/+2
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-2/+2
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-0/+57