index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
xmlrpc
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-6
/
+26
*
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka
2016-05-04
1
-0
/
+3
|
\
|
*
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka
2016-05-04
1
-0
/
+3
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Issue #26402: Merge XML-RPC client fix from 3.5
Martin Panter
2016-02-25
1
-1
/
+1
|
|
\
|
|
*
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1
/
+1
*
|
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1
/
+1
|
/
/
*
|
Issue #26402: Fix XML-RPC client retrying after server disconnection
Martin Panter
2016-02-25
1
-3
/
+3
|
/
*
Issue #26147: xmlrpc now works with strings not encodable with used
Serhiy Storchaka
2016-01-20
1
-3
/
+1
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-34
/
+26
|
\
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-34
/
+26
|
|
\
|
|
*
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-1
/
+1
|
|
*
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-17
/
+11
|
|
*
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
1
-9
/
+0
|
|
*
merge 3.4 (#16043)
Benjamin Peterson
2014-12-05
1
-2
/
+11
|
|
|
\
|
|
*
\
merge 3.4 (#22960)
Benjamin Peterson
2014-11-29
1
-7
/
+14
|
|
|
\
\
|
|
|
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-7
/
+8
|
|
|
*
|
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
Serhiy Storchaka
2014-07-22
1
-2
/
+2
|
|
|
*
|
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon
2014-03-21
1
-0
/
+6
*
|
|
|
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-6
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
merge 3.3 (#16043)
Benjamin Peterson
2014-12-05
1
-8
/
+17
|
\
\
\
|
|
/
/
|
*
|
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-29
1
-3
/
+12
|
|
/
|
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1
/
+0
|
*
merge from 3.3
Senthil Kumaran
2014-01-12
1
-5
/
+5
|
|
\
|
*
\
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1
/
+1
|
|
\
\
|
*
|
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1
/
+1
|
*
|
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-1
/
+1
|
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2
/
+2
|
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-2
/
+3
*
|
|
|
merge 3.2 (#16043)
Benjamin Peterson
2014-12-05
1
-64
/
+80
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...
Senthil Kumaran
2014-01-12
1
-5
/
+5
|
|
|
/
|
|
/
|
|
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1
/
+1
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-58
/
+74
|
|
\
|
|
*
#13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...
Ezio Melotti
2012-02-24
1
-2
/
+1
|
|
*
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
Florent Xicluna
2011-11-15
1
-16
/
+36
|
|
*
Fix regression due to changeset 2096158376e5 (issue #13305).
Florent Xicluna
2011-11-01
1
-6
/
+21
|
|
*
Let's assume that the datetime module is always available.
Florent Xicluna
2011-10-30
1
-23
/
+10
|
|
*
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...
Florent Xicluna
2011-10-30
1
-3
/
+4
|
|
*
Merge 3.2
Florent Xicluna
2011-10-30
1
-28
/
+8
|
|
|
\
|
|
*
|
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna
2011-10-23
1
-9
/
+3
*
|
|
|
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-05
1
-2
/
+11
|
/
/
/
*
|
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1
/
+1
|
|
/
|
/
|
*
|
Issue #13293: Better error message when trying to marshal bytes using xmlrpc....
Florent Xicluna
2011-10-30
1
-9
/
+1
*
|
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...
Florent Xicluna
2011-10-30
1
-18
/
+6
*
|
Closes #13291: NameError in xmlrpc package.
Florent Xicluna
2011-10-30
1
-1
/
+1
|
/
*
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpc...
Senthil Kumaran
2010-12-08
1
-2
/
+6
*
Code Changes as per review comments by Antoine Pitrou.
Senthil Kumaran
2010-11-18
1
-1
/
+1
*
Fix Issue 9991: xmlrpc client ssl check faulty
Senthil Kumaran
2010-11-18
1
-1
/
+1
*
#9032: XML-RPC client: Transport.request() retries on EPIPE error
Victor Stinner
2010-07-24
1
-1
/
+1
[next]