Set docstrings from helpstring attribute where possible.
[jelmer/samba4-debian.git] / source / pidl / lib / Parse / Pidl / Samba4 / Python.pm
2008-04-07 Jelmer VernooijSet docstrings from helpstring attribute where possible.
2008-04-07 Jelmer VernooijAdd simple docstring for Python modules.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-14 Jelmer Vernooijpython: Fix handling of pointer-less strings in functio...
2008-01-14 Jelmer Vernooijpython: Compile security module, handle uint.
2008-01-14 Jelmer Vernooijpython: Fix some corner cases handling scalars.
2008-01-14 Jelmer Vernooijpython: Don't try to free const pointers.
2008-01-14 Jelmer Vernooijpython: Move some convenience macros to a separate...
2008-01-14 Jelmer Vernooijpython: Build epmapper module.
2008-01-14 Jelmer Vernooijpython: Be more pythonic - turn WERROR and NTSTATUS...
2008-01-14 Jelmer Vernooijpython: Fix python code for winreg, add test.
2008-01-14 Jelmer Vernooijpidl/python: Fix processing UUID-less interfaces, exter...
2008-01-14 Jelmer Vernooijpidl/python: Deal with arrays that are not pointers.
2008-01-14 Jelmer Vernooijpidl/python: Specify memory context explicitly when...
2008-01-14 Jelmer Vernooijpidl/python: Pass credentials and loadparm context...
2008-01-14 Jelmer Vernooijpython: Fix rpcecho tests.
2008-01-14 Jelmer Vernooijpidl/python: Fix compilation of py_echo.
2008-01-14 Jelmer Vernooijpython/pidl: Fix assignment.
2008-01-14 Jelmer Vernooijpidl/python: Fix more compile errors.
2008-01-14 Jelmer Vernooijpidl/python: Fix parsing arguments, fix more pointer...
2008-01-14 Jelmer Vernooijpidl/python: Fix use of pointers.
2008-01-14 Jelmer Vernooijpidl/python: Remove unnecessary talloc_free().
2008-01-14 Jelmer Vernooijpython: Allow wrapping pointers within talloc'ed memory...
2008-01-14 Jelmer Vernooijpidl/python: Support repr() for python types.
2008-01-14 Jelmer Vernooijpidl/python: Work towards supporting more complex types...
2008-01-14 Jelmer Vernooijpidl/python: Support more scalar types when converting...
2008-01-14 Jelmer Vernooijpidl/python: Use new talloc utility functions.
2008-01-14 Jelmer Vernooijpidl/python: Convert unions.
2008-01-14 Jelmer Vernooijpidl/python: Fix more warnings in the generated code.
2008-01-14 Jelmer Vernooijpidl/python: Fix bug accidently filling in the body...
2008-01-14 Jelmer Vernooijpidl/python: Fix const type wrapping.
2008-01-14 Jelmer Vernooijpidl/python: Fix conversion of last few non-standard...
2008-01-14 Jelmer Vernooijpidl/python: Remove references to DECLARE, which has...
2008-01-14 Jelmer Vernooijpidl/python: Some more support for special case types.
2008-01-14 Jelmer Vernooijpidl/python: Convert some Python objects back to C...
2008-01-14 Jelmer Vernooijpython/pidl: Start wrapping function arguments.
2008-01-14 Jelmer Vernooijpython/pidl: Handle non-string types.
2008-01-14 Jelmer Vernooijpython/pidl: More work on wrapping enums, bitmaps and...
2008-01-05 Jelmer Vernooijr26667: pidl/python: Don't generate casts anymore;...
2008-01-04 Jelmer Vernooijr26662: pidl/python: Add constructors for struct/union...
2008-01-04 Jelmer Vernooijr26661: pidl/python: More generic handling of NTSTATUS...
2008-01-04 Jelmer Vernooijr26660: pidl/python: Generate stub functions for DCE...
2008-01-03 Jelmer Vernooijr26659: pidl/python: Support string constants and handl...
2008-01-03 Jelmer Vernooijr26658: pidl: Register Python modules.
2008-01-03 Jelmer Vernooijr26657: pidl: Add basics for generating Python modules.