Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -6/+6 |
* | Added __str__ and __repr__ methods for ledger.Value. | John Wiegley | 2009-02-03 | 1 | -0/+16 |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -18/+0 |
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 1 | -5/+2 |
* | Changed to using rational numbers instead of integer approximations. | John Wiegley | 2009-01-30 | 1 | -0/+2 |
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -32/+0 |
* | Fully exported the value_t type to Python. | John Wiegley | 2009-01-28 | 1 | -12/+283 |
* | Create a py_value module, for translating value_t objects to/from Python. | John Wiegley | 2009-01-23 | 1 | -0/+83 |