summaryrefslogtreecommitdiff
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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 main...John Wiegley2004-09-141-5/+8
* 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