summaryrefslogtreecommitdiff
path: root/Lib/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Dong-hee Na2019-09-271-1/+2
* bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703)Dong-hee Na2019-09-081-6/+5
* bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)Serhiy Storchaka2019-09-011-1/+1
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-5/+12
* bpo-36793: Remove unneeded __str__ definitions. (GH-13081)Serhiy Storchaka2019-05-061-6/+1
* bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)Cédric Krier2019-02-191-6/+11
* bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)Nicolas Noé2018-07-161-19/+3
* bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)Cheryl Sabella2018-04-251-3/+3
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-2/+2
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-31247: xmlrpc.server: break reference cycle (#3166)Victor Stinner2017-08-211-12/+24
* bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)Petr Motejlek2017-03-011-19/+24
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-281-1/+7
* Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-6/+26
* Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-111-1/+1
|\
| * English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+3
|\ \ | |/
| * Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+3
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-13/+12
* | Issue #26402: Merge XML-RPC client fix from 3.5Martin Panter2016-02-251-3/+3
|\ \ | |/
| * Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-251-3/+3
* | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
|/
* Issue #26147: xmlrpc now works with strings not encodable with usedSerhiy Storchaka2016-01-202-5/+3
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* | Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-6/+14
|\ \ | |/
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-6/+14
* | #3566: Clean up handling of remote server disconnects.R David Murray2015-04-051-1/+1
* | Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-17/+11
* | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-9/+0
* | merge 3.4 (#16043)Benjamin Peterson2014-12-051-2/+11
|\ \ | |/
| * merge 3.3 (#16043)Benjamin Peterson2014-12-051-2/+11
| |\
| | * merge 3.2 (#16043)Benjamin Peterson2014-12-051-2/+11
| | |\
| | | * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-051-2/+11
* | | | merge 3.4 (#22960)Benjamin Peterson2014-11-291-3/+12
|\ \ \ \ | |/ / /
| * | | add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-291-3/+12
* | | | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-7/+8
* | | | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-2/+2
* | | | Issue #20627: xmlrpc.client.ServerProxy is now a context manager.Brett Cannon2014-03-211-0/+6
|/ / /
* | | Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* | | merge from 3.3Senthil Kumaran2014-01-122-5/+19
|\ \ \ | |/ /
| * | Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...Senthil Kumaran2014-01-122-5/+19
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-7/+0
* | | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\ \ \ | |/ /
| * | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | | Merge #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-101-7/+10
|\ \ \ | |/ /
| * | #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-101-7/+10
* | | Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-1/+1