summaryrefslogtreecommitdiff
path: root/test/convert.py
Commit message (Expand)AuthorAgeFilesLines
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-081-65/+65
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-1/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Replace os.path.abspath with os.path.realpathAlexis Hildebrandt2022-07-011-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-18/+38
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-0/+2
* All strings passed to Python are now Unicode objectsJohn Wiegley2009-11-101-0/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-0/+10
* Avoid a race condition when making directoriesJohn Wiegley2009-03-081-1/+2
* Moved python/*.cc files into src/John Wiegley2009-02-241-1/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-0/+2
* Corrected Python reference to the AmountParse enum.John Wiegley2009-01-311-0/+1
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-0/+174