summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc_net.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
|
* Merge with 3.2.Georg Brandl2012-06-241-1/+1
|\
| * Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-241-1/+1
| |
* | Merge test_xmlrpc_net fixes (issue #13434)Antoine Pitrou2011-11-281-1/+2
|\ \ | |/
| * Fix resource warning in test_xmlrpc_netAntoine Pitrou2011-11-281-0/+1
| |
| * Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.Antoine Pitrou2011-11-281-1/+1
| |
* | Fix imports from collections.abcRaymond Hettinger2011-02-231-2/+2
|/
* Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade ↵Antoine Pitrou2010-11-101-0/+1
| | | | on python.org
* Fix test_xmlrpc_net to no longer fail since there are no more buildbots for ↵Brett Cannon2010-07-051-1/+1
| | | | trunk.
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Since time.xmlrpc.com is unreliable, add another test to test_xmlrpc_netAntoine Pitrou2009-11-031-2/+17
|
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
|
* revert r64092 because http://xmlrpc.com is back upBenjamin Peterson2008-06-111-2/+1
|
* Temporarily disable test_xmlrpc_net because xmlrpc.com is brokenBenjamin Peterson2008-06-101-1/+2
|
* Create http package. #2883.Georg Brandl2008-05-261-1/+1
|
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-1/+1
|
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
|
* Be more forgiving if we get an error, there are lots of potential socket errorsNeal Norwitz2008-04-011-3/+1
|
* Skip test if socket gets reset, the problem is on the other side.Neal Norwitz2008-03-241-1/+11
|
* Change xmlrpclib to use the newer httplib interface.Jeremy Hylton2007-08-141-0/+36
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.