Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected Python build. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added COPYRIGHT notice to all files. | John Wiegley | 2008-04-13 | 1 | -0/+31 |
| | |||||
* | Added by-value conversions to Python for bool. This allowed me to | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | | | | expose all of the amount_t members now. | ||||
* | Extended Python amount class. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Added boost::optional support for using with Boost.Python. | John Wiegley | 2008-04-13 | 1 | -9/+65 |
| | |||||
* | Added code for converting ledger::string and boost::date_time to their | John Wiegley | 2008-04-13 | 1 | -0/+22 |
respective Python counterparts. |