Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -2/+2 |
| | |||||
* | Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade ↵ | Antoine Pitrou | 2010-11-10 | 1 | -0/+1 |
| | | | | on python.org | ||||
* | Fix test_xmlrpc_net to no longer fail since there are no more buildbots for ↵ | Brett Cannon | 2010-07-05 | 1 | -1/+1 |
| | | | | trunk. | ||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Since time.xmlrpc.com is unreliable, add another test to test_xmlrpc_net | Antoine Pitrou | 2009-11-03 | 1 | -2/+17 |
| | |||||
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | revert r64092 because http://xmlrpc.com is back up | Benjamin Peterson | 2008-06-11 | 1 | -2/+1 |
| | |||||
* | Temporarily disable test_xmlrpc_net because xmlrpc.com is broken | Benjamin Peterson | 2008-06-10 | 1 | -1/+2 |
| | |||||
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | Be more forgiving if we get an error, there are lots of potential socket errors | Neal Norwitz | 2008-04-01 | 1 | -3/+1 |
| | |||||
* | Skip test if socket gets reset, the problem is on the other side. | Neal Norwitz | 2008-03-24 | 1 | -1/+11 |
| | |||||
* | Change xmlrpclib to use the newer httplib interface. | Jeremy Hylton | 2007-08-14 | 1 | -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. |