summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_docxmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
|
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
| | | | UnboundLocalError: local variable 'serv' referenced before assignment
* Update URLAndrew M. Kuchling2008-02-071-1/+1
|
* Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.Georg Brandl2007-12-091-0/+152