summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-0/+19
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+3
* Merged revisions 74558 via svnmerge fromKristján Valur Jónsson2009-12-161-1/+75
* Merged revisions 75962-75963 via svnmerge fromAntoine Pitrou2009-10-301-0/+1
* Make the XMLRCP CGIHandlerTestCase pass like it did before the change ofR. David Murray2009-10-261-2/+19
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-36/+24
* porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-191-1/+5
* merging revision 73986 from trunk:Kristján Valur Jónsson2009-07-121-4/+41
* merging revision 73932 from trunk:Kristján Valur Jónsson2009-07-111-2/+8
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-4/+115
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-8/+8
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-041-1/+1
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-2/+2
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-20/+18
* Fix for issue5040. Adding support for unicode message passing and tests for u...Senthil Kumaran2009-04-011-0/+26
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-1/+5
* part of #3613: fix get_host_info() usage of base64.encodestring().Georg Brandl2009-02-131-0/+8
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-181-25/+24
* Make a new urllib package .Jeremy Hylton2008-06-181-13/+16
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-7/+7
* fix hanging test_xmlrpcBenjamin Peterson2008-06-111-1/+1
* Create http package. #2883.Georg Brandl2008-05-261-3/+3
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-17/+17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-0/+11
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-2/+2
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-2/+10
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-0/+10
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-47/+8
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-271-12/+19
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-271-29/+46
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-22/+20
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-1/+2
* Added another test case for kwonly methodsChristian Heimes2007-12-081-8/+7
* Fixed two of the three failing xml rpc testsChristian Heimes2007-12-081-1/+1
* Added stop_serving and a timeout to tearDown()Christian Heimes2007-12-081-2/+14
* Disabled test_404, see issue #1572Christian Heimes2007-12-081-3/+2
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-4/+133
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Patch 1373 by Adam Hupp.Guido van Rossum2007-11-021-56/+20
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-9/+15
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-12/+43
* Force test_xmlrpc to pass. I'm not happy with how I did this, but I don'tGuido van Rossum2007-08-271-8/+15
* Clean up after a merge left behind old except clause syntax.Guido van Rossum2007-08-241-6/+6
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-25/+52
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-8/+91
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-2/+102
* Testing against a different default encoding is meaningless as the defaultBrett Cannon2007-07-291-39/+0
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-1/+134