summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_docxmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-5/+24
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Add missing import.Georg Brandl2010-02-061-0/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-13/+41
* Fix transient refleaks in test_docxmlrpc.Antoine Pitrou2009-10-301-0/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
* 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