John Wiegley
|
720042084d
|
Added code for using reconcile_transactions, but it still need som
eporting.
|
2008-04-13 02:41:02 -04:00 |
|
John Wiegley
|
5671243045
|
Changed the script ot rely on the C++ output formatters, rather than
the Python versions of before.
|
2008-04-13 02:41:02 -04:00 |
|
John Wiegley
|
6e5996e3d0
|
Updated the Python driver to mostly match the C++ driver again.
|
2008-04-13 02:41:01 -04:00 |
|
John Wiegley
|
88042027e7
|
*** empty log message ***
|
2008-04-13 02:40:57 -04:00 |
|
John Wiegley
|
c9fb11bd60
|
updated to version 2.0
|
2008-04-13 02:40:47 -04:00 |
|
John Wiegley
|
a32173ace6
|
changes
|
2008-04-13 02:40:47 -04:00 |
|
John Wiegley
|
17808869b2
|
updated main.py to reflect recent changes to main.cc
|
2004-09-26 01:02:43 -04:00 |
|
John Wiegley
|
dbc55008cb
|
finished balance reporting capability in main.py
|
2004-09-26 00:57:15 -04:00 |
|
John Wiegley
|
528019ce25
|
added support for "equity" in main.py
|
2004-09-24 07:00:52 -04:00 |
|
John Wiegley
|
d110df6741
|
added a custom transaction formatter, format_entries, used by "print"
|
2004-09-24 06:29:01 -04:00 |
|
John Wiegley
|
2f16a82132
|
fixed an obscure "print" bug
|
2004-09-24 05:33:12 -04:00 |
|
John Wiegley
|
c5d519447e
|
fixed a rather obscure memory bug, which also simplified some code
|
2004-09-24 05:25:52 -04:00 |
|
John Wiegley
|
1416f3b978
|
a bit more refactoring
|
2004-09-23 21:54:11 -04:00 |
|
John Wiegley
|
e742633cf1
|
added lots of commenting to main.py
|
2004-09-23 19:17:03 -04:00 |
|
John Wiegley
|
5429792edc
|
the "bal" command mostly works now in main.py; added a finalize_entry hook
|
2004-09-20 03:25:28 -04:00 |
|
John Wiegley
|
18879bbe85
|
some changes in the way formatting strings are handled; for simplicity
|
2004-09-18 02:33:51 -04:00 |
|
John Wiegley
|
a2bbd7dc8f
|
fixes to main.py
|
2004-09-17 19:33:10 -04:00 |
|
John Wiegley
|
79b664f6f0
|
changed the management of "xdata" in walk.h
|
2004-09-17 04:38:24 -04:00 |
|
John Wiegley
|
5d99b1e241
|
using main.py is now only 50% slower than using main.cc
|
2004-09-14 19:15:08 -04:00 |
|
John Wiegley
|
23799b5f4e
|
main.py does everything except balance reports now
|
2004-09-14 18:48:26 -04:00 |
|
John Wiegley
|
0c890de44b
|
main.py now implements nearly all the functionality of main.cc
|
2004-09-14 17:34:48 -04:00 |
|
John Wiegley
|
f2162bf7ee
|
further python integration improvements
|
2004-09-14 06:36:16 -04:00 |
|
John Wiegley
|
061e19e302
|
make config_t visible to Python; almost possible to implement main.cc in main.py
|
2004-09-14 06:25:29 -04:00 |
|
John Wiegley
|
0b0c9b5bd1
|
ledger.so can now call back to functions in the calling interpretor (see main.py)
|
2004-09-14 05:14:58 -04:00 |
|
John Wiegley
|
a013b520ba
|
python integrated both ways (see sample.dat), and initialized on-demand
|
2004-09-14 04:47:41 -04:00 |
|
John Wiegley
|
6c66d1e0ef
|
improvements to python exposure of commodity_t
|
2004-09-11 02:18:04 -04:00 |
|
John Wiegley
|
ff4589caae
|
added support for ValueExpr objects to python.
|
2004-09-10 20:08:07 -04:00 |
|
John Wiegley
|
435b9ed779
|
added python support for Format() objects. see main.py
|
2004-09-10 19:52:51 -04:00 |
|
John Wiegley
|
e1d6c4bff2
|
interval_t objects now play nicely with python. see the bottom of main.py
|
2004-09-10 18:38:52 -04:00 |
|
John Wiegley
|
6261da4660
|
slight changed semantics of item_handler<T>, to play better with Boost.Python
|
2004-09-10 04:38:38 -04:00 |
|
John Wiegley
|
72d69d3ec9
|
Python fixes; starting adding support for using item_handlers in python
|
2004-09-08 21:21:21 -04:00 |
|
John Wiegley
|
842359474e
|
optimize python iterations of entries, transactions; use exceptions more
|
2004-09-08 03:33:56 -04:00 |
|
John Wiegley
|
612e94ceaa
|
setup_ledger.py needs to link against libgmp
|
2004-09-08 02:00:20 -04:00 |
|
John Wiegley
|
032afa5657
|
a bit of a reorg; still much more to go
|
2004-08-29 03:23:55 -04:00 |
|
John Wiegley
|
3034529d54
|
removed the "standalone" flag (unsafe with Boost)
|
2004-08-28 04:48:43 -04:00 |
|