summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/winreg.py
Commit message (Collapse)AuthorAgeFilesLines
* Set sys.path for running inside source tree.Jelmer Vernooij2008-05-111-0/+4
| | | | (This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-2/+3
| | | | | and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
* python: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij2008-01-141-72/+61
| | | | (This used to be commit 9c21773737ea941b623105352b4625dcb8437706)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-0/+93
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)