summaryrefslogtreecommitdiff
path: root/python/py_value.cc
Commit message (Expand)AuthorAgeFilesLines
* Restored the --budget optionJohn Wiegley2009-02-201-1/+1
* Changed some value_t method namesJohn Wiegley2009-02-161-2/+2
* Removed "total_cost" valexpr, and value_t::costJohn Wiegley2009-02-151-2/+0
* Made (un)reduce rvalue methods more consistentJohn Wiegley2009-02-121-2/+2
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-091-7/+0
* Fixes to the new Python/scope integration code.John Wiegley2009-02-081-2/+2
* Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-081-14/+28
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-4/+0
* Removed a great many unnecessary Boost.Python files.John Wiegley2009-02-071-27/+11
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-6/+6
* Added __str__ and __repr__ methods for ledger.Value.John Wiegley2009-02-031-0/+16
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-18/+0
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-5/+2
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+2
* Removed all dependency on gdtoa.John Wiegley2009-01-301-32/+0
* Fully exported the value_t type to Python.John Wiegley2009-01-281-12/+283
* Create a py_value module, for translating value_t objects to/from Python.John Wiegley2009-01-231-0/+83