Antoine Pitrou
180221f06a
Merged revisions 76088 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r76088 | antoine.pitrou | 2009-11-03 18:13:59 +0100 (mar., 03 nov. 2009) | 3 lines
Since time.xmlrpc.com is unreliable, add another test to test_xmlrpc_net
........
2009-11-03 17:18:48 +00:00
Georg Brandl
ab91fdef1f
Merged revisions 73715 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
........
r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line
convert old fail* assertions to assert*
........
2009-08-13 08:51:18 +00:00
Benjamin Peterson
b42dab3c6d
revert r64092 because http://xmlrpc.com is back up
2008-06-11 02:37:01 +00:00
Benjamin Peterson
4dea1eb366
Temporarily disable test_xmlrpc_net because xmlrpc.com is broken
2008-06-10 21:23:05 +00:00
Georg Brandl
2442015af2
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
Georg Brandl
38eceaaf0c
Create xmlrpc package. Issue #2886 .
2008-05-26 11:14:17 +00:00
Benjamin Peterson
ee8712cda4
#2621 rename test.test_support to test.support
2008-05-20 21:35:26 +00:00
Neal Norwitz
f7276c9b0e
Be more forgiving if we get an error, there are lots of potential socket errors
2008-04-01 07:38:41 +00:00
Neal Norwitz
64018ae057
Skip test if socket gets reset, the problem is on the other side.
2008-03-24 05:51:45 +00:00
Jeremy Hylton
5d8a88a442
Change xmlrpclib to use the newer httplib interface.
...
Note that it's hard to test xmlrpclib, because the server it attempts
to connect to doesn't seem to support the expected interfaces. Many
of the links via xmlrpc.com are dead, so I couldn't find another
server to use for tests.
2007-08-14 16:47:39 +00:00