COMMITS
/ Doc/library/xmlrpc.client.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 27, 2025
S
gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (GH-141942)
SIVALANAGASHANKARNIVAS committed
November 15, 2025
Y
gh-140458: `xmlrpc.client` raises Fault, does not returns it. (GH-140759)
Yongzi Li committed
October 24, 2025
M
gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)
Miša Jakovljević committed
July 7, 2025
V
gh-127502: Remove XML vulnerability table (GH-135294)
Victor Stinner committed
February 27, 2025
Y
Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-130616)
Yuki Kobayashi committed
December 10, 2024
Y
Docs: Fix indents in `xmlrpc.client.rst` (#127782)
Yuki Kobayashi committed
September 17, 2024
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
December 15, 2023
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 22, 2021
E
Remove effbot urls (GH-26308)
E-Paine committed
March 26, 2021
J
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach committed
February 19, 2019
C
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier committed
June 16, 2018
X
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
October 9, 2016
B
Issue #28389: Merge from 3.5
Berker Peksag committed
B
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
Berker Peksag committed
September 11, 2016
S
Fixed a markup in docs.
Serhiy Storchaka committed
S
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 28, 2016
M
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka committed
S
Issue #26889: Tweaked xmlrpc.client documentation.
Serhiy Storchaka committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
February 26, 2016
February 22, 2016
M
Fix errors in XML-RPC client example code
Martin Panter committed
November 30, 2014
B
context is keyword-only
Benjamin Peterson committed
B
merge 3.4 (#22960)
Benjamin Peterson committed
B
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson committed
November 3, 2014
B
merge 3.4 (#22417)
Benjamin Peterson committed
B
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson committed
October 19, 2014
B
make plural s lowercase
Benjamin Peterson committed
October 13, 2014
B
note xmlrpclib doesn't verify certs (yet)
Benjamin Peterson committed
March 21, 2014
B
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon committed
August 8, 2013
E
#18267: make whitespace consistent and fix an operator.
Ezio Melotti committed
June 21, 2013
A
Closes #18267: use floor division in code example
Andrew Kuchling committed
March 28, 2013