summaryrefslogtreecommitdiff
path: root/lib/tevent/tests.py
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16tevent: Remove python module.Jelmer Vernooij1-35/+0
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-12/+16
metze
2009-01-02tevent: change pytevent to tevent_*Stefan Metzmacher1-4/+4
metze
2008-12-20Fix tevent python module build as part of samba 4.Jelmer Vernooij1-3/+3
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij1-1/+1
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+31
This commit will not compile on its own. metze