summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
Commit message (Expand)AuthorAgeFilesLines
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-3/+3
* const string& -> const char* conversionDenys Vlasenko2009-11-051-1/+1
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-2/+1
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-10/+9
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* New hook for python appsJiri Moskovcak2009-06-021-47/+25
* fixed Python plugin stubJiri Moskovcak2009-04-231-1/+2
* Initial Python pluginZdenek Prikryl2009-04-211-0/+71