summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.py
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18Generate with 1.3.36.Jelmer Vernooij1-1/+1
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-1/+1
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-0/+4
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Add docstrings to events python module.Jelmer Vernooij1-2/+17
(This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)
2008-05-21Regenerate with newer version of swig.Jelmer Vernooij1-1/+1
(This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
2007-12-28r26625: Wrap some more events functions for Python and add a trivial test ↵Jelmer Vernooij1-6/+9
for it. (This used to be commit 7873666a958a0b92c979dba93f3c3e5136e28d29)
2007-12-28r26620: python: Allow not specifying event contexts, in which case a new ↵Jelmer Vernooij1-0/+8
context is used. (This used to be commit 73c0b1c89763ba61451f3d2a602163090780c56f)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-1/+10
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+55
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)