summaryrefslogtreecommitdiffstats
path: root/Lib/xmlrpc/client.py
Commit message (Expand)AuthorAgeFilesLines
* #9032: XML-RPC client: Transport.request() retries on EPIPE errorVictor Stinner2010-07-241-1/+1
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-10/+10
* Issue #6360: Simplify string decoding in xmlrpc.client.Alexandre Vassalotti2009-07-221-17/+4
* merging revision 74100 from trunk:Kristján Valur Jónsson2009-07-191-1/+1
* porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-191-3/+13
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-47/+208
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-041-3/+3
* Remove mentions of the nonexisting SlowParser in xmlrpc.client.Georg Brandl2009-06-041-28/+19
* Recorded merge of revisions 73201 via svnmerge fromGeorg Brandl2009-06-041-54/+1
* Fix for issue5040. Adding support for unicode message passing and tests for u...Senthil Kumaran2009-04-011-2/+2
* part of #3613: fix get_host_info() usage of base64.encodestring().Georg Brandl2009-02-131-1/+2
* merging / reimplementing r68532 from the trunk to Py3kKristján Valur Jónsson2009-02-021-19/+2
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-4/+0
* #3614: Correct a typo in xmlrpc.client.Amaury Forgeot d'Arc2008-08-201-2/+2
* Make a new urllib package .Jeremy Hylton2008-06-181-6/+6
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-0/+1
* Create http package. #2883.Georg Brandl2008-05-261-4/+4
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-0/+1402