index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
py_journal.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor python related types into ledger::python namespace
Alexis Hildebrandt
2023-04-12
1
-6
/
+6
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
fileinfo_t: remove size member
Maximilian Eschenbacher
2022-02-22
1
-3
/
+0
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
journal: Expose register_account to Python
Kyle Fuller
2018-01-23
1
-0
/
+9
*
Expose journal expand_aliases to Python
Kyle Fuller
2017-12-24
1
-0
/
+4
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
Revert "[python] Add fix for Boost.Python compile errors"
Alexis Hildebrandt
2016-06-22
1
-3
/
+0
*
[python] Add fix for Boost.Python compile errors
Alexis Hildebrandt
2016-01-02
1
-0
/
+3
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Added --verify-memory and missing TRACE_[CD]TOR calls
John Wiegley
2012-03-18
1
-1
/
+4
*
Started writing Python unit tests
John Wiegley
2012-03-01
1
-49
/
+44
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-4
/
+7
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Fixed many Clang type conversion warnings with static_cast
John Wiegley
2012-02-17
1
-5
/
+6
*
#if 0'd some unused Python bridge code
John Wiegley
2012-02-17
1
-0
/
+4
*
Use Boost iterator_facade to create new iterators
John Wiegley
2011-07-19
1
-1
/
+1
*
Fixes for compilation as C++0x code
John Wiegley
2011-02-04
1
-2
/
+1
*
Untabified all source files
John Wiegley
2010-06-11
1
-43
/
+43
*
Reworked the way that <Rounding> entries are shown
John Wiegley
2010-06-06
1
-2
/
+2
*
Updated to Boost 1.43
John Wiegley
2010-05-27
1
-9
/
+10
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Many improvements to Ledger's Python bindings
John Wiegley
2009-11-19
1
-8
/
+0
*
Fixed an internal reference issue with Python
John Wiegley
2009-11-14
1
-12
/
+28
*
Added a Journal.collect method to Python
John Wiegley
2009-11-12
1
-0
/
+106
*
Removed unnecessary code
John Wiegley
2009-11-12
1
-1
/
+1
*
Added has_xdata() methods for journal_t and xact_t
John Wiegley
2009-11-12
1
-0
/
+1
*
Did away with the "finalizer" abstraction
John Wiegley
2009-11-11
1
-46
/
+0
*
Automated postings defer amount expression calculation
John Wiegley
2009-11-11
1
-4
/
+4
*
Expose journal_t::read to Python
John Wiegley
2009-11-07
1
-0
/
+7
*
Renamed journal_t::basket to bucket
John Wiegley
2009-11-07
1
-3
/
+3
*
Simplified usage of Boost.Python in several cases
John Wiegley
2009-11-05
1
-6
/
+6
*
Moved journal reading code into journal_t
John Wiegley
2009-11-05
1
-0
/
+5
*
Moved xdata clearing code into each type proper
John Wiegley
2009-11-05
1
-0
/
+2
*
Transactions, etc., are now accessed by iterators
John Wiegley
2009-11-05
1
-1
/
+11
*
Added Python interface for journal_t
John Wiegley
2009-11-03
1
-327
/
+129
*
Removed some dead code
John Wiegley
2009-06-27
1
-11
/
+0
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-0
/
+2
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-2
/
+0
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-3
/
+3
*
Moved python/*.cc files into src/
John Wiegley
2009-02-24
1
-0
/
+437