Home
last modified time | relevance | path

Searched refs:xmllib (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_xmllib.py21 xmllib = test_support.import_module('xmllib', deprecated=True) variable
26 parser = xmllib.XMLParser()
32 class H(xmllib.XMLParser):
/external/libxml2/python/
DTODO11 - need more testing and check full callbacks for xmllib/sgmlop replacement
55 - basic xmllib replacement
/external/python/cpython2/Lib/
Dxmlrpclib.py573 import xmllib # lazy subclassing (!)
574 if xmllib.XMLParser not in SlowParser.__bases__:
575 SlowParser.__bases__ = (xmllib.XMLParser,)
582 xmllib.XMLParser.__init__(self, accept_utf8=1)
584 xmllib.XMLParser.__init__(self) # pre-2.0
/external/python/cpython2/Doc/library/
Dxmllib.rst2 :mod:`xmllib` --- A parser for XML documents
5 .. module:: xmllib
/external/python/cpython2/Doc/whatsnew/
D2.0.rst882 Python 1.5.2 included a simple XML parser in the form of the :mod:`xmllib`
886 :mod:`xmllib`, and the DOM (Document Object Model) provides a tree-based
1034 :mod:`xmllib`, :mod:`aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`,
/external/python/cpython3/Doc/whatsnew/
D2.0.rst882 Python 1.5.2 included a simple XML parser in the form of the :mod:`xmllib`
886 :mod:`xmllib`, and the DOM (Document Object Model) provides a tree-based
1034 :mod:`xmllib`, :mod:`aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`,
/external/python/cpython2/Doc/howto/
Dregex.rst507 from the deprecated :mod:`xmllib` module::
/external/python/cpython2/Misc/
Dcheatsheet2020 xmllib A parser for XML, using the derived class as static DTD.
DHISTORY9439 readline, ConfigParser, cgi, calendar, posix, readline, xmllib, aifc,
10761 - The updated xmllib module is once again compatible with the version
10976 - New version of xmllib.py by Sjoerd Mullender (0.2 with latest
12113 - New version of the xmllib module (this time with a test suite!) by
12650 - New module xmllib, to parse XML files. By Sjoerd Mullender.
/external/libxml2/
DNEWS1058 Fix python generator to not use deprecated xmllib (Daniel Veillard),
DChangeLog12446 did I say that python xmllib sucks ?
/external/python/cpython3/Misc/
DHISTORY17332 stringold, strop, sunaudiodev, timing, xmllib.
17347 - Removed xmlrpclib.SlowParser. It was based on xmllib.
26818 readline, ConfigParser, cgi, calendar, posix, readline, xmllib, aifc,
28140 - The updated xmllib module is once again compatible with the version
28355 - New version of xmllib.py by Sjoerd Mullender (0.2 with latest
29492 - New version of the xmllib module (this time with a test suite!) by
30029 - New module xmllib, to parse XML files. By Sjoerd Mullender.