Fix compilation error using python2.7
[python-purple] / purple.pyx
2009-06-16 Bruno AbinaderRemoved unused/duplicated/deprecated includes.
2009-06-16 Bruno AbinaderFixes for cython 0.11-2.
2009-06-01 Bruno AbinaderRemoved ecore necessity from python-purple.
2009-02-28 Bruno AbinaderAdded SIGCHLD handling to avoid zombie processes.
2009-02-28 Ragner MagalhaesFixing support to request_action callback
2009-02-28 Ragner MagalhaesAdding comments to purple class
2009-02-28 Ragner MagalhaesUpdated python-purple initial parameters.
2009-02-28 Ragner MagalhaesAdded accounts_get_all_active.
2009-02-28 Ragner MagalhaesFixed Account protocol parameter typo.
2009-02-28 Ragner MagalhaesFixed a typo on accounts_get_all.
2009-02-28 Ragner MagalhaesFixed protocol append typo on purple.pyx.
2009-02-28 Ragner MagalhaesReplaced c_purple* with purple* for most files.
2009-02-28 Ragner MagalhaesFixing Purple init
2009-02-28 Ragner MagalhaesAdding new functions to get protocol's default options
2009-02-28 Ragner MagalhaesAdding new function protocols_get_all() to Purple class
2009-02-28 Ragner MagalhaesRemoved deprecated code from Purple class.
2009-02-28 Ragner MagalhaesFixed get account c-structure on Protocol class.
2009-02-28 Ragner MagalhaesAdded Account class parent (core).
2009-02-28 Ragner MagalhaesRemoved aliases for C-libpurple functions.
2009-02-28 Ragner MagalhaesAdding function accounts_get_all() to Purple class
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesRemoved deprecated callbackbase.
2009-02-28 Ragner MagalhaesFixed debug messages warning.
2009-02-28 Ragner MagalhaesAdding plugin.pyx to purple.pyx
2009-02-28 Ragner MagalhaesAdded "connection-error" signal callback.
2009-02-28 Ragner MagalhaesUpdated signals with "signed-on", "signed-off" and...
2009-02-28 Ragner MagalhaesAdded "markup_strip_html" method (outside Purple class).
2009-02-28 Ragner MagalhaesUpdated callback strings to comply with libpurple.
2009-02-28 Ragner MagalhaesStruct Callbacks for blist_cb. (UPDATE)
2009-02-28 Ragner MagalhaesMore fixes on purple.pyx.
2009-02-28 Ragner MagalhaesAdd support to new callback class
2009-02-28 Ragner MagalhaesChange struct Callbacks
2009-02-28 Ragner MagalhaesModified account functions.
2009-02-28 Ragner MagalhaesReplaced attach_signals with signal_connect method...
2009-02-28 Ragner MagalhaesConversation support
2009-02-28 Ragner MagalhaesDeleting plugin.pyx
2009-02-28 Ragner Magalhaesg_timeout_add_seconds() deleted from eventloop_ui struct
2009-02-28 Ragner MagalhaesAdded privacy.pxd definition.
2009-02-28 Ragner MagalhaesAdding support to new class of protocols
2009-02-28 Ragner MagalhaesFixed high cpu usage by glib iteration.
2009-02-28 Ragner MagalhaesAdded signal callbacks used by pidgin-carman.
2009-02-28 Ragner MagalhaesAdded PurpleRequestUiOps callbacks. (UPDATE)
2009-02-28 Ragner MagalhaesAdded PurpleNotifyUiOps callbacks.
2009-02-28 Ragner MagalhaesAdded PurpleBlistUiOps callbacks.
2009-02-28 Ragner MagalhaesMore cosmetics.
2009-02-28 Ragner MagalhaesAdded PurpleConnectionUiOps callbacks.
2009-02-28 Ragner MagalhaesAdded PurpleAccountUiOps callbacks. (Updated)
2009-02-28 Ragner MagalhaesAdded initial support for user-specified conversation...
2009-02-28 Ragner MagalhaesAdd class ProxyInfo
2009-02-28 Ragner MagalhaesSimplifyed definitions call, moved signal callback...
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAll includes now uses cimport. Moved .pxd files from...
2009-02-28 Ragner MagalhaesAdded missing UI operation structures.
2009-02-28 Ragner MagalhaesAdded majority of libpurple functions used by pidgin...
2009-02-28 Ragner MagalhaesMore fixes to BFP.
2009-02-28 Ragner MagalhaesFixed last BFP.
2009-02-28 Ragner MagalhaesBFP, fixes structures definitions, categorizes each...
2009-02-28 Ragner MagalhaesNullclient.py: changing mainloop
2009-02-28 Ragner MagalhaesConversation class implementation
2009-02-28 Ragner Magalhaesnullclient.py
2009-02-28 Ragner MagalhaesAdded glib iteration inside ecore main loop, fixed...
2009-02-28 Ragner MagalhaesMoved all Purple class callbacks inside, moved blist...
2009-02-28 Ragner MagalhaesMoved debug methods outside Purple class, added core...
2009-02-28 Ragner MagalhaesBuddy class
2009-02-28 Ragner MagalhaesMoved purple core ui ops to Cython code.
2009-02-28 Ragner MagalhaesMoved purple_core_init to cython, added purple debug...
2009-02-28 Ragner MagalhaesRemoved unused files, mixed C-only code with Cython...
2009-02-28 Ragner Magalhaeslibpurple initialization
2009-02-28 Ragner MagalhaesAdded glib.pxd.
2009-02-28 Ragner MagalhaesUpdate: Removed deprecated python-libpurple folder...
2009-02-28 Anderson BrigliaInitial python-purple commit.