index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
xmlrpc
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Issue #13293: Better error message when trying to marshal bytes using xmlrpc....
Florent Xicluna
2011-10-30
1
-9/+1
|
*
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...
Florent Xicluna
2011-10-30
1
-18/+6
|
*
Closes #13291: NameError in xmlrpc package.
Florent Xicluna
2011-10-30
1
-1/+1
*
|
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna
2011-10-23
1
-9/+3
|
/
*
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpc...
Senthil Kumaran
2010-12-08
1
-2/+6
*
Code Changes as per review comments by Antoine Pitrou.
Senthil Kumaran
2010-11-18
1
-1/+1
*
Fix Issue 9991: xmlrpc client ssl check faulty
Senthil Kumaran
2010-11-18
1
-1/+1
*
#9032: XML-RPC client: Transport.request() retries on EPIPE error
Victor Stinner
2010-07-24
1
-1/+1
*
Use true booleans and PEP8 for argdefaults.
Georg Brandl
2009-09-16
1
-10/+10
*
Issue #6360: Simplify string decoding in xmlrpc.client.
Alexandre Vassalotti
2009-07-22
1
-17/+4
*
merging revision 74100 from trunk:
Kristján Valur Jónsson
2009-07-19
1
-1/+1
*
porting revision 74098 from trunk:
Kristján Valur Jónsson
2009-07-19
1
-3/+13
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-07-03
1
-5/+5
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-07-01
1
-47/+208
*
#3613: add base64.encodebytes and decodebytes as the new spelling of encodest...
Georg Brandl
2009-06-04
1
-3/+3
*
Remove mentions of the nonexisting SlowParser in xmlrpc.client.
Georg Brandl
2009-06-04
1
-28/+19
*
Recorded merge of revisions 73201 via svnmerge from
Georg Brandl
2009-06-04
1
-54/+1
*
Fix for issue5040. Adding support for unicode message passing and tests for u...
Senthil Kumaran
2009-04-01
1
-2/+2
*
part of #3613: fix get_host_info() usage of base64.encodestring().
Georg Brandl
2009-02-13
1
-1/+2
*
merging / reimplementing r68532 from the trunk to Py3k
Kristján Valur Jónsson
2009-02-02
1
-19/+2
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-4/+0
*
#3614: Correct a typo in xmlrpc.client.
Amaury Forgeot d'Arc
2008-08-20
1
-2/+2
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-6/+6
*
Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...
Georg Brandl
2008-06-10
1
-0/+1
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-4/+4
*
Create xmlrpc package. Issue #2886.
Georg Brandl
2008-05-26
1
-0/+1402
[prev]