summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/uuidmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-58/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-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.
* Use consistent function names with the standard Python uuid module that is ↵Jelmer Vernooij2008-05-111-1/+1
| | | | | | available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6)
* Fix warnings.Jelmer Vernooij2008-04-151-2/+2
| | | | (This used to be commit 88013ca9775a6ff5e5a393f9d8238dbcd197f26f)
* Don't talloc_free() the UUID before we return.Andrew Bartlett2008-03-131-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)
* python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij2008-01-131-1/+1
| | | | (This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17)
* python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij2008-01-131-4/+2
| | | | (This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-2/+2
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij2007-12-211-0/+57
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)