summaryrefslogtreecommitdiff
path: root/Lib/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-2/+2
* Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+14
|\
| * Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+14
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* | Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-251-0/+37
* Issue #26147: xmlrpc now works with strings not encodable with usedSerhiy Storchaka2016-01-201-6/+24
* Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.Serhiy Storchaka2016-01-181-3/+53
* Use assertRaisesRegex instead of deprecated assertRaisesRegexp.Serhiy Storchaka2015-04-101-1/+1
|\
| * Use assertRaisesRegex instead of deprecated assertRaisesRegexp.Serhiy Storchaka2015-04-101-2/+2
* | Stop using a deprecated unittest.TestCase method.Brett Cannon2014-12-121-1/+1
* | merge 3.4 (#16043)Benjamin Peterson2014-12-051-2/+23
|\ \ | |/
| * merge 3.3 (#16043)Benjamin Peterson2014-12-051-2/+23
| |\
| | * merge 3.2 (#16043)Benjamin Peterson2014-12-051-1/+22
| | |\
| | | * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-051-1/+22
* | | | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
|\ \ \ \ | |/ / /
| * | | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* | | | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-1/+1
* | | | Issue #20627: xmlrpc.client.ServerProxy is now a context manager.Brett Cannon2014-03-211-0/+18
|/ / /
* | | #19192: Give up on time.xmlrpc.com as an xmlrpc network test.R David Murray2013-10-111-2/+15
* | | #18453: merge with 3.3.Ezio Melotti2013-08-101-2/+10
|\ \ \ | |/ /
| * | #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.Ezio Melotti2013-08-101-2/+10
* | | Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-2/+2
* | | Partially revert changeset #281857369a78 to make sure threads areBrett Cannon2013-06-121-1/+11
* | | Spruce up test_xmlrpc by using ModuleNotFoundError and moving toBrett Cannon2013-06-121-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-231-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