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
/
Doc
/
library
/
xmlrpc.client.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)
Miss Islington (bot)
2025-07-07
1
-2/+2
*
[3.13] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-...
Miss Islington (bot)
2025-03-03
1
-3/+3
*
[3.13] Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (#127799)
Miss Islington (bot)
2024-12-10
1
-4/+4
*
[3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...
Miss Islington (bot)
2024-09-24
1
-1/+1
*
[3.13] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
gh-101100: Fix various Sphinx warnings for dunder references in the `library/...
Alex Waygood
2023-12-15
1
-4/+5
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-2/+2
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+2
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
1
-6/+0
*
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach
2021-03-26
1
-1/+1
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
1
-4/+10
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka
2018-05-31
1
-1/+1
*
Issue #28389: Merge from 3.5
Berker Peksag
2016-10-09
1
-22/+16
|
\
|
*
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
Berker Peksag
2016-10-09
1
-22/+16
*
|
Fixed a markup in docs.
Serhiy Storchaka
2016-09-11
1
-1/+1
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-2/+15
|
/
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+2
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
1
-2/+2
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-2/+5
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
*
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka
2016-05-07
1
-4/+4
*
Issue #26889: Tweaked xmlrpc.client documentation.
Serhiy Storchaka
2016-05-07
1
-89/+102
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
Fix errors in XML-RPC client example code
Martin Panter
2016-02-22
1
-4/+4
*
merge 3.4
Benjamin Peterson
2014-11-30
1
-1/+1
|
\
|
*
context is keyword-only
Benjamin Peterson
2014-11-30
1
-1/+1
*
|
merge 3.4 (#22960)
Benjamin Peterson
2014-11-30
1
-3/+8
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-2/+7
*
|
merge 3.4 (#22417)
Benjamin Peterson
2014-11-03
1
-4/+3
|
\
\
|
|
/
|
*
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
1
-4/+3
*
|
merge 3.4
Benjamin Peterson
2014-10-19
1
-1/+1
|
\
\
|
|
/
|
*
make plural s lowercase
Benjamin Peterson
2014-10-19
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-10-13
1
-0/+5
|
\
\
|
|
/
|
*
note xmlrpclib doesn't verify certs (yet)
Benjamin Peterson
2014-10-13
1
-0/+5
*
|
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon
2014-03-21
1
-9/+14
|
/
*
#18267: make whitespace consistent and fix an operator.
Ezio Melotti
2013-08-08
1
-9/+9
*
Closes #18267: use floor division in code example
Andrew Kuchling
2013-06-21
1
-2/+2
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
1
-0/+7
|
\
|
*
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
1
-0/+7
*
|
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
Florent Xicluna
2011-11-15
1
-18/+35
|
/
*
#12787: link original MultiCall proposal to webarchive and in a footnote
Sandro Tosi
2011-08-20
1
-2/+9
*
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...
Senthil Kumaran
2011-07-04
1
-3/+3
*
Add missing source links.
Raymond Hettinger
2011-02-10
1
-0/+4
[next]