gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Sep 8 16:53:46 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/1a7c5b9a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ab66623 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/63848543 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0551ee36 (commit)
	from  https://github.com/Gnucash/gnucash/commit/148f2413 (commit)



commit 1a7c5b9a32df1d0ccd7e739a70b3d0f38e4dda36
Merge: 148f241 3ab6662
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 8 13:20:51 2018 -0700

    Merge Christoff Holterman's Bug 796137 repair into maint.

commit 3ab66623cda4b65630e2c0902a231eb9c8a45624
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Fri Sep 7 00:09:47 2018 +0200

    Bug 796137 - implement search_for as method of Python Query
    
    The last three commits fix the main part of Bug 796137. An inconvenience
    with GSList remains as for the moment qof_query_add_boolean_match only
    accepts bytes as parameter and no strings. This still needs to be fixed.

commit 638485431910a314d9e174619bddd5c0e1b57144
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Fri Sep 7 15:06:22 2018 +0200

    Bug 796137 - Fix QofIdType and QofIdTypeConst to work with python3
    
    Patch by David Osguthorpe to provide typemaps so that SWIG doesn't
    free buffers mem when buffer is saved as part of query struct leading
    to garbage content. See https://bugs.gnucash.org/show_bug.cgi?id=796137

commit 0551ee36e8e87fac3cf6cbd3d614aa7fa2fc0ba0
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Fri Sep 7 00:07:29 2018 +0200

    add option to exclude specified methods
    
    an exclude option is being added to add_constructor_and_methods_with_prefix and
    add_methods_with_prefix



Summary of changes:
 bindings/python/function_class.py | 16 ++++++++++------
 bindings/python/gnucash_core.py   | 13 ++++++++++---
 common/base-typemaps.i            | 22 ++++++++++++++++++++++
 3 files changed, 42 insertions(+), 9 deletions(-)



More information about the gnucash-patches mailing list