index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_xmlrpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment typo
Andrew M. Kuchling
2008-04-21
1
-1/+1
*
resolve issue 2014
Skip Montanaro
2008-04-18
1
-0/+11
*
Bug 1503: Get the test to pass on OSX. This should make the test more
Neal Norwitz
2008-03-28
1
-2/+10
*
Speed up the test by avoiding socket timeouts.
Neal Norwitz
2008-03-23
1
-3/+5
*
#1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
Andrew M. Kuchling
2008-02-23
1
-47/+8
*
socket.error doesn't have a headers attribute like ProtocolError.
Neal Norwitz
2008-01-27
1
-10/+10
*
Try to handle socket.errors properly in is_unavailable
Neal Norwitz
2008-01-27
1
-3/+7
*
Catch socket errors that are often the cause of transient failures.
Neal Norwitz
2008-01-27
1
-10/+10
*
The OS X buildbot had errors with the unavailable exceptions disabled. Resto...
Neal Norwitz
2008-01-26
1
-8/+2
*
Use a condition variable (threading.Event) rather than sleeps and checking a
Neal Norwitz
2008-01-26
1
-14/+19
*
Disabled test_xmlrpc:test_404. It's causing lots of false alarms.
Christian Heimes
2008-01-19
1
-1/+2
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-4/+132
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-29
1
-9/+15
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-27
1
-12/+43
*
Catch ProtocolError exceptions and include the header information in
Facundo Batista
2007-08-21
1
-25/+52
*
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
Facundo Batista
2007-08-17
1
-8/+91
*
Added tests for simple function calls and introspection that are run
Facundo Batista
2007-08-14
1
-2/+102
*
Added tests for basic behavior of DateTime, Binary, and Fault classes
Facundo Batista
2007-07-13
1
-1/+134
*
Patch #1070046: Marshal new-style objects like InstanceType
Martin v. Löwis
2006-11-19
1
-0/+9
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-1/+1
*
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str...
Andrew M. Kuchling
2005-12-04
1
-0/+10
*
Add better datetime support to xmlrpclib module. Closes patch #1120353.
Skip Montanaro
2005-05-14
1
-6/+38
*
test_default_encoding_issues(): Fully restore sys.setdefaultencoding.
Tim Peters
2005-04-08
1
-0/+7
*
fix decoding in _stringify to not depend on the default encoding
Fred Drake
2005-02-11
1
-0/+42
*
accept datetime.datetime instances when marshalling;
Fred Drake
2005-02-10
1
-0/+17
*
[Bug #841757] Exercise handling of Unicode strings
Andrew M. Kuchling
2004-06-05
1
-0/+2
*
[Patch #628208] Test the 'nil' extension
Andrew M. Kuchling
2003-04-25
1
-0/+8
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
added tests for long ints and ints where they are > 32 bits.
Skip Montanaro
2001-10-19
1
-0/+14
*
simple dumps/loads test case for xmlrpclib
Skip Montanaro
2001-10-01
1
-0/+23