aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_xmlrpc_net.py
Commit message (Expand)AuthorAge
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | #19192: Give up on time.xmlrpc.com as an xmlrpc network test.R David Murray2013-10-11
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
|/
* Merge with 3.2.Georg Brandl2012-06-24
|\
| * Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-24
* | Merge test_xmlrpc_net fixes (issue #13434)Antoine Pitrou2011-11-28
|\|
| * Fix resource warning in test_xmlrpc_netAntoine Pitrou2011-11-28
| * Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.Antoine Pitrou2011-11-28
* | Fix imports from collections.abcRaymond Hettinger2011-02-23
|/
* Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade o...Antoine Pitrou2010-11-10
* Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...Brett Cannon2010-07-05
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Since time.xmlrpc.com is unreliable, add another test to test_xmlrpc_netAntoine Pitrou2009-11-03
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* revert r64092 because http://xmlrpc.com is back upBenjamin Peterson2008-06-11
* Temporarily disable test_xmlrpc_net because xmlrpc.com is brokenBenjamin Peterson2008-06-10
* Create http package. #2883.Georg Brandl2008-05-26
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Be more forgiving if we get an error, there are lots of potential socket errorsNeal Norwitz2008-04-01
* Skip test if socket gets reset, the problem is on the other side.Neal Norwitz2008-03-24
* Change xmlrpclib to use the newer httplib interface.Jeremy Hylton2007-08-14