[issue1745722] please add wsgi to SimpleXMLRPCServer

2015-01-25 Thread Berker Peksag
Berker Peksag added the comment: I've updated the patch for 3.5. I also have cleaned-up the documentation to avoid duplicate content. -- components: +Library (Lib) -XML nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 Added file: http://bugs.python.org/file37860/issue1745722.diff

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-06-25 Thread R. David Murray
R. David Murray added the comment: I've had a pep8-ification of this patch sitting on my disk for a while. Uploading it here so it doesn't get lost. It feels like there is a lot of redundancy now in the docs. But, it also seems to make sense to provide a wsgi version of this. So I'm inclin

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- keywords: +patch Added file: http://bugs.python.org/file29464/wsgi_xml_rpc.patch ___ Python tracker ___ ___

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- nosy: +Sanjeev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1745722] please add wsgi to SimpleXMLRPCServer

2010-07-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1745722] please add wsgi to SimpleXMLRPCServer

2008-03-14 Thread Ralf Schmitt
Changes by Ralf Schmitt <[EMAIL PROTECTED]>: -- nosy: +schmir _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsu

[issue1745722] please add wsgi to SimpleXMLRPCServer

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1745722] please add wsgi to SimpleXMLRPCServer

2007-09-10 Thread Fredrik Lundh
Fredrik Lundh added the comment: A proper patch, including tests (if possible) and documentation, would be nice. (also note that SimpleXMLRPCServer was written by Brian Quinlan.) -- assignee: effbot -> _ Tracker <[EMAIL PROTECTED]>