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
/
Lib
/
test
/
test_xmlrpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-8/+17
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-2/+7
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-7/+5
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
1
-1/+62
*
bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196)
Vajrasky Kok
2018-12-17
1
-3/+2
*
bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362)
Serhiy Storchaka
2018-06-04
1
-1/+3
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
1
-7/+1
*
bpo-31234: Join threads in tests (#3572)
Victor Stinner
2017-09-14
1
-2/+6
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-7/+1
*
Stop test_xmlrpc from writing to sys.stderr (#3359)
Christian Heimes
2017-09-06
1
-0/+4
*
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)
Dillon Brock
2017-03-05
1
-3/+3
*
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
Petr Motejlek
2017-03-01
1
-1/+89
*
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...
Xiang Zhang
2017-02-28
1
-6/+7
*
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-0/+49
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
*
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-2/+2
*
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-2/+2
*
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka
2016-05-04
1
-0/+14
|
\
|
*
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Serhiy Storchaka
2016-05-04
1
-0/+14
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
Issue #26402: Fix XML-RPC client retrying after server disconnection
Martin Panter
2016-02-25
1
-0/+37
*
Issue #26147: xmlrpc now works with strings not encodable with used
Serhiy Storchaka
2016-01-20
1
-6/+24
*
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
Serhiy Storchaka
2016-01-18
1
-3/+53
*
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
Serhiy Storchaka
2015-04-10
1
-1/+1
|
\
|
*
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
Serhiy Storchaka
2015-04-10
1
-2/+2
*
|
Stop using a deprecated unittest.TestCase method.
Brett Cannon
2014-12-12
1
-1/+1
*
|
merge 3.4 (#16043)
Benjamin Peterson
2014-12-06
1
-2/+23
|
\
\
|
|
/
|
*
merge 3.3 (#16043)
Benjamin Peterson
2014-12-06
1
-2/+23
|
|
\
|
|
*
merge 3.2 (#16043)
Benjamin Peterson
2014-12-06
1
-1/+22
|
|
|
\
|
|
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
1
-1/+22
*
|
|
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
|
|
|
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
Serhiy Storchaka
2014-07-22
1
-1/+1
*
|
|
|
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon
2014-03-21
1
-0/+18
|
/
/
/
*
|
|
#19192: Give up on time.xmlrpc.com as an xmlrpc network test.
R David Murray
2013-10-11
1
-2/+15
*
|
|
#18453: merge with 3.3.
Ezio Melotti
2013-08-10
1
-2/+10
|
\
\
\
|
|
/
/
|
*
|
#18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-10
1
-2/+10
*
|
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
1
-2/+2
*
|
|
Partially revert changeset #281857369a78 to make sure threads are
Brett Cannon
2013-06-13
1
-1/+11
*
|
|
Spruce up test_xmlrpc by using ModuleNotFoundError and moving to
Brett Cannon
2013-06-13
1
-22/+7
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-14/+14
|
/
/
*
|
Add tests to marshall double with xmlrpc.client.
Florent Xicluna
2012-07-07
1
-0/+16
*
|
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-6/+8
|
\
\
|
|
/
|
*
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-6/+8
|
|
\
|
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-13/+13
|
|
*
Merged revisions 86533 via svnmerge from
Antoine Pitrou
2010-11-19
1
-2/+2
|
|
*
Merged revisions 86523 via svnmerge from
Senthil Kumaran
2010-11-18
1
-21/+9
|
|
*
Merged revisions 86514 via svnmerge from
Senthil Kumaran
2010-11-18
1
-0/+25
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-8/+8
[next]