| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-19 | pytalloc: Port to Python 3 | Petr Viktorin | 1 | -0/+4 | |
| - Use native string for repr - Use rich comparison Removes the deprecated tp_compare in favor of tp_richcompare. Disparate types cannot be compared (except for == and !=), and True or False objects are returned explicitly. - Use Py_TYPE instead of ob_type This changed to conform to C aliasing rules, see http://legacy.python.org/dev/peps/pep-3123/ - Don't provide CObject creation function A PyCapsule based replacement would be possible, but might not be necessary considering the function is not used much. - Use new-style module initialization Build changes: - Use ABI flag in the lib name and pkg-config template - Use the SAMBA_CHECK_PYTHON macro for finding Python Signed-off-by: Petr Viktorin <pviktori@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | |||||
| 2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -11/+11 | |
| 2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 | |
| metze | |||||
| 2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 | |
| metze | |||||
| 2010-12-01 | pytalloc: Make py_talloc_default_cmp private. | Jelmer Vernooij | 1 | -13/+0 | |
| 2010-12-01 | pytalloc: Make py_talloc_dealloc private. | Jelmer Vernooij | 1 | -11/+0 | |
| 2010-12-01 | pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object). | Jelmer Vernooij | 1 | -12/+0 | |
| 2010-12-01 | pytalloc: Expose PyTalloc_GetObjectType | Jelmer Vernooij | 1 | -2/+2 | |
| 2010-12-01 | pytalloc: Add convenience function for checking if something is a talloc | Jelmer Vernooij | 1 | -0/+27 | |
| object. | |||||
| 2010-11-05 | talloc: rename pytalloc.c to pytalloc_util.c | Jelmer Vernooij | 1 | -0/+135 | |
