summaryrefslogtreecommitdiff
path: root/src/emc/pythonplugin
AgeCommit message (Expand)AuthorFilesLines
2013-05-16python plugin: check for error from getcwd(2)Sebastian Kuzminsky2-2/+7
2012-09-04interp/python: always initialize the embedded Python interpreterMichael Haberler3-75/+91
2012-02-21pythonplugin: initialize all scalar fields in constructorJeff Epler1-0/+8
2012-02-17pythonplugin: make it Interpreter - agnosticMichael Haberler2-25/+8
2012-01-18Merge remote-tracking branch 'origin/v2.5_branch'Jeff Epler1-1/+1
2011-11-13pythonplugin: make sure exceptions are propagatedMichael Haberler1-0/+2
2011-11-13pythonplugin: fix segfault when call returns NoneMichael Haberler1-1/+5
2011-11-07interp/python: use BOOST_PYTHON_LIBS from configureMichael Haberler1-14/+5
2011-11-04packaging: install the pyplugin library correctlySebastian Kuzminsky1-1/+1
2011-11-03ignore the pythonplugin test executableSebastian Kuzminsky1-0/+1
2011-11-03teach configure to determine the python versionSebastian Kuzminsky1-3/+2
2011-11-03pythonplugin: call methods compatible with libboost-python1.34Michael Haberler1-1/+5
2011-10-28interp/remap: use 'yield INTERP_EXECUTE_FINISH' for handler continuationMichael Haberler2-1/+28
2011-10-28python plugin: adjust log levelMichael Haberler1-1/+1
2011-10-28python_plugin: sanitize log levelsMichael Haberler1-10/+11
2011-10-28python_plugin: separate path manipulation and toplevel script executionMichael Haberler2-42/+52
2011-10-28typo in commentMichael Haberler1-1/+1
2011-10-28interp/python: change calling convention for interpreter methodsMichael Haberler1-0/+2
2011-10-28python_plugin: fix log messagesMichael Haberler2-9/+17
2011-10-28python_plugin: properly init log_levelMichael Haberler1-2/+3
2011-10-28proof of conceptMichael Haberler2-3/+6
2011-10-28python_plugin: de-bloatMichael Haberler2-18/+3
2011-10-28testpp: use strdup for strstoreMichael Haberler1-1/+1
2011-10-28interpmodule: pass this during initialisationMichael Haberler2-41/+57
2011-10-28pythonplugin: spinout instance pointer as globalMichael Haberler3-24/+14
2011-10-28touchups. reduce log levelMichael Haberler2-11/+14
2011-10-28plugin touchupMichael Haberler1-26/+28
2011-10-28runtests ok againMichael Haberler2-24/+12
2011-10-28wip before reworking interpreter moduleMichael Haberler2-18/+6
2011-10-28the big rename : task, canon, interpreterMichael Haberler1-3/+3
2011-10-28wip - reshape task pyMichael Haberler1-9/+14
2011-10-28wip - wild butcheringMichael Haberler2-1/+5
2011-10-28looking usableMichael Haberler3-190/+311
2011-10-28python plugin: make it a singletonMichael Haberler3-7/+18
2011-10-28python_plugin: cleanup namespaceMichael Haberler2-36/+25
2011-10-28python plugin: test driverMichael Haberler1-0/+108
2011-10-28python plugin: first cut of generic Python pluginMichael Haberler4-0/+386