Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+1 |
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -5/+24 |
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
* | Add missing import. | Georg Brandl | 2010-02-06 | 1 | -0/+1 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -13/+41 |
* | Fix transient refleaks in test_docxmlrpc. | Antoine Pitrou | 2009-10-30 | 1 | -0/+2 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
* | Fixed following error when DocXMLRPCServer failed. | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
* | Update URL | Andrew M. Kuchling | 2008-02-07 | 1 | -1/+1 |
* | Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. | Georg Brandl | 2007-12-09 | 1 | -0/+152 |