Fixes for cython 0.11-2.
[python-purple] / plugin.pyx
2009-03-02 Bruno AbinaderReplaced all 'dict.has_key(item)' with 'item in dict...
2009-02-28 Ragner MagalhaesRemove hardcoded PORT and SERVER values
2009-02-28 Ragner MagalhaesReplaced c_purple* with purple* for most files.
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesFixing set_options to Plugin class
2009-02-28 Ragner MagalhaesFixing function set_options
2009-02-28 Ragner MagalhaesAdding function set_options to Plugin class
2009-02-28 Ragner MagalhaesAdding function get_options to Plugin class
2009-02-28 Ragner MagalhaesAdding function get_all to Plugin class
2009-02-28 Ragner MagalhaesSmall cleanups.
2009-02-28 Ragner MagalhaesFixed buddy.pyx return types and plugin.pyx list free.
2009-02-28 Ragner MagalhaesAdding Classes Plugin and PluginInfo