summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/uuidmodule.c
Commit message (Expand)AuthorAgeFilesLines
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-111-1/+1
* Fix warnings.Jelmer Vernooij2008-04-151-2/+2
* Don't talloc_free() the UUID before we return.Andrew Bartlett2008-03-131-1/+4
* python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij2008-01-131-1/+1
* python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij2008-01-131-4/+2
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-2/+2
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-0/+57