Better and unicode compatible repr for PluginData.
[collectd.git] / src / pyvalues.c
2010-01-05 Sven TrenkelBetter and unicode compatible repr for PluginData.
2010-01-05 Sven TrenkelSomewhat workable python3 support. This breaks python2...
2009-12-09 Florian ForsterMerge branch 'collectd-4.8'
2009-12-08 Florian ForsterMerge branch 'ms/aix'
2009-12-08 Florian Forsterpython plugin: Add MIT license header to all source...
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forstersrc/pyvalues.c: Don't use Py_ssize_t - it's new in...
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-07 Florian Forstersrc/pyvalues.c: Cast `void *' to a int that's guarantee...
2009-12-05 Sven TrenkelAdded write method to Values.
2009-12-01 Sven TrenkelFinished inline documentation.
2009-11-28 Sven TrenkelAdded notification support.
2009-11-23 Sven TrenkelSplit the Values class into PluginData and Values to...
2009-10-29 Sven TrenkelBetter workaround for global plugin loading.
2009-10-27 Sven TrenkelAdded new python class "Values". Only "dispatch" is...