summaryrefslogtreecommitdiff
path: root/Doc/library/xmlrpc.client.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)Cédric Krier2019-02-191-4/+10
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Xtreak2018-06-161-1/+1
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* Issue #28389: Merge from 3.5Berker Peksag2016-10-091-22/+16
|\
| * Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentationBerker Peksag2016-10-091-22/+16
* | Fixed a markup in docs.Serhiy Storchaka2016-09-111-1/+1
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-2/+15
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-2/+2
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+5
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
* Issue #26889: Tweaked xmlrpc.client documentation.Serhiy Storchaka2016-05-071-89/+102
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Fix errors in XML-RPC client example codeMartin Panter2016-02-221-4/+4
* merge 3.4Benjamin Peterson2014-11-291-1/+1
|\
| * context is keyword-onlyBenjamin Peterson2014-11-291-1/+1
* | merge 3.4 (#22960)Benjamin Peterson2014-11-291-3/+8
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-291-2/+7
* | merge 3.4 (#22417)Benjamin Peterson2014-11-031-4/+3
|\ \ | |/
| * PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-031-4/+3
* | merge 3.4Benjamin Peterson2014-10-191-1/+1
|\ \ | |/
| * make plural s lowercaseBenjamin Peterson2014-10-191-1/+1
* | merge 3.4Benjamin Peterson2014-10-131-0/+5
|\ \ | |/
| * note xmlrpclib doesn't verify certs (yet)Benjamin Peterson2014-10-131-0/+5
* | Issue #20627: xmlrpc.client.ServerProxy is now a context manager.Brett Cannon2014-03-211-9/+14
|/
* #18267: make whitespace consistent and fix an operator.Ezio Melotti2013-08-081-9/+9
* Closes #18267: use floor division in code exampleAndrew Kuchling2013-06-201-2/+2
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+7
|\
| * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+7
* | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-18/+35
|/
* #12787: link original MultiCall proposal to webarchive and in a footnoteSandro Tosi2011-08-201-2/+9
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-3/+3
* Add missing source links.Raymond Hettinger2011-02-101-0/+4
* Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,...Benjamin Peterson2010-02-031-2/+2
* #7801: fix xmlrpclib binary example, open the picture in binary modeVictor Stinner2010-01-301-6/+4
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-3/+3
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* #6079: use 3k except syntax in examples.Georg Brandl2009-05-221-2/+2
* Merged revisions 72290 via svnmerge fromGeorg Brandl2009-05-041-2/+2
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-2/+2
* Remove references to __cmp__.Georg Brandl2008-09-241-3/+3
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-2/+2
* Create http package. #2883.Georg Brandl2008-05-261-2/+2
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-0/+534