1. ed444e5 Try to handle socket.errors properly in is_unavailable by Neal Norwitz · 18 years ago
  2. 183c534 Catch socket errors that are often the cause of transient failures. by Neal Norwitz · 18 years ago
  3. 08b50eb The OS X buildbot had errors with the unavailable exceptions disabled. Restore it. by Neal Norwitz · 18 years ago
  4. 653272f Use a condition variable (threading.Event) rather than sleeps and checking a by Neal Norwitz · 18 years ago
  5. 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 18 years ago
  6. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 18 years ago
  7. 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  8. f91ad6a Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  9. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 18 years ago
  10. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 18 years ago
  11. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 18 years ago
  12. 5a3b524 Added tests for basic behavior of DateTime, Binary, and Fault classes by Facundo Batista · 18 years ago
  13. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 19 years ago
  14. 536cf99 Whitespace normalization. by Tim Peters · 20 years ago
  15. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 20 years ago
  16. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 20 years ago
  17. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 20 years ago
  18. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
  19. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 20 years ago
  20. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 21 years ago
  21. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 22 years ago
  22. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  23. 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 24 years ago
  24. 419abda simple dumps/loads test case for xmlrpclib by Skip Montanaro · 24 years ago