[issue6267] Cumulative patcc:h to http and xmlrpc

2009-12-13 Thread R. David Murray
Changes by R. David Murray : -- stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-09-14 Thread STINNER Victor
STINNER Victor added the comment: Ok, all duplicate issues are now closed (#1613573, #1767370, #2076). -- ___ Python tracker ___ ___ P

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-09-14 Thread STINNER Victor
STINNER Victor added the comment: Another duplicate: #1613573. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-09-14 Thread STINNER Victor
STINNER Victor added the comment: There are duplicate issues about HTTP/1.1: #2076, #1767370. -- ___ Python tracker ___ ___ Python-bug

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-09-14 Thread STINNER Victor
STINNER Victor added the comment: I opened a bug report introduced by this issue: #6907: xmlrpclib.make_connection() is not thread safe. -- nosy: +haypo ___ Python tracker ___ __

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-16 Thread Ezio Melotti
Ezio Melotti added the comment: xmlrpclib, DocXMLRPCServer and SimpleXMLRPCServer cannot be imported after r73638 if zlib is missing, see #6499. -- nosy: +ezio.melotti ___ Python tracker ___

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-12 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Added more regression tests in revision 73986 and revision 73987 -- ___ Python tracker ___ _

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-03 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: I've submitted a fix to 6381 in the trunk. 6382 is less clear to me, I must take a closer look. -- ___ Python tracker ___

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-03 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Fixed exception handling in revision 73820 and revision 73821 and revision 73822 -- ___ Python tracker ___

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The port to py3k has an error, see http://mail.python.org/pipermail/python-checkins/2009-July/084734.html Indexing is no more allowed on exception objects. it may be replaced with e.args[0], or better, with e.errno. -- nosy: +amaury.forgeotdarc

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-02 Thread R. David Murray
R. David Murray added the comment: Before r73742, test_socketserver and test_urllib2_localnet work, after this patchset is applied there are failures. This is on Gentoo linux, py3k. See also issue 6381 and issue 6382, which are the same problems on trunk. (The test_urllib2_localnet failure se

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-07-01 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: committed to py3k in revision 73742 -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-06-28 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: I'm working on the 3.2 port, it needs some manual work. -- ___ Python tracker ___ ___ Python

[issue6267] Cumulative patcc:h to http and xmlrpc

2009-06-28 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Commited to 2.7 in revision 73638 -- title: Cumulative patch to http and xmlrpc -> Cumulative patcc:h to http and xmlrpc ___ Python tracker ___