summaryrefslogtreecommitdiff
path: root/src/py_journal.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed an internal reference issue with PythonJohn Wiegley2009-11-141-12/+28
* Added a Journal.collect method to PythonJohn Wiegley2009-11-121-0/+106
* Removed unnecessary codeJohn Wiegley2009-11-121-1/+1
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+1
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-46/+0
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-4/+4
* Expose journal_t::read to PythonJohn Wiegley2009-11-071-0/+7
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-3/+3
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-6/+6
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-0/+5
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+2
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-1/+11
* Added Python interface for journal_tJohn Wiegley2009-11-031-327/+129
* Removed some dead codeJohn Wiegley2009-06-271-11/+0
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+0
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-3/+3
* Moved python/*.cc files into src/John Wiegley2009-02-241-0/+437