summaryrefslogtreecommitdiff
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-18/+18
* Issue #7449, part 9: fix test_xmlrpclib for missing threading moduleVictor Stinner2010-04-271-3/+23
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-0/+2
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-5/+5
* use assert[Not]In where appropriateEzio Melotti2010-01-231-4/+4
* Try to fix transient refleaks in test_xmlrpc.Antoine Pitrou2009-10-301-0/+1
* Don't invoke reload(sys) and use StringIO objects instead of real files to ca...Nick Coghlan2009-10-171-46/+34
* Issue 6654Kristján Valur Jónsson2009-08-271-1/+75
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-191-1/+5
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-121-4/+41
* http://bugs.python.org/issue6460Kristján Valur Jónsson2009-07-111-2/+8
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-14/+14
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-281-14/+128
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-2/+2
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-20/+18
* Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-011-0/+28
* Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-011-1/+5
* Re-enable all tests for windows platforms.Kristján Valur Jónsson2009-01-141-25/+24
* Issue 4879: Allow buffering for HTTPResponseKristján Valur Jónsson2009-01-111-1/+1
* Add unittests that verify documented behavior of public methods in TransportJeremy Hylton2008-11-241-1/+86
* 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