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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
Merge 3.2
Éric Araujo
2012-03-05
1
-1/+1
|
\
\
|
|
/
|
*
Use raw string for a docstring that uses a backslash
Éric Araujo
2012-03-05
1
-1/+1
*
|
#13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...
Ezio Melotti
2012-02-24
1
-2/+1
*
|
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-1/+4
|
\
\
|
|
/
|
*
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-1/+4
|
|
\
|
|
*
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-1/+4
*
|
|
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
Florent Xicluna
2011-12-09
1
-10/+15
*
|
|
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
Florent Xicluna
2011-11-15
1
-16/+36
*
|
|
Fix regression due to changeset 2096158376e5 (issue #13305).
Florent Xicluna
2011-10-31
1
-6/+21
*
|
|
Let's assume that the datetime module is always available.
Florent Xicluna
2011-10-30
1
-23/+10
*
|
|
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...
Florent Xicluna
2011-10-30
2
-5/+11
*
|
|
Merge 3.2
Florent Xicluna
2011-10-30
2
-33/+13
|
\
\
\
|
|
/
/
|
*
|
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
2
-20/+7
|
*
|
Closes #13291: NameError in xmlrpc package.
Florent Xicluna
2011-10-30
2
-4/+5
*
|
|
Merge 3.2
Florent Xicluna
2011-10-28
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-1/+1
*
|
|
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna
2011-10-23
1
-9/+3
|
/
/
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 86523 via svnmerge from
Senthil Kumaran
2010-11-18
1
-1/+1
|
*
Merged revisions 86514 via svnmerge from
Senthil Kumaran
2010-11-18
1
-1/+1
|
*
Merged revisions 86051 via svnmerge from
Benjamin Peterson
2010-10-31
1
-1/+1
|
*
Merged revisions 80112 via svnmerge from
Victor Stinner
2010-04-16
1
-1/+3
|
*
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
Georg Brandl
2009-09-16
2
-12/+12
*
|
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
*
|
more fun with string exceptions
Benjamin Peterson
2010-10-31
1
-1/+1
*
|
#9032: XML-RPC client: Transport.request() retries on EPIPE error
Victor Stinner
2010-07-24
1
-1/+1
*
|
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
Victor Stinner
2010-04-16
1
-1/+3
*
|
Merged revisions 74558 via svnmerge from
Kristján Valur Jónsson
2009-12-16
1
-4/+43
*
|
Use true booleans and PEP8 for argdefaults.
Georg Brandl
2009-09-16
2
-13/+13
*
|
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
2
-5/+20
*
|
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
2
-58/+259
|
/
*
#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
*
Merged revisions 71268 via svnmerge from
Matthias Klose
2009-04-07
1
-1/+1
*
Fix for issue5040. Adding support for unicode message passing and tests for u...
Senthil Kumaran
2009-04-01
2
-13/+18
*
#5636: fix next -> __next__ in csv reader docs.
Georg Brandl
2009-04-01
1
-1/+1
*
Merged revisions 70940 via svnmerge
Georg Brandl
2009-04-01
1
-1/+5
*
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
[next]