[issue6701] Make custom xmlrpc extension easier

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue6701] Make custom xmlrpc extension easier

2015-03-01 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +loewis versions: +Python 3.5 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6701] Make custom xmlrpc extension easier

2014-06-07 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any value in the proof of concept patches attached here? -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue6701] Make custom xmlrpc extension easier

2010-03-24 Thread Gabriel Genellina
Gabriel Genellina added the comment: Just a few comments on the code itself: if type_ in self.__dispatch.keys(): should be: if type_ in self.__dispatch: Previously, error reporting of recursive data stated the type of the offending value; with this patch, this hint is lost (see _add_m

[issue6701] Make custom xmlrpc extension easier

2010-03-24 Thread Gabriel Genellina
Gabriel Genellina added the comment: Just a few comments on the code itself: if type_ in self.__dispatch.keys(): should be: if type_ in self.__dispatch: Previously, error reporting of recursive data stated the type of the offending value; with this patch, this hint is lost (see _add_m

[issue6701] Make custom xmlrpc extension easier

2009-08-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +krisvale priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk : Added file: http://bugs.python.org/file14724/xmlrpc_overload.py ___ Python tracker ___ ___ Python-bugs-list mailin

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk : Added file: http://bugs.python.org/file14723/test_xmlrpc.py ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk : Added file: http://bugs.python.org/file14722/server.py ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk : Added file: http://bugs.python.org/file14721/client.py ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk : -- keywords: +patch Added file: http://bugs.python.org/file14720/patch.diff ___ Python tracker ___ ___ Pyt

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
New submission from Bogdan Opanchuk : I am sorry if the same issue was already considered and rejected for some reason; quick search did not show any traces of it. What I am going to write here is just a proof of concept, but if the idea of the patch is acceptable, I am eager to prepare proper p