[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Senthil orsent...@gmail.com added the comment: CGIXMLRPCRequestHandler was fixed with changes 70954. Modified the patches for Python trunk. Added the Content-Length tests to handle_request -- assignee: - orsenthil nosy: +orsenthil resolution: - fixed Added file:

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Changes by Senthil orsent...@gmail.com: Added file: http://bugs.python.org/file13556/issue5040-py27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040 ___

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: Added file: http://bugs.python.org/file13557/issue5040-py3k.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040 ___

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: Added file: http://bugs.python.org/file13558/issue5040-py27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040 ___

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Senthil orsent...@gmail.com added the comment: Applied: issue5040-py27.diff (rev patch 1) and issue5040-py3k.diff (original). -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Brian Quinlan br...@sweetapp.com added the comment: It turns out that there are a bunch of issues with the py3k XML-RPC client and server. Attached as some tests that demonstrate them. -- keywords: +patch nosy: +bquinlan Added file: http://bugs.python.org/file13442/xmlrpc-test.diff

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Changes by Brian Quinlan br...@sweetapp.com: Added file: http://bugs.python.org/file13444/xmlrpc-fix.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040 ___

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Changes by Brian Quinlan br...@sweetapp.com: -- type: performance - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5040 ___ ___

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-01-24 Thread Wayne Huang
New submission from Wayne Huang waynehuang.pub...@gmail.com: I met a bug of CGIXMLRPCRequestHandler in Python3.0. Because of the bug, I couldn't use RPC in Apache CGI. The version of my Python 3.0 is Python 3.0 (r30:67507, Dec 3 2008, 20:14:27) [MSC v.1500 32 bit (Intel)] win32. The code of