summaryrefslogtreecommitdiff
path: root/src/py_utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Added by-value conversions to Python for bool. This allowed me toJohn Wiegley2008-04-131-0/+35
| | | | expose all of the amount_t members now.
* Added code for converting ledger::string and boost::date_time to theirJohn Wiegley2008-04-131-0/+46
respective Python counterparts.