summaryrefslogtreecommitdiff
path: root/Lib/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...Ezio Melotti2012-02-241-2/+1
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
|\ \ | |/
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
| |\
| | * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
* | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.Florent Xicluna2011-12-091-10/+15
* | | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-16/+36
* | | Fix regression due to changeset 2096158376e5 (issue #13305).Florent Xicluna2011-11-011-6/+21
* | | Let's assume that the datetime module is always available.Florent Xicluna2011-10-301-23/+10
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-302-5/+11
* | | Merge 3.2Florent Xicluna2011-10-302-33/+13
|\ \ \ | |/ /
| * | Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-301-9/+1
| * | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-302-20/+7
| * | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-302-4/+5
* | | Merge 3.2Florent Xicluna2011-10-281-1/+1
|\ \ \ | |/ /
| * | Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* | | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-231-9/+3
|/ /
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 86523 via svnmerge fromSenthil Kumaran2010-11-181-1/+1
| * Merged revisions 86514 via svnmerge fromSenthil Kumaran2010-11-181-1/+1
| * Merged revisions 86051 via svnmerge fromBenjamin Peterson2010-10-311-1/+1
| * Merged revisions 80112 via svnmerge fromVictor Stinner2010-04-161-1/+3
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-162-12/+12
* | Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpc...Senthil Kumaran2010-12-081-2/+6
* | Code Changes as per review comments by Antoine Pitrou.Senthil Kumaran2010-11-181-1/+1
* | Fix Issue 9991: xmlrpc client ssl check faultySenthil Kumaran2010-11-181-1/+1
* | more fun with string exceptionsBenjamin Peterson2010-10-311-1/+1
* | #9032: XML-RPC client: Transport.request() retries on EPIPE errorVictor Stinner2010-07-241-1/+1
* | Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCIIVictor Stinner2010-04-161-1/+3
* | Merged revisions 74558 via svnmerge fromKristján Valur Jónsson2009-12-161-4/+43
* | Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-162-13/+13
* | 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-192-5/+20
* | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
* | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-012-58/+259
|/
* #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
* Merged revisions 71268 via svnmerge fromMatthias Klose2009-04-071-1/+1
* Fix for issue5040. Adding support for unicode message passing and tests for u...Senthil Kumaran2009-04-012-13/+18
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-1/+1
* Merged revisions 70940 via svnmergeGeorg Brandl2009-04-011-1/+5
* 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-262-10/+10