summaryrefslogtreecommitdiffstats
path: root/lib/tevent/pytevent.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-6/+6
| | | | | | | | | | This macro was used for compatibility with broken compilers. Since Python 2.3, it is always defined as `static`, and only exists "for source compatibility with old C extensions". Signed-off-by: Petr Viktorin <pviktori@redhat.com> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* tevent: Fix python documentation stringsAmitay Isaacs2012-01-311-2/+2
| | | | | Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 31 16:59:29 CET 2012 on sn-devel-104
* Add version attribute for pytevent.Jelmer Vernooij2011-12-071-0/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 7 15:07:49 CET 2011 on sn-devel-104
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-1/+3
|
* s4:pytevent.c - fix a discard const warningMatthias Dieter Wallnöfer2010-11-111-1/+1
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 11 09:47:55 UTC 2010 on sn-devel-104
* pyteven: Fix build warnings.Jelmer Vernooij2010-09-251-6/+16
|
* pytevent: Add more tests.Jelmer Vernooij2010-09-251-2/+19
|
* pytevent: Fill in client side fnuctions.Jelmer Vernooij2010-09-251-52/+393
|
* tevent: Add infrastructure for python bindings.Jelmer Vernooij2010-09-251-0/+394
|
* tevent: Remove python module.Jelmer Vernooij2009-05-161-143/+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.
* Avoid using tevent_util.h, which won't be available if we use the systemJelmer Vernooij2009-03-011-2/+2
| | | | tevent.
* tevent: fix compiler warning in pytevent.cStefan Metzmacher2009-02-161-1/+3
| | | | metze
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-12/+16
| | | | metze
* lib/tevent: include replace.h in pytevent.cStefan Metzmacher2009-01-301-0/+1
| | | | | | This fixes the build on Tru64. metze
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+6
| | | | since this will not be shipped with talloc/tdb/tevent/etc.
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-1/+1
|
* tevent: change pytevent to tevent_*Stefan Metzmacher2009-01-021-19/+20
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* python/tevent: Remove use of pytalloc.h.Jelmer Vernooij2008-12-231-8/+21
|
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-0/+1
|
* Fix tevent python module build as part of samba 4.Jelmer Vernooij2008-12-201-0/+6
|
* Stop using SWIG for ldb Python bindings.Jelmer Vernooij2008-12-201-0/+110