summaryrefslogtreecommitdiff
path: root/python/py_amount.cc
Commit message (Collapse)AuthorAgeFilesLines
* Restored the py_amount and py_balance mappingsJohn Wiegley2009-02-241-0/+340
|
* Removed a great many unnecessary Boost.Python files.John Wiegley2009-02-071-333/+0
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-8/+7
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-41/+0
|
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-35/+38
|
* Corrected Python reference to the AmountParse enum.John Wiegley2009-01-311-4/+4
|
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+4
| | | | | As a result, dependency on the gdtoa was dropped, and dependency on mpfr was added.
* Removed all dependency on gdtoa.John Wiegley2009-01-301-38/+0
|
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-3/+7
|
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-12/+46
|
* Extended the amount_t Python mapping to handle the 3rd case of value().John Wiegley2009-01-281-1/+7
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* The Python interface code is now building again and passes its unit tests.John Wiegley2008-08-071-1/+3
|
* The Python interface layer is building again.John Wiegley2008-08-071-4/+44
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+320
is in doc/, etc.