Fix a few "might be uninitialized" errors
[samba.git] / lib / talloc / pytalloc.c
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-02-17 Douglas Bagnalltalloc: remove Python 2 #if clauses
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-03-16 David DisseldorpBug 9931: change pytalloc source to LGPL
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormat() compatability macro
2019-05-16 Noel Powerlib/talloc: squash 'cast between incompatible function...
2019-03-26 Kristján Valurpytalloc: Check for errors during module initialization.
2018-05-16 Timur I. BakeyevRemove extra 0x prefix for the "%p" format specifiers...
2017-02-25 Stefan Metzmacherpytalloc: add pytalloc_GenericObject_{steal,reference...
2016-05-09 Douglas Bagnallpytalloc: avoid double 0x0x in repr strings
2016-03-08 Andrew Bartlettpytalloc: Add new BaseObject
2015-05-19 Petr Viktorinpytalloc: Port to Python 3
2015-04-23 Petr Viktorinpytalloc: Fix comparison of disparate types
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-05 Björn Jacketalloc: remove unused variables
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2011-01-01 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2010-12-05 Jelmer Vernooijpytalloc: Add docstring for talloc.Object.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_cmp private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_dealloc private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_repr private (now...
2010-11-30 Jelmer Vernooijtalloc: Add talloc object.
2010-11-07 Jelmer Vernooijpytalloc: Make some arguments optional.
2010-11-05 Jelmer Vernooijtalloc: Add python talloc module, move convenience...
2010-11-05 Jelmer Vernooijtalloc: rename pytalloc.c to pytalloc_util.c
2010-10-24 Stefan Metzmachertalloc: pytalloc should not depend on samba specific...
2010-10-20 Kamen Mazdrashkipytalloc: use talloc_unlink() to free py_talloc objects
2010-10-08 Kamen Mazdrashkipytalloc: Fix warning that we are subtracting void...
2010-09-21 Jelmer Vernooijpytalloc: Add default compare function.
2010-09-21 Jelmer Vernooijpidl: Fix segfault when accessing unicode objects.
2010-09-02 Andrew Tridgellpidl-python: cope with NULL pointers in more places
2010-09-02 Andrew Tridgellpytalloc: treat a NULL ptr as Py_None
2010-08-25 Andrew Tridgellpytalloc: fixed py_talloc_steal()
2010-08-25 Andrew Tridgells4-pytalloc: use better names for python talloc objects
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-01-21 Jelmer Vernooijs4: Include Python.h early to avoid double definition...
2009-09-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
2009-07-30 Jelmer VernooijDCE/RPC(Python): Rename py_talloc_import to py_talloc_s...
2009-07-01 Andrew Tridgellfixed use of reference in pytalloc
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Stefan Metzmacherlib/talloc: include replace.h in pytalloc.c
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijpytalloc: Add some comments, use talloc object location...
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijMove pytalloc to talloc directory.