index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pyinterp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Python 3.12 deprecation warning
Alexis Hildebrandt
2024-07-08
1
-3
/
+18
*
Refactor python related types into ledger::python namespace
Alexis Hildebrandt
2023-04-12
1
-15
/
+16
*
Remove unused server related code
Alexis Hildebrandt
2023-02-20
1
-43
/
+0
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Remove support for Python 2.x
Alexis Hildebrandt
2023-02-01
1
-21
/
+0
*
Fix typos found by codespell
Alexis Hildebrandt
2022-07-19
1
-3
/
+3
*
Fix SIGABRT when python subcommand raises an exception
Aaron L. Zeng
2022-07-13
1
-2
/
+3
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Fix compilation warning
Martin Michlmayr
2020-05-18
1
-1
/
+1
*
py3: ensure python output is not lost
Andy Clayton
2020-03-26
1
-0
/
+5
*
py3: fix builtin ledger module for python command
Andy Clayton
2020-03-26
1
-13
/
+10
*
fix python3 command (argv) wchar_t conversion
Andy Clayton
2020-03-26
1
-4
/
+6
*
Port to python3
Dimitri John Ledkov
2019-12-05
1
-0
/
+28
*
Drop conditionals for Boost earlier than 1.49
Tim Landscheidt
2019-01-17
1
-15
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
[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
*
Create default scope from python session only if needed
Alexis Hildebrandt
2014-02-01
1
-3
/
+5
*
Create default scope to read journal
Alexis Hildebrandt
2014-01-27
1
-0
/
+5
*
Additional changes required for MSVC to compile ledger.
Tim Crews
2013-06-16
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-3
/
+3
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-5
/
+5
*
Added #if's for building optimized with Clang
John Wiegley
2012-03-07
1
-0
/
+2
*
Corrected several compile and link problems
John Wiegley
2012-03-06
1
-0
/
+1
*
This now works: ledger --import os eval 'os.path.isdir("/tmp")'
John Wiegley
2012-03-02
1
-57
/
+86
*
Allow --options to be added by the user in Python
John Wiegley
2012-03-01
1
-1
/
+10
*
Fixes to value_t to Python conversion
John Wiegley
2012-03-01
1
-5
/
+3
*
Added a new 'python' directive
John Wiegley
2012-03-01
1
-24
/
+53
*
Use filesystem::complete not absolute with Boost < 1.46
John Wiegley
2012-03-01
1
-0
/
+4
*
Started writing Python unit tests
John Wiegley
2012-03-01
1
-0
/
+2
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-7
/
+28
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Fixed Python initialization problem with --import
John Wiegley
2012-02-29
1
-10
/
+12
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-5
/
+5
*
Support Boost 1.46 and Boost.Filesystem v3
John Wiegley
2011-02-28
1
-1
/
+7
*
Completely reworked argument passing in expressions
John Wiegley
2010-06-13
1
-1
/
+1
*
Untabified all source files
John Wiegley
2010-06-11
1
-54
/
+54
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Added another catch handler for Python exceptions
John Wiegley
2009-11-14
1
-0
/
+4
*
Reordered the export_ calls in pyinterp.cc
John Wiegley
2009-11-12
1
-6
/
+6
*
Fixes to Python importing; removed "hello" precommand
John Wiegley
2009-11-10
1
-45
/
+124
*
Check for Python options before functions
John Wiegley
2009-11-08
1
-0
/
+3
*
Make sure to clean up memory after a Python exception
John Wiegley
2009-11-07
1
-2
/
+12
*
Python vars of unconvertable type return NULL_VALUE
John Wiegley
2009-11-07
1
-7
/
+0
*
Simplified passing of scope objects in Python
John Wiegley
2009-11-05
1
-40
/
+63
*
Segregated symbols into 5 separate namespaces
John Wiegley
2009-11-04
1
-22
/
+24
*
Removed several unneeded Python interface files
John Wiegley
2009-11-04
1
-10
/
+4
[next]