summaryrefslogtreecommitdiff
path: root/source4/scripting/python/uuidmodule.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes.
2008-05-11Use consistent function names with the standard Python uuid module that is ↵Jelmer Vernooij1-1/+1
available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6)
2008-04-15Fix warnings.Jelmer Vernooij1-2/+2
(This used to be commit 88013ca9775a6ff5e5a393f9d8238dbcd197f26f)
2008-03-13Don't talloc_free() the UUID before we return.Andrew Bartlett1-1/+4
This error caused us to put a 0x80 byte at the end of GUID, which was only detected by OpenLDAP's schema checking. Andrew Bartlett (This used to be commit fd99b7719bcb503e2695b2cbad0230fa23a094ca)
2008-01-13python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij1-1/+1
(This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17)
2008-01-13python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij1-4/+2
(This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-2/+2
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-0/+57
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)