COMMITS
/ Lib/xmlrpc/client.py June 14, 2023
V
xmlrpc.client uses datetime.datetime.isoformat() (#105741)
Victor Stinner committed
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
May 8, 2022
S
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka committed
October 13, 2021
March 29, 2021
S
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
Serhiy Storchaka committed
September 8, 2019
D
bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703)
Dong-hee Na committed
September 1, 2019
S
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
February 19, 2019
C
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier committed
April 25, 2018
C
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella committed
December 14, 2017
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
September 11, 2016
S
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka committed
May 4, 2016
S
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka committed
S
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
February 25, 2016
M
Issue #26402: Merge XML-RPC client fix from 3.5
Martin Panter committed
M
Issue #26402: Fix XML-RPC client retrying after server disconnection
Martin Panter committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
January 20, 2016
S
Issue #26147: xmlrpc now works with strings not encodable with used
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
April 5, 2015
R
#3566: Clean up handling of remote server disconnects.
R David Murray committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
December 6, 2014
B
merge 3.4 (#16043)
Benjamin Peterson committed
B
merge 3.3 (#16043)
Benjamin Peterson committed
B
merge 3.2 (#16043)
Benjamin Peterson committed
B
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)
Benjamin Peterson committed
November 30, 2014
B
merge 3.4 (#22960)
Benjamin Peterson committed
B
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
July 22, 2014
S
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
Serhiy Storchaka committed
March 21, 2014
B
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner 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
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
February 24, 2012
E
#13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe.
Ezio Melotti committed