index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
/
pytalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-02-17
talloc: remove Python 2 #if clauses
Douglas Bagnall
1
-48
/
+4
2021-05-19
python: Ensure reference counts are properly incremented
Joseph Sutton
1
-2
/
+2
2021-03-16
Bug 9931: change pytalloc source to LGPL
David Disseldorp
1
-9
/
+13
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2019-06-24
py3: Remove PyStr_FromFormat() compatability macro
Andrew Bartlett
1
-8
/
+2
2019-05-16
lib/talloc: squash 'cast between incompatible function types' warning
Noel Power
1
-1
/
+2
2019-03-26
pytalloc: Check for errors during module initialization.
Kristján Valur
1
-3
/
+13
2018-05-16
Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...
Timur I. Bakeyev
1
-1
/
+1
2017-02-25
pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()
Stefan Metzmacher
1
-0
/
+13
2016-05-10
pytalloc: avoid double 0x0x in repr strings
Douglas Bagnall
1
-1
/
+1
2016-03-08
pytalloc: Add new BaseObject
Andrew Bartlett
1
-0
/
+86
2015-05-19
pytalloc: Port to Python 3
Petr Viktorin
1
-8
/
+79
2015-04-24
pytalloc: Fix comparison of disparate types
Petr Viktorin
1
-1
/
+1
2012-07-05
talloc: remove unused variables
Björn Jacke
1
-5
/
+0
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-21
/
+21
2011-01-03
Revert broken destructor changes.
Jelmer Vernooij
1
-1
/
+1
2011-01-03
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
1
-1
/
+1
2011-01-01
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
1
-3
/
+1
2011-01-01
s4-python: Add more prototypes.
Jelmer Vernooij
1
-0
/
+2
2011-01-01
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
1
-1
/
+1
2010-12-05
pytalloc: Add docstring for talloc.Object.
Jelmer Vernooij
1
-1
/
+3
2010-12-01
pytalloc: Make py_talloc_default_cmp private.
Jelmer Vernooij
1
-0
/
+15
2010-12-01
pytalloc: Make py_talloc_dealloc private.
Jelmer Vernooij
1
-0
/
+11
2010-12-01
pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).
Jelmer Vernooij
1
-0
/
+12
2010-11-30
talloc: Add talloc object.
Jelmer Vernooij
1
-0
/
+15
2010-11-07
pytalloc: Make some arguments optional.
Jelmer Vernooij
1
-6
/
+6
2010-11-05
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
1
-0
/
+84
2010-11-05
talloc: rename pytalloc.c to pytalloc_util.c
Jelmer Vernooij
1
-135
/
+0
2010-10-24
talloc: pytalloc should not depend on samba specific code
Stefan Metzmacher
1
-3
/
+2
2010-10-20
pytalloc: use talloc_unlink() to free py_talloc objects
Kamen Mazdrashki
1
-1
/
+3
2010-10-08
pytalloc: Fix warning that we are subtracting void* pointers
Kamen Mazdrashki
1
-1
/
+1
2010-09-21
pytalloc: Add default compare function.
Jelmer Vernooij
1
-1
/
+14
2010-09-20
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
1
-9
/
+0
2010-09-02
pidl-python: cope with NULL pointers in more places
Andrew Tridgell
1
-0
/
+20
2010-09-02
pytalloc: treat a NULL ptr as Py_None
Andrew Tridgell
1
-1
/
+7
2010-08-25
pytalloc: fixed py_talloc_steal()
Andrew Tridgell
1
-0
/
+8
2010-08-25
s4-pytalloc: use better names for python talloc objects
Andrew Tridgell
1
-0
/
+2
2010-03-29
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
1
-1
/
+1
2010-01-21
s4: Include Python.h early to avoid double definition errors.
Jelmer Vernooij
1
-0
/
+1
2009-09-28
pidl: Avoid using talloc_free as function pointer, since it may be a
Jelmer Vernooij
1
-0
/
+10
2009-07-30
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
1
-3
/
+3
2009-07-01
fixed use of reference in pytalloc
Andrew Tridgell
1
-3
/
+23
2009-01-30
lib/talloc: include replace.h in pytalloc.c
Stefan Metzmacher
1
-0
/
+1
2008-12-23
pytalloc: Add some comments, use talloc object location in repr rather
Jelmer Vernooij
1
-5
/
+15
2008-12-21
py: Fix initialisation of subtypes, fix segfaults.
Jelmer Vernooij
1
-2
/
+2
2008-10-24
Move pytalloc to talloc directory.
Jelmer Vernooij
1
-0
/
+52