summaryrefslogtreecommitdiffstats
path: root/bindings/python/wrapper_top.c
Commit message (Expand)AuthorAgeFilesLines
* [binding python] prevent warning in wrapper_top.c under hardy with gcc 4.2.4Benjamin Dauvergne2011-11-181-1/+2
* [Bindings] accept simple string in string<->xmlNode converterBenjamin Dauvergne2010-06-291-11/+4
* Binding python: find a work around for random behaviour of PyImport_ImportModuleBenjamin Dauvergne2010-06-121-2/+6
* Binding python: fix bad refcounting in get_logger and lasso_python_logBenjamin Dauvergne2010-06-121-7/+13
* Binding python: if lasso.logger exists use it for loggingBenjamin Dauvergne2010-06-101-8/+28
* Binding python: add GLog handler to redirect logs to Python logger named "lasso"Benjamin Dauvergne2010-06-091-0/+42
* Binding python: for empty GList return empty tuples, not NoneBenjamin Dauvergne2010-04-061-12/+12
* Bindings: use lasso_return_xxx macros instead of GLib onesBenjamin Dauvergne2010-02-011-3/+3
* Bindings: java, php5, python simplify logic in binding generatorBenjamin Dauvergne2010-01-281-0/+68
* Python binding: add a pyobject->time_t conversion functionBenjamin Dauvergne2010-01-041-2/+20
* Bindings python: in wrapper_top.c, mark internal function as potentially unusedBenjamin Dauvergne2010-01-041-13/+14
* Python Binding: fix bug of uninitialized ppos argument to PyDict_NextBenjamin Dauvergne2009-06-151-2/+3
* Fix leak in python bindingBenjamin Dauvergne2009-04-301-3/+3
* Fix python 2.4 binding buildJerome Schneider2009-04-171-0/+6
* Fix build issues on amd64 / gcc 4.3Jerome Schneider2009-04-091-1/+1
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-3/+5
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-1/+2
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-6/+7
* * Remove ending blanksBenjamin Dauvergne2008-09-121-21/+21
* * Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers).Benjamin Dauvergne2008-09-121-1/+1
* Move all python binding related files inside the python subdirectoryBenjamin Dauvergne2008-08-051-0/+502