summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-5/+5
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-16/+5
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-8/+8
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-4/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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