summaryrefslogtreecommitdiff
path: root/lib/tevent/pytevent.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-05-16python: Safely clear structure membersJoseph Sutton1-2/+2
2023-02-03tevent/pytevent: remove no-op defineDouglas Bagnall1-1/+0
2023-02-03tevent/pytevent: remove py2 ifdefsDouglas Bagnall1-16/+0
2023-01-18tevent: remove unused register_backend() from python bindingsStefan Metzmacher1-130/+0
2021-09-04Fix Python docstringsJoseph Sutton1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-8/+8
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-2/+2
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett1-4/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-3/+1
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-3/+1
2019-05-16lib/tevent: squash 'cast between incompatible function types' warningNoel Power1-23/+50
2019-02-08py_tevent: add_timer takes float argumentDouglas Bagnall1-2/+6
2018-04-30lib/tevent: Additionally accept unicode as string param in Py2Noel Power1-1/+1
2015-06-12pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher1-9/+13
2015-06-12pytevent: remove const warnings using discard_const_p()Stefan Metzmacher1-13/+23
2015-06-12pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher1-48/+0
2015-06-10pytevent: Port to Python 3Petr Viktorin1-13/+57
2015-06-10pytalloc: Improve timer wrapper, and test itPetr Viktorin1-17/+130
2015-06-10pytevent: Define missing TeventFd_Type objectPetr Viktorin1-0/+13
2015-06-10pytevent: Better error and reference handlingPetr Viktorin1-6/+25
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-6/+6
2012-01-31tevent: Fix python documentation stringsAmitay Isaacs1-2/+2
2011-12-07Add version attribute for pytevent.Jelmer Vernooij1-0/+2
2011-03-19lib/: Fix prototypes for functions.Jelmer Vernooij1-1/+3
2010-11-11s4:pytevent.c - fix a discard const warningMatthias Dieter Wallnöfer1-1/+1
2010-09-25pyteven: Fix build warnings.Jelmer Vernooij1-6/+16
2010-09-25pytevent: Add more tests.Jelmer Vernooij1-2/+19
2010-09-25pytevent: Fill in client side fnuctions.Jelmer Vernooij1-52/+393
2010-09-25tevent: Add infrastructure for python bindings.Jelmer Vernooij1-0/+394
2009-05-16tevent: Remove python module.Jelmer Vernooij1-143/+0
2009-03-01Avoid using tevent_util.h, which won't be available if we use the systemJelmer Vernooij1-2/+2
2009-02-16tevent: fix compiler warning in pytevent.cStefan Metzmacher1-1/+3
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-12/+16
2009-01-30lib/tevent: include replace.h in pytevent.cStefan Metzmacher1-0/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+6
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2009-01-02tevent: change pytevent to tevent_*Stefan Metzmacher1-19/+20
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-12-23python/tevent: Remove use of pytalloc.h.Jelmer Vernooij1-8/+21
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-0/+1
2008-12-20Fix tevent python module build as part of samba 4.Jelmer Vernooij1-0/+6
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-0/+110