summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Comment typoAndrew M. Kuchling2008-04-211-1/+1
* resolve issue 2014Skip Montanaro2008-04-181-0/+11
* Bug 1503: Get the test to pass on OSX. This should make the test moreNeal Norwitz2008-03-281-2/+10
* Speed up the test by avoiding socket timeouts.Neal Norwitz2008-03-231-3/+5
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-231-47/+8
* socket.error doesn't have a headers attribute like ProtocolError.Neal Norwitz2008-01-271-10/+10
* Try to handle socket.errors properly in is_unavailableNeal Norwitz2008-01-271-3/+7
* Catch socket errors that are often the cause of transient failures.Neal Norwitz2008-01-271-10/+10
* The OS X buildbot had errors with the unavailable exceptions disabled. Resto...Neal Norwitz2008-01-261-8/+2
* Use a condition variable (threading.Event) rather than sleeps and checking aNeal Norwitz2008-01-261-14/+19
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-191-1/+2
* Increase unit test coverage of SimpleXMLRPCServer.Georg Brandl2007-12-071-4/+132
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-291-9/+15
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-271-12/+43
* Catch ProtocolError exceptions and include the header information inFacundo Batista2007-08-211-25/+52
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-171-8/+91
* Added tests for simple function calls and introspection that are runFacundo Batista2007-08-141-2/+102
* Added tests for basic behavior of DateTime, Binary, and Fault classesFacundo Batista2007-07-131-1/+134
* Patch #1070046: Marshal new-style objects like InstanceTypeMartin v. Löwis2006-11-191-0/+9
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str...Andrew M. Kuchling2005-12-041-0/+10
* Add better datetime support to xmlrpclib module. Closes patch #1120353.Skip Montanaro2005-05-141-6/+38
* test_default_encoding_issues(): Fully restore sys.setdefaultencoding.Tim Peters2005-04-081-0/+7
* fix decoding in _stringify to not depend on the default encodingFred Drake2005-02-111-0/+42
* accept datetime.datetime instances when marshalling;Fred Drake2005-02-101-0/+17
* [Bug #841757] Exercise handling of Unicode stringsAndrew M. Kuchling2004-06-051-0/+2
* [Patch #628208] Test the 'nil' extensionAndrew M. Kuchling2003-04-251-0/+8
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* added tests for long ints and ints where they are > 32 bits.Skip Montanaro2001-10-191-0/+14
* simple dumps/loads test case for xmlrpclibSkip Montanaro2001-10-011-0/+23