Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | acprep: Replace deprecated getargspec with getfullargspec | Alexis Hildebrandt | 2023-02-01 | 1 | -4/+1 | |
* | Updated lib/utfcpp | Alexis Hildebrandt | 2023-02-01 | 29 | -157/+2769 | |
* | Update flake.lock | Alexis Hildebrandt | 2023-02-01 | 1 | -3/+3 | |
* | Fix deprecation warnings | Alexis Hildebrandt | 2023-02-01 | 1 | -14/+18 | |
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 17 | -30/+0 | |
* | Remove support for Python 2.x | Alexis Hildebrandt | 2023-02-01 | 8 | -356/+15 | |
* | Remove Python 2 references from .travis.yml | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 | |
* | Minor cosmetic changes | Alexis Hildebrandt | 2023-02-01 | 2 | -4/+4 | |
* | Sort 786A3DD0.test chronologically by date | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 | |
* | Attempt to fix Linux CI failure | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 | |
* | Rerun failed tests with output | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 | |
* | Update checkout action to Node.js 16 | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 | |
* | If the amount-width has not been set, use the old default of 20 | John Wiegley | 2023-01-27 | 2 | -3/+10 | |
* | Use amount_width for balance report | Vladimir Parfinenko | 2023-01-27 | 1 | -3/+3 | |
* | Fix python/c++ conversion for boost::optional<T> | David Sklar | 2023-01-27 | 2 | -4/+14 | |
* | Fix IDENT format comment to match recent change 35713fe79 | Donald Lam | 2023-01-27 | 1 | -1/+1 | |
* | Disallow numbers in function names | John Wiegley | 2023-01-25 | 2 | -1/+3 | |
* | Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirk | Donald Lam | 2023-01-25 | 6 | -18/+27 | |
* | typo and column alignment | spaette | 2023-01-23 | 4 | -4/+4 | |
* | Initial fix for #2147 | WY | 2023-01-20 | 2 | -1/+29 | |
* | Python: Transaction.remove_post should call xact_base_t::remove_post | David Sklar | 2023-01-10 | 2 | -7/+22 | |
* | Python: test cleanups | David Sklar | 2023-01-09 | 4 | -8/+9 | |
* | fix brew link error on mac CI | Andy Clayton | 2023-01-09 | 1 | -0/+9 | |
* | typos | spaette | 2023-01-07 | 6 | -10/+10 | |
* | Add compatability for Python 3.10 and later to acprep | Alexis Hildebrandt | 2022-12-29 | 1 | -1/+4 | |
* | docs: add info on on expr directive | Martin Michlmayr | 2022-12-27 | 1 | -1/+1 | |
* | Update Debian releases | Martin Michlmayr | 2022-12-26 | 1 | -3/+3 | |
* | Add python support for error_context | Adam Wendt | 2022-11-13 | 1 | -0/+7 | |
* | Fix balancing commodity with smaller unit. | Maria | 2022-10-11 | 3 | -1/+27 | |
* | xml: Include posting-specific payee in output | Gwyneth Morgan | 2022-10-10 | 1 | -0/+3 | |
* | Handle return value of PyUnicode_READY | Alexis Hildebrandt | 2022-10-02 | 1 | -1/+2 | |
* | Fix handling of UCS-2 encoded strings | Alexis Hildebrandt | 2022-10-02 | 2 | -13/+13 | |
* | Fix handling of UCS-1 encoded strings | Alexis Hildebrandt | 2022-10-02 | 2 | -12/+16 | |
* | Properly handle PyUnicode_1BYTE_DATA | Alexis Hildebrandt | 2022-07-20 | 1 | -3/+1 | |
* | Fix use of deprecated Python legacy Unicode API | Alexis Hildebrandt | 2022-07-20 | 1 | -18/+52 | |
* | Fix typos found by codespell | Alexis Hildebrandt | 2022-07-19 | 16 | -30/+30 | |
* | Fix SIGABRT when python subcommand raises an exception | Aaron L. Zeng | 2022-07-13 | 1 | -2/+3 | |
* | Fix typo | Martin Michlmayr | 2022-07-08 | 1 | -1/+1 | |
* | Add usePython option to flake.nix | Alexis Hildebrandt | 2022-07-08 | 1 | -3/+15 | |
* | Add useGgpme option to flake.nix | Alexis Hildebrandt | 2022-07-08 | 1 | -2/+8 | |
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 128 | -129/+129 | |
* | Improve update copyright year script | Alexis Hildebrandt | 2022-07-02 | 1 | -5/+9 | |
* | Replace os.path.abspath with os.path.realpath | Alexis Hildebrandt | 2022-07-01 | 5 | -10/+10 | |
* | Document --exchange can accept multiple commodities | Gwyneth Morgan | 2022-06-29 | 2 | -13/+62 | |
* | acprep: add support for arch linux | Balaji Sivaraman | 2022-06-26 | 1 | -1/+19 | |
* | Bump required CMake version | Oleg Bulatov | 2022-05-06 | 1 | -1/+1 | |
* | Fix unrounding for equity | Oleg Bulatov | 2022-05-06 | 4 | -3/+36 | |
* | Remove git from brew install | Oleg Bulatov | 2022-05-05 | 1 | -1/+1 | |
* | Fix test formatting | John Wiegley | 2022-05-03 | 1 | -3/+3 | |
* | Add test/regress/2109.test | John Wiegley | 2022-05-03 | 1 | -0/+23 |