summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3.12 deprecation warningAlexis Hildebrandt2024-07-081-3/+18
* Refactor python related types into ledger::python namespaceAlexis Hildebrandt2023-04-121-15/+16
* Remove unused server related codeAlexis Hildebrandt2023-02-201-43/+0
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Remove support for Python 2.xAlexis Hildebrandt2023-02-011-21/+0
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-3/+3
* Fix SIGABRT when python subcommand raises an exceptionAaron L. Zeng2022-07-131-2/+3
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix compilation warningMartin Michlmayr2020-05-181-1/+1
* py3: ensure python output is not lostAndy Clayton2020-03-261-0/+5
* py3: fix builtin ledger module for python commandAndy Clayton2020-03-261-13/+10
* fix python3 command (argv) wchar_t conversionAndy Clayton2020-03-261-4/+6
* Port to python3Dimitri John Ledkov2019-12-051-0/+28
* Drop conditionals for Boost earlier than 1.49Tim Landscheidt2019-01-171-15/+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
* [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
* Create default scope from python session only if neededAlexis Hildebrandt2014-02-011-3/+5
* Create default scope to read journalAlexis Hildebrandt2014-01-271-0/+5
* Additional changes required for MSVC to compile ledger.Tim Crews2013-06-161-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-3/+3
* Switch to using Boost.FormatJohn Wiegley2012-05-141-5/+5
* Added #if's for building optimized with ClangJohn Wiegley2012-03-071-0/+2
* Corrected several compile and link problemsJohn Wiegley2012-03-061-0/+1
* This now works: ledger --import os eval 'os.path.isdir("/tmp")'John Wiegley2012-03-021-57/+86
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-1/+10
* Fixes to value_t to Python conversionJohn Wiegley2012-03-011-5/+3
* Added a new 'python' directiveJohn Wiegley2012-03-011-24/+53
* Use filesystem::complete not absolute with Boost < 1.46John Wiegley2012-03-011-0/+4
* Started writing Python unit testsJohn Wiegley2012-03-011-0/+2
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-7/+28
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Fixed Python initialization problem with --importJohn Wiegley2012-02-291-10/+12
* Cleanup whitespaceJohn Wiegley2011-08-181-5/+5
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+7
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-54/+54
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added another catch handler for Python exceptionsJohn Wiegley2009-11-141-0/+4
* Reordered the export_ calls in pyinterp.ccJohn Wiegley2009-11-121-6/+6
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-101-45/+124
* Check for Python options before functionsJohn Wiegley2009-11-081-0/+3
* Make sure to clean up memory after a Python exceptionJohn Wiegley2009-11-071-2/+12
* Python vars of unconvertable type return NULL_VALUEJohn Wiegley2009-11-071-7/+0
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-40/+63
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-22/+24
* Removed several unneeded Python interface filesJohn Wiegley2009-11-041-10/+4