summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Partially revert changeset #281857369a78 to make sure threads areBrett Cannon2013-06-131-1/+11
* Spruce up test_xmlrpc by using ModuleNotFoundError and moving toBrett Cannon2013-06-131-22/+7
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-14/+14
* Add tests to marshall double with xmlrpc.client.Florent Xicluna2012-07-071-0/+16
* Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-6/+8
|\
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-6/+8
| |\
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-13/+13
| | * Merged revisions 86533 via svnmerge fromAntoine Pitrou2010-11-191-2/+2
| | * Merged revisions 86523 via svnmerge fromSenthil Kumaran2010-11-181-21/+9
| | * Merged revisions 86514 via svnmerge fromSenthil Kumaran2010-11-181-0/+25
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-8/+8
* | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.Florent Xicluna2011-12-091-0/+34
* | | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-12/+57
|/ /
* | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-301-1/+4
* | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-301-9/+49
* | Remove duplication.Ezio Melotti2011-10-191-2/+2
* | Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
* | test_xmlrpc: close the transport when doneVictor Stinner2011-01-031-0/+8
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-2/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-13/+13
* | Fix test_ssl_presence when ssl is not presentAntoine Pitrou2010-11-191-2/+2
* | Code Changes as per review comments by Antoine Pitrou.Senthil Kumaran2010-11-181-22/+9
* | Fix Issue 9991: xmlrpc client ssl check faultySenthil Kumaran2010-11-181-0/+25
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-3/+23
* | 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