aboutsummaryrefslogtreecommitdiff
path: root/plugins/proxy.py
Commit message (Expand)AuthorAge
* rst: Use Python 3 instead of Python 2Simon McVittie2018-02-28
* plugins/proxy.py: be compatible with Python 3Simon McVittie2014-09-04
* partially revert 154c4ea9echrysn2014-03-12
* properly encode and decode from/to utf8 when sending rpc to ikiwikiAntoine Beaupré2014-02-03
* Fix python proxy to not crash when fed unicode data in getstate and setstate.Joey Hess2013-07-10
* proxy: add indexes to format stringsW. Trevor King2012-10-10
* proxy: convert iteritems() and and itervalues() to items() and values()W. Trevor King2012-09-29
* proxy: don't pass arguments to format_exc() in IkiWikiProcedureProxy.run()W. Trevor King2012-09-29
* proxy: SimpleXMLRPCServer renamed to xmlrpc.server in Python 3W. Trevor King2012-09-29
* proxy: xmlrpclib renamed to xmlrpc.client in Python 3W. Trevor King2012-09-29
* proxy: update string formatting and error catching syntaxW. Trevor King2012-09-29
* proxy: bump to version 0.2W. Trevor King2012-09-28
* proxy: update copyright owners (based on the Git history)W. Trevor King2012-09-28
* Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.Joey Hess2011-05-19
* Handle going down with an exceptionmartin f. krafft2008-03-21
* put XMLStreamParser in public namespacemartin f. krafft2008-03-21
* Allow individual hook registration to override IDmartin f. krafft2008-03-21
* Refactor remote procedure calls in the proxymartin f. krafft2008-03-21
* Make proxy object available to hook functionsmartin f. krafft2008-03-21
* add last parameter to plugin registrationmartin f. krafft2008-03-21
* Allow external plugins to return no valuemartin f. krafft2008-03-21
* force data written to stdout to be a stringmartin f. krafft2008-03-17
* Print traceback for unhandled exceptionsmartin f. krafft2008-03-17
* rename register_hook to just hook, for consistency with the perlJoey Hess2008-03-15
* does not need to be executableJoey Hess2008-03-15
* improve debug outputmartin f. krafft2008-03-15
* fix meta datamartin f. krafft2008-03-15
* Provide XML-RPC proxy abstraction for Python pluginsmartin f. krafft2008-03-15