summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-0/+1
| | | | (This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
* r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij2007-12-281-0/+1
| | | | | | overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
* r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij2007-12-261-0/+8
| | | | | | set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-0/+45
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)