gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Thu Jun 25 20:47:51 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/cb6b1408 (commit)
via https://github.com/Gnucash/gnucash/commit/5dea8dfe (commit)
via https://github.com/Gnucash/gnucash/commit/115ef7f6 (commit)
via https://github.com/Gnucash/gnucash/commit/b616838c (commit)
via https://github.com/Gnucash/gnucash/commit/68eaeaae (commit)
via https://github.com/Gnucash/gnucash/commit/e1f03913 (commit)
via https://github.com/Gnucash/gnucash/commit/4c52ba3a (commit)
from https://github.com/Gnucash/gnucash/commit/dc03a84c (commit)
commit cb6b1408056eea1eae8d88777e3cf84b7b7e0936
Merge: dc03a84c33 5dea8dfe5c
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Jun 25 17:37:29 2026 -0700
Merge Oliver Lok Trevor's 'fix-glist-python-bindings' into stable
commit 5dea8dfe5cda8a217dd2c1ac2bea424098257903
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Tue Apr 28 17:45:46 2026 -0400
Removed unnecessary list reversal as per code review. Removed stray include.
commit 115ef7f657c90bde09d0d3293dc1869ce5507822
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Wed Apr 30 15:51:10 2025 -0400
Added unit test.
commit b616838ce3deae8fecb541b3467f29a28efc5605
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Sat Mar 29 19:55:16 2025 -0400
Made GList converter get type from SWIG itself to avoid long string of type-checks.
commit 68eaeaae8b966491615896e60503b0a8b59534c4
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Tue Mar 18 19:54:32 2025 -0400
Moved list type conversions for Python to Python-specific binding definition files.
commit e1f03913fd5f92694558a1a92b0d4c62ba6b6f27
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Sat Mar 15 18:56:54 2025 -0400
Added missing include that sometimes causes build errors about INT64_MAX.
commit 4c52ba3ae59381f04061c2cdee2b1dcfee576df1
Author: Oliver Lok Trevor <featherfeet5436 at gmail.com>
Date: Sun Mar 9 19:42:01 2025 -0400
Added SWIG type translator for C functions that take GList* arguments to autoconvert Python lists of high-level Gnucash core objects. Fixes issue with Customer.ApplyPayment in Python (gncOwnerApplyPaymentSecs in C).
Summary of changes:
bindings/python/gnucash_core.i | 31 +++++++++++++++++++++++++++++++
bindings/python/tests/test_business.py | 11 +++++++++++
2 files changed, 42 insertions(+)
More information about the gnucash-patches
mailing list