[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Senthil added the comment: Applied: issue5040-py27.diff (rev patch 1) and issue5040-py3k.diff (original). -- status: open -> closed ___ Python tracker ___ ___

[issue5040] Bug of CGIXMLRPCRequestHandler

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

[issue5040] Bug of CGIXMLRPCRequestHandler

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

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Changes by Senthil : Added file: http://bugs.python.org/file13556/issue5040-py27.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-04-01 Thread Senthil
Senthil 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: http://bugs.python.org/file13555/issue50

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Changes by Brian Quinlan : -- type: performance -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Changes by Brian Quinlan : Added file: http://bugs.python.org/file13444/xmlrpc-fix.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5040] Bug of CGIXMLRPCRequestHandler

2009-03-28 Thread Brian Quinlan
Brian Quinlan 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-01-24 Thread Wayne Huang
New submission from Wayne Huang : 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 my client is follow. s = x