index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved around and renamed a very large amount of code in order to rationalize
John Wiegley
2008-07-29
1
-373
/
+0
|
|
|
|
the way that value expressions extract information from journal objects.
*
Migrated over both code and build environment from was-v3.0 branch.
John Wiegley
2008-05-08
1
-0
/
+373
|
*
Removed Python integration support.
John Wiegley
2008-04-13
1
-373
/
+0
|
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
|
*
Added missing colons.
John Wiegley
2008-04-13
1
-2
/
+2
|
*
Enabled the --reconcile option, since everything it relies on is now
John Wiegley
2008-04-13
1
-14
/
+13
|
|
|
|
exposed through python.
*
Added code for using reconcile_transactions, but it still need som
John Wiegley
2008-04-13
1
-0
/
+15
|
|
|
|
eporting.
*
Changed the script ot rely on the C++ output formatters, rather than
John Wiegley
2008-04-13
1
-177
/
+31
|
|
|
|
the Python versions of before.
*
Updated the Python driver to mostly match the C++ driver again.
John Wiegley
2008-04-13
1
-78
/
+99
|
*
*** empty log message ***
John Wiegley
2008-04-13
1
-2
/
+7
|
*
updated to version 2.0
John Wiegley
2008-04-13
1
-0
/
+479
|
*
changes
John Wiegley
2008-04-13
1
-398
/
+0
|
*
updated main.py to reflect recent changes to main.cc
John Wiegley
2004-09-26
1
-4
/
+5
|
*
finished balance reporting capability in main.py
John Wiegley
2004-09-26
1
-7
/
+10
|
*
added support for "equity" in main.py
John Wiegley
2004-09-24
1
-6
/
+53
|
*
added a custom transaction formatter, format_entries, used by "print"
John Wiegley
2004-09-24
1
-5
/
+40
|
*
fixed an obscure "print" bug
John Wiegley
2004-09-24
1
-3
/
+10
|
*
fixed a rather obscure memory bug, which also simplified some code
John Wiegley
2004-09-24
1
-2
/
+3
|
*
a bit more refactoring
John Wiegley
2004-09-23
1
-1
/
+1
|
*
added lots of commenting to main.py
John Wiegley
2004-09-23
1
-9
/
+92
|
*
the "bal" command mostly works now in main.py; added a finalize_entry hook
John Wiegley
2004-09-20
1
-21
/
+49
|
*
some changes in the way formatting strings are handled; for simplicity
John Wiegley
2004-09-18
1
-14
/
+24
|
*
fixes to main.py
John Wiegley
2004-09-17
1
-3
/
+2
|
*
changed the management of "xdata" in walk.h
John Wiegley
2004-09-17
1
-6
/
+8
|
*
using main.py is now only 50% slower than using main.cc
John Wiegley
2004-09-14
1
-4
/
+42
|
*
main.py does everything except balance reports now
John Wiegley
2004-09-14
1
-8
/
+35
|
*
main.py now implements nearly all the functionality of main.cc
John Wiegley
2004-09-14
1
-20
/
+88
|
*
further python integration improvements
John Wiegley
2004-09-14
1
-4
/
+7
|
*
make config_t visible to Python; almost possible to implement main.cc in main.py
John Wiegley
2004-09-14
1
-6
/
+8
|
*
ledger.so can now call back to functions in the calling interpretor (see ↵
John Wiegley
2004-09-14
1
-5
/
+8
|
|
|
|
main.py)
*
python integrated both ways (see sample.dat), and initialized on-demand
John Wiegley
2004-09-14
1
-1
/
+1
|
*
improvements to python exposure of commodity_t
John Wiegley
2004-09-11
1
-2
/
+1
|
*
added support for ValueExpr objects to python.
John Wiegley
2004-09-10
1
-4
/
+7
|
*
added python support for Format() objects. see main.py
John Wiegley
2004-09-10
1
-2
/
+5
|
*
interval_t objects now play nicely with python. see the bottom of main.py
John Wiegley
2004-09-10
1
-0
/
+5
|
*
slight changed semantics of item_handler<T>, to play better with Boost.Python
John Wiegley
2004-09-10
1
-2
/
+2
|
*
Python fixes; starting adding support for using item_handlers in python
John Wiegley
2004-09-08
1
-1
/
+9
|
*
optimize python iterations of entries, transactions; use exceptions more
John Wiegley
2004-09-08
1
-1
/
+2
|
*
setup_ledger.py needs to link against libgmp
John Wiegley
2004-09-08
1
-4
/
+2
|
*
a bit of a reorg; still much more to go
John Wiegley
2004-08-29
1
-0
/
+13
|
*
removed the "standalone" flag (unsafe with Boost)
John Wiegley
2004-08-28
1
-0
/
+11