summaryrefslogtreecommitdiff
path: root/src/py_account.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor python related types into ledger::python namespaceAlexis Hildebrandt2023-04-121-3/+4
* Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-121-0/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-051-1/+2
* [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
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Improve Embedded Python SupportELIPTUS2014-11-121-2/+25
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-2/+2
* Disable unused codeJohn Wiegley2012-02-171-0/+2
* Untabified all source filesJohn Wiegley2010-06-111-32/+32
* Updated to Boost 1.43John Wiegley2010-05-271-3/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Fixed Ledger/Python byte vs. char Unicode bridgeJohn Wiegley2009-11-201-1/+7
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-5/+5
* Made many object methods in Python propertiesJohn Wiegley2009-11-051-4/+6
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-2/+2
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-2/+7
* Added Python interface for account_tJohn Wiegley2009-11-031-0/+222