summaryrefslogtreecommitdiffstats
path: root/bindings/python/lang.py
Commit message (Expand)AuthorAgeFilesLines
* bindings/python: fix conversion of unicode value to UTF-8 for settersBenjamin Dauvergne2014-05-281-1/+1
* Fix generators for parsing of integer valuesSimo Sorce2014-04-231-2/+2
* bindings/python: automatically encode string into utf-8 when passing unicode ...Benjamin Dauvergne2013-12-111-0/+13
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* python: do not fail displaying a non-C error (fixes #3866)Frédéric Péters2013-10-231-1/+4
* [bindings/python] in constructors wrappers build the return value beforeBenjamin Dauvergne2012-05-051-10/+11
* [bindings/python] free xmlnode argument owned by the calleeBenjamin Dauvergne2012-05-051-0/+2
* [bindings/python] fix some indentationBenjamin Dauvergne2012-05-051-1/+1
* [bindings/python] boolean values does not need to be releasedBenjamin Dauvergne2012-05-051-2/+2
* [bindings python] make constructor failure raise a lasso.Error exceptionBenjamin Dauvergne2010-12-141-1/+1
* [Strings] add string constant for the internal XML attributes used in dumpsBenjamin Dauvergne2010-09-031-1/+1
* [Python binding] do not throw lasso.Error for python exceptionsBenjamin Dauvergne2010-07-051-1/+1
* Binding python: fix freeing of list return values for methods with the transf...Benjamin Dauvergne2010-06-141-3/+3
* Binding python: call lasso_init() first in init_lasso()Benjamin Dauvergne2010-06-091-2/+0
* Bindings: keep retro compatibility for member field namesBenjamin Dauvergne2010-06-061-0/+3
* Binding python: fix use of raise_on_rc, simplift Node.__setstate__Benjamin Dauvergne2010-04-061-7/+6
* Binding python: fix problem of classes without an initializerBenjamin Dauvergne2010-03-271-5/+7
* Binding python: accept a functio as setter, if it has only two argumentsBenjamin Dauvergne2010-03-021-1/+1
* Bindings python: use more accessors from utils.pyBenjamin Dauvergne2010-02-221-41/+31
* Binding python: add pickling support to LassoNodeBenjamin Dauvergne2010-02-221-0/+10
* Binding python: simplify special constructor, use cptrToPyBenjamin Dauvergne2010-02-171-5/+1
* Binding python: factorize value freeing generation codeBenjamin Dauvergne2010-02-171-3/+31
* Binding python: fix leak in string gettersBenjamin Dauvergne2010-02-151-1/+1
* Bindings python: remove default argument if there is parameters without defau...Benjamin Dauvergne2010-02-121-0/+25
* Bindings: restore ID-WSF constants, improve python getters,Benjamin Dauvergne2010-02-041-80/+62
* Binding python: fix getter for non-object fieldsBenjamin Dauvergne2010-02-041-5/+13
* Binding python: make a better use of default value annotation for creating me...Benjamin Dauvergne2010-01-291-1/+4
* Bindings: java, php5, python simplify logic in binding generatorBenjamin Dauvergne2010-01-281-84/+121
* Bindings python: use is_cstring for matching GList element typeBenjamin Dauvergne2010-01-141-1/+1
* Bindings: add support for time_t to bindings, add support for 'string' type f...Benjamin Dauvergne2010-01-121-1/+1
* Binding python: provide old binding name for set_encryptionModeBenjamin Dauvergne2010-01-121-0/+1
* Bindings: simplify GList handlingBenjamin Dauvergne2010-01-041-36/+56
* Bindings: make the binding infrastructure understand GObject-introspections a...Benjamin Dauvergne2010-01-041-88/+123
* Bindings: add support for gucharBenjamin Dauvergne2009-09-111-5/+5
* * Remove ending blanksBenjamin Dauvergne2008-09-121-4/+4
* * Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers).Benjamin Dauvergne2008-09-121-3/+3
* Lookup wrapper_{top,bottom}.c files in the src_dir, useful for VPATH buildBenjamin Dauvergne2008-08-051-2/+3
* Move all python binding related files inside the python subdirectoryBenjamin Dauvergne2008-08-051-0/+887