summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* tevent: Remove python module.Jelmer Vernooij2009-05-161-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.
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-12/+16
| | | | metze
* tevent: change pytevent to tevent_*Stefan Metzmacher2009-01-021-4/+4
| | | | metze
* Fix tevent python module build as part of samba 4.Jelmer Vernooij2008-12-201-3/+3
|
* Fix standalone compilation of events library.Jelmer Vernooij2008-12-201-1/+1
|
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+31
This commit will not compile on its own. metze