Home
last modified time | relevance | path

Searched refs:xmlrpclib (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/
Dtest_xmlrpc.py8 import xmlrpc.client as xmlrpclib namespace
33 'abase64': xmlrpclib.Binary(b"my dog has fleas"),
39 'datetime1': xmlrpclib.DateTime('20050210T11:41:23'),
40 'datetime2': xmlrpclib.DateTime(
42 'datetime3': xmlrpclib.DateTime(
49 dump = xmlrpclib.dumps((alist,))
50 load = xmlrpclib.loads(dump)
59 self.assertEqual(dt, xmlrpclib.DateTime('20050210T11:41:23'))
60 s = xmlrpclib.dumps((dt,))
62 result, m = xmlrpclib.loads(s, use_builtin_types=True)
[all …]
Dtest_xmlrpc_net.py5 import xmlrpc.client as xmlrpclib namespace
17 server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
/third_party/python/Lib/multiprocessing/
Dconnection.py786 return xmlrpclib.dumps((obj,), None, None, None, 1).encode('utf-8')
789 (obj,), method = xmlrpclib.loads(s.decode('utf-8'))
794 global xmlrpclib
795 import xmlrpc.client as xmlrpclib namespace
800 global xmlrpclib
801 import xmlrpc.client as xmlrpclib namespace
/third_party/python/Doc/library/
Dxml.rst81 4. :mod:`xmlrpclib` doesn't expand external entities and omits them.
/third_party/python/Doc/whatsnew/
D2.6.rst2629 * The :mod:`xmlrpclib` module no longer automatically converts
2631 :class:`xmlrpclib.DateTime` type; the conversion semantics were
2633 :mod:`xmlrpclib` should convert :class:`date` and :class:`~datetime.time`
3282 * The :mod:`xmlrpclib` module no longer automatically converts
3284 :class:`xmlrpclib.DateTime` type; the conversion semantics were
3286 :mod:`xmlrpclib` should convert :class:`date` and :class:`~datetime.time`
D2.2.rst936 * The :mod:`xmlrpclib` module was contributed to the standard library by Fredrik
942 import xmlrpclib
943 s = xmlrpclib.Server(
D3.0.rst623 * :mod:`xmlrpc` (:mod:`xmlrpclib`, :mod:`DocXMLRPCServer`,
D2.3.rst1645 * The :mod:`xmlrpclib` module now supports an XML-RPC extension for handling nil
1654 xmlrpclib to the server allows invoking the actual methods. (Contributed by
D2.7.rst1697 * The XML-RPC client and server, provided by the :mod:`xmlrpclib` and
2712 :mod:`urllib2` and :mod:`xmlrpclib`, to now verify that the server
D2.4.rst1310 * The :mod:`xmlrpclib` module now supports a multi-call extension for
D2.5.rst1653 * The :mod:`xmlrpclib` module now supports returning :class:`~datetime.datetime` objects
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst1286 Add a default limit for the amount of data xmlrpclib.gzip_decode will
1357 Add a context argument to xmlrpclib.ServerProxy constructor.
/third_party/python/Misc/
DHISTORY1103 - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode
1115 - Issue #22960: Add a context argument to xmlrpclib.ServerProxy constructor.
16725 ``xmlrpclib`` module as ``xmlrpc.client`` and the content of
17347 - Removed xmlrpclib.SlowParser. It was based on xmllib.
19188 - Patch #1120353: The xmlrpclib module provides better, more transparent,
20859 - xmlrpclib.MultiCall has been added.
21234 xmlrpclib.
22151 - xmlrpclib.py now supports the built-in boolean type.
23430 - xmlrpclib.py: version 1.0.0; uses precision for doubles.
24761 - Fredrik Lundh's xmlrpclib is now a standard library module. This