gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Mar 1 05:30:22 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/ab2edfcc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/08af4ce9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f1f450ce (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4502afad (commit)
	from  https://github.com/Gnucash/gnucash/commit/5c468b33 (commit)



commit ab2edfccf10d4c91b48cb883ca32707e95c3263c
Merge: 5c468b33b 08af4ce9b
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Mar 1 11:00:53 2020 +0100

    quality-of-life improvements for python bindings

commit 08af4ce9bd3046b14af407f7b7c603dbd888d6ee
Author: andygoblins <andygoblins at gmx.com>
Date:   Sat Feb 22 11:28:50 2020 -0600

    context manager examples

commit f1f450cedc6ed9d79bf45f1045fc933c403bd171
Author: andygoblins <andygoblins at gmx.com>
Date:   Sun Feb 9 14:53:17 2020 -0600

    make Session a context manager

commit 4502afad4fbffcb394967cc7f47de87381dd58a9
Author: andygoblins <andygoblins at gmx.com>
Date:   Sun Feb 9 14:37:06 2020 -0600

    fix __eq__ in Split and Transaction
    
    Compare guids with .Equal() when comparing Split and Transaction instances.



Summary of changes:
 bindings/python/example_scripts/simple_book.py    |  16 +--
 bindings/python/example_scripts/simple_session.py |  21 ++-
 bindings/python/example_scripts/simple_test.py    | 152 +++++++++++-----------
 bindings/python/gnucash_core.py                   |  15 +++
 bindings/python/tests/test_split.py               |   5 +
 bindings/python/tests/test_transaction.py         |   5 +
 6 files changed, 115 insertions(+), 99 deletions(-)



More information about the gnucash-patches mailing list