ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / tevent / pytevent.c
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-05-16 Joseph Suttonpython: Safely clear structure members
2023-02-03 Douglas Bagnalltevent/pytevent: remove no-op define
2023-02-03 Douglas Bagnalltevent/pytevent: remove py2 ifdefs
2023-01-18 Stefan Metzmachertevent: remove unused register_backend() from python...
2021-09-04 Joseph SuttonFix Python docstrings
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-06-24 Andrew Bartlettpy3: Remove duplicated PyUnicode_Check() after the...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-05-16 Noel Powerlib/tevent: squash 'cast between incompatible function...
2019-02-08 Douglas Bagnallpy_tevent: add_timer takes float argument
2018-04-30 Noel Powerlib/tevent: Additionally accept unicode as string param...
2015-06-12 Stefan Metzmacherpytevent: add a TeventTimer_Object_ref helper structure...
2015-06-12 Stefan Metzmacherpytevent: remove const warnings using discard_const_p()
2015-06-12 Stefan Metzmacherpytevent: remove dead code TEVENT_DEPRECATED is never...
2015-06-10 Petr Viktorinpytevent: Port to Python 3
2015-06-10 Petr Viktorinpytalloc: Improve timer wrapper, and test it
2015-06-10 Petr Viktorinpytevent: Define missing TeventFd_Type object
2015-06-10 Petr Viktorinpytevent: Better error and reference handling
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-01-31 Amitay Isaacstevent: Fix python documentation strings
2011-12-07 Jelmer VernooijAdd version attribute for pytevent.
2011-03-19 Jelmer Vernooijlib/: Fix prototypes for functions.
2010-11-11 Matthias Dieter... s4:pytevent.c - fix a discard const warning
2010-09-25 Jelmer Vernooijpyteven: Fix build warnings.
2010-09-25 Jelmer Vernooijpytevent: Add more tests.
2010-09-25 Jelmer Vernooijpytevent: Fill in client side fnuctions.
2010-09-25 Jelmer Vernooijtevent: Add infrastructure for python bindings.
2009-05-16 Jelmer Vernooijtevent: Remove python module.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAvoid using tevent_util.h, which won't be available...
2009-02-21 Jelmer Vernooijpytevent: Fix include path - tevent_util is not installed.
2009-02-16 Stefan Metzmachertevent: fix compiler warning in pytevent.c
2009-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Stefan Metzmacherlib/tevent: include replace.h in pytevent.c
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Stefan Metzmachertevent: change pytevent to tevent_*
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijpython/tevent: Remove use of pytalloc.h.
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijFix tevent python module build as part of samba 4.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijStop using SWIG for ldb Python bindings.