Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-make-test_version-more-lax-to-accept-non-git-hg-vers.patch | make test_version more lax to accept non git/hg versions | Stefano Zacchiroli <zack@debian.org> | no | 2025-01-28 | ||
0002-beancount-scripts-doctor_test.py-Allow-pytest-import.patch | beancount/scripts/doctor_test.py: Allow pytest import | Boyuan Yang <byang@debian.org> | no | 2025-01-28 | ||
backport/7c69601a699560672387eb0c6400c3254d71fa11.patch | [PATCH] Fixed #933: added optional option. | blais <blais@furius.ca> | no | 2025-01-19 | ||
backport/4dd81ab112cc50ce5e984dda45e78f5c02ecdc4d.patch | [PATCH] allow balance postings on non-leaf accounts - Adjust logic to allow balance postings for non-leaf accounts. - Refactor LeafOnly plugin - Add unit test to verify the updated behavior and ensure correctness. |
dtrai2 <d.trai282@gmail.com> | no | 2025-01-14 | ||
backport/bfcef16d1cd059cc8350a94e48416adb2cdb1550.patch | [PATCH] Use `Optional[T]` instead of `T | None` for Python 3.9 compatibility While most typing annotations are consumed only by type checkers, a handful of them provide information that can be useful at runtime. For example, beanquery uses typing annotations for the fields of the named tuples holding ledger directive represenations derive table column types. Make sure that these typing annotations can be interpreted in all supported Python versions. This requires converting some use of the `T | None` form to `Optional[T]`. Add a test to avoid regressions. |
Daniele Nicolodi <daniele@grinta.net> | no | 2025-01-02 | ||
backport/c8803e3d47b9a72ac0920b8cdaa6758a221801a6.patch | [PATCH] Fixed #933: automatically follow-links in document finding. | blais <blais@furius.ca> | no | 2025-01-23 | ||
backport/994c8a705aa724501c49a5c7ab2df9f6d7c6c456.patch | [PATCH] Fix #934: date(1,1,1) should be None. | blais <blais@furius.ca> | no | 2025-01-23 |