Age | Commit message (Expand) | Author | Files | Lines |
2013-05-16 | python plugin: check for error from getcwd(2) | Sebastian Kuzminsky | 2 | -2/+7 |
2012-09-04 | interp/python: always initialize the embedded Python interpreter | Michael Haberler | 3 | -75/+91 |
2012-02-21 | pythonplugin: initialize all scalar fields in constructor | Jeff Epler | 1 | -0/+8 |
2012-02-17 | pythonplugin: make it Interpreter - agnostic | Michael Haberler | 2 | -25/+8 |
2012-01-18 | Merge remote-tracking branch 'origin/v2.5_branch' | Jeff Epler | 1 | -1/+1 |
2011-11-13 | pythonplugin: make sure exceptions are propagated | Michael Haberler | 1 | -0/+2 |
2011-11-13 | pythonplugin: fix segfault when call returns None | Michael Haberler | 1 | -1/+5 |
2011-11-07 | interp/python: use BOOST_PYTHON_LIBS from configure | Michael Haberler | 1 | -14/+5 |
2011-11-04 | packaging: install the pyplugin library correctly | Sebastian Kuzminsky | 1 | -1/+1 |
2011-11-03 | ignore the pythonplugin test executable | Sebastian Kuzminsky | 1 | -0/+1 |
2011-11-03 | teach configure to determine the python version | Sebastian Kuzminsky | 1 | -3/+2 |
2011-11-03 | pythonplugin: call methods compatible with libboost-python1.34 | Michael Haberler | 1 | -1/+5 |
2011-10-28 | interp/remap: use 'yield INTERP_EXECUTE_FINISH' for handler continuation | Michael Haberler | 2 | -1/+28 |
2011-10-28 | python plugin: adjust log level | Michael Haberler | 1 | -1/+1 |
2011-10-28 | python_plugin: sanitize log levels | Michael Haberler | 1 | -10/+11 |
2011-10-28 | python_plugin: separate path manipulation and toplevel script execution | Michael Haberler | 2 | -42/+52 |
2011-10-28 | typo in comment | Michael Haberler | 1 | -1/+1 |
2011-10-28 | interp/python: change calling convention for interpreter methods | Michael Haberler | 1 | -0/+2 |
2011-10-28 | python_plugin: fix log messages | Michael Haberler | 2 | -9/+17 |
2011-10-28 | python_plugin: properly init log_level | Michael Haberler | 1 | -2/+3 |
2011-10-28 | proof of concept | Michael Haberler | 2 | -3/+6 |
2011-10-28 | python_plugin: de-bloat | Michael Haberler | 2 | -18/+3 |
2011-10-28 | testpp: use strdup for strstore | Michael Haberler | 1 | -1/+1 |
2011-10-28 | interpmodule: pass this during initialisation | Michael Haberler | 2 | -41/+57 |
2011-10-28 | pythonplugin: spinout instance pointer as global | Michael Haberler | 3 | -24/+14 |
2011-10-28 | touchups. reduce log level | Michael Haberler | 2 | -11/+14 |
2011-10-28 | plugin touchup | Michael Haberler | 1 | -26/+28 |
2011-10-28 | runtests ok again | Michael Haberler | 2 | -24/+12 |
2011-10-28 | wip before reworking interpreter module | Michael Haberler | 2 | -18/+6 |
2011-10-28 | the big rename : task, canon, interpreter | Michael Haberler | 1 | -3/+3 |
2011-10-28 | wip - reshape task py | Michael Haberler | 1 | -9/+14 |
2011-10-28 | wip - wild butchering | Michael Haberler | 2 | -1/+5 |
2011-10-28 | looking usable | Michael Haberler | 3 | -190/+311 |
2011-10-28 | python plugin: make it a singleton | Michael Haberler | 3 | -7/+18 |
2011-10-28 | python_plugin: cleanup namespace | Michael Haberler | 2 | -36/+25 |
2011-10-28 | python plugin: test driver | Michael Haberler | 1 | -0/+108 |
2011-10-28 | python plugin: first cut of generic Python plugin | Michael Haberler | 4 | -0/+386 |