summaryrefslogtreecommitdiff
path: root/src/py_value.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Python bindings for roundtoMax Nikulin2024-08-071-0/+2
* Refactor python related types into ledger::python namespaceAlexis Hildebrandt2023-04-121-0/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Port to python3Dimitri John Ledkov2019-12-051-1/+1
* Remove unused function py_dump_relaxed()Tim Landscheidt2019-01-131-7/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Make bool implicitly convertible in Python to value_tJohn Wiegley2016-11-121-0/+1
* [python] Remove double quotes from unicode valuesAlexis Hildebrandt2016-01-111-1/+0
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Allow dates to be passed to Python value() methodJohn Wiegley2012-03-301-0/+6
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-3/+3
* Removed value_t::price and balance_t::priceJohn Wiegley2012-03-071-2/+1
* Added a new 'python' directiveJohn Wiegley2012-03-011-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-29/+29
* Use ptr_deque for value_t::sequence_tJohn Wiegley2010-06-101-1/+5
* A further simplification of -V and -XJohn Wiegley2010-06-071-3/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Fixed Ledger/Python byte vs. char Unicode bridgeJohn Wiegley2009-11-201-11/+18
* Normalized the value() method for Python numericsJohn Wiegley2009-11-201-0/+17
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-19/+20
* Value.to_sequence returns a valid Python sequenceJohn Wiegley2009-11-111-0/+4
* Added floored() and in_place_floor() methodsJohn Wiegley2009-11-111-0/+2
* Value.basetype in Python returns a Value's base typeJohn Wiegley2009-11-111-0/+18
* Report sought magnitude when balancing errors occurJohn Wiegley2009-11-051-0/+2
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-1/+3
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+1
* Changed two callout commentsJohn Wiegley2009-11-031-2/+2
* Whitespace fixJohn Wiegley2009-11-031-1/+1
* Completed Python bindings for value_tJohn Wiegley2009-11-021-75/+97
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-2/+0
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-3/+3
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+1
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-1/+1
* Moved python/*.cc files into src/John Wiegley2009-02-241-0/+304