summaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+373
|
* Removed Python integration support.John Wiegley2008-04-131-373/+0
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* Added missing colons.John Wiegley2008-04-131-2/+2
|
* Enabled the --reconcile option, since everything it relies on is nowJohn Wiegley2008-04-131-14/+13
| | | | exposed through python.
* Added code for using reconcile_transactions, but it still need somJohn Wiegley2008-04-131-0/+15
| | | | eporting.
* Changed the script ot rely on the C++ output formatters, rather thanJohn Wiegley2008-04-131-177/+31
| | | | the Python versions of before.
* Updated the Python driver to mostly match the C++ driver again.John Wiegley2008-04-131-78/+99
|
* *** empty log message ***John Wiegley2008-04-131-2/+7
|
* updated to version 2.0John Wiegley2008-04-131-0/+479
|
* changesJohn Wiegley2008-04-131-398/+0
|
* updated main.py to reflect recent changes to main.ccJohn Wiegley2004-09-261-4/+5
|
* finished balance reporting capability in main.pyJohn Wiegley2004-09-261-7/+10
|
* added support for "equity" in main.pyJohn Wiegley2004-09-241-6/+53
|
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-5/+40
|
* fixed an obscure "print" bugJohn Wiegley2004-09-241-3/+10
|
* fixed a rather obscure memory bug, which also simplified some codeJohn Wiegley2004-09-241-2/+3
|
* a bit more refactoringJohn Wiegley2004-09-231-1/+1
|
* added lots of commenting to main.pyJohn Wiegley2004-09-231-9/+92
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-21/+49
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-14/+24
|
* fixes to main.pyJohn Wiegley2004-09-171-3/+2
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-6/+8
|
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-141-4/+42
|
* main.py does everything except balance reports nowJohn Wiegley2004-09-141-8/+35
|
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-141-20/+88
|
* further python integration improvementsJohn Wiegley2004-09-141-4/+7
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-6/+8
|
* ledger.so can now call back to functions in the calling interpretor (see ↵John Wiegley2004-09-141-5/+8
| | | | main.py)
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-1/+1
|
* improvements to python exposure of commodity_tJohn Wiegley2004-09-111-2/+1
|
* added support for ValueExpr objects to python.John Wiegley2004-09-101-4/+7
|
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-101-2/+5
|
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-0/+5
|
* slight changed semantics of item_handler<T>, to play better with Boost.PythonJohn Wiegley2004-09-101-2/+2
|
* Python fixes; starting adding support for using item_handlers in pythonJohn Wiegley2004-09-081-1/+9
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-1/+2
|
* setup_ledger.py needs to link against libgmpJohn Wiegley2004-09-081-4/+2
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-0/+13
|
* removed the "standalone" flag (unsafe with Boost)John Wiegley2004-08-281-0/+11