COMMITS
/ Lib/xmlrpc/server.py March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
January 25, 2022
I
bpo-46510: simplify exception handling code in xmlrpc (GH-30878)
Irit Katriel committed
October 9, 2021
J
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
November 13, 2019
K
bpo-38786: Add parsing of https links to pydoc (GH-17143)
Kirill committed
September 27, 2019
D
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Dong-hee Na committed
July 16, 2018
N
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
Nicolas Noé committed
August 21, 2017
V
bpo-31247: xmlrpc.server: break reference cycle (#3166)
Victor Stinner committed
March 1, 2017
P
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
Petr Motejlek committed
February 28, 2017
July 11, 2016
M
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter committed
M
English spelling and grammar fixes
Martin Panter committed
April 13, 2016
M
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter committed
January 20, 2016
S
Issue #26147: xmlrpc now works with strings not encodable with used
Serhiy Storchaka committed
January 13, 2014
S
merge from 3.3
Senthil Kumaran committed
S
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
Senthil Kumaran committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 10, 2013
R
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray committed
March 5, 2012
É
Use raw string for a docstring that uses a backslash
Éric Araujo committed
February 18, 2012
C
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali committed
C
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali committed
C
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali committed
December 9, 2011
F
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
Florent Xicluna committed
October 30, 2011
F
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server.
Florent Xicluna committed
F
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling.
Florent Xicluna committed
F
Closes #13291: NameError in xmlrpc package.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
October 31, 2010
B
Merged revisions 86051 via svnmerge from
Benjamin Peterson committed
B
more fun with string exceptions
Benjamin Peterson committed
April 16, 2010
V
Merged revisions 80112 via svnmerge from
Victor Stinner committed
V
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
Victor Stinner committed
December 16, 2009
K
Merged revisions 74558 via svnmerge from
Kristján Valur Jónsson committed
September 16, 2009
G
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
Georg Brandl committed
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
July 19, 2009
K
porting revision 74098 from trunk:
Kristján Valur Jónsson committed
July 1, 2009
K
http://bugs.python.org/issue6267
Kristján Valur Jónsson committed
April 7, 2009
M
Merged revisions 71268 via svnmerge from
Matthias Klose committed
April 1, 2009
S
G
#5636: fix next -> __next__ in csv reader docs.
Georg Brandl committed
G
Merged revisions 70940 via svnmerge
Georg Brandl committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed
G
Create xmlrpc package. Issue #2886.
Georg Brandl committed