Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_pyexpat.py
e26d3af
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
by Christian Heimes
· 12 years ago
452196f
Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.
by Antoine Pitrou
· 14 years ago
e239d23
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
by Alexander Belopolsky
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
91d2a3f
#5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
by Georg Brandl
· 14 years ago
b441554
#2982 More test coverage for the pyexpat parser.
by Amaury Forgeot d'Arc
· 14 years ago
b4ba986
Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()
by Victor Stinner
· 14 years ago
3c9e6e9
PyArg_Parse*() functions: factorize code for s/z and u/Z formats
by Victor Stinner
· 14 years ago
1b37e87
Merged revisions 78093 via svnmerge from
by Georg Brandl
· 15 years ago
e4c7ce3
Merged revisions 77697 via svnmerge from
by Ezio Melotti
· 15 years ago
2f82738
Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now.
by Brett Cannon
· 15 years ago
559e5d7
#2630: Implement PEP 3138.
by Georg Brandl
· 16 years ago
a26f8ca
Revert r63934 -- it was mixing two patches.
by Georg Brandl
· 16 years ago
f954c4b
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
by Georg Brandl
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
2380ac7
Merged revisions 59843-59863 via svnmerge from
by Christian Heimes
· 17 years ago
4ca9471
SF patch# 1759016 by Joe Gregorio, who writes:
by Guido van Rossum
· 17 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
4e4035b
Found another difference between old and new print:
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
3203efb
Patch #1014930. Expose current parse location to XMLParser.
by Dave Cole
· 20 years ago
d7ea55b
include at least one example of an exception passing through pyexpat
by Fred Drake
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
2a3d7db
Added character data buffering to pyexpat parser objects.
by Fred Drake
· 22 years ago
1add023
Integrate the tests for name interning from PyXML (test_pyexpat.py
by Fred Drake
· 22 years ago
3c19ec4
Fix when pyexpat not built
by Jeremy Hylton
· 23 years ago
2f228e7
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
by Tim Peters
· 24 years ago
8f42e2b
Update test to accomodate the change to the namespace_separator parameter
by Fred Drake
· 24 years ago
1e0611b
The "context" parameter to the ExternalEntityRefParameter exposes internal
by Fred Drake
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
7fbc85c
Rename the public interface from "pyexpat" to "xml.parsers.expat".
by Fred Drake
· 24 years ago
265a804
Revise the test case for pyexpat to avoid using asserts. Conform better
by Fred Drake
· 24 years ago
7fd7e36
Change pyexpat test suite to exercise the .returns_unicode attribute,
by Andrew M. Kuchling
· 24 years ago
e188d52
Untabified file to fix problems reported by tabnanny
by Andrew M. Kuchling
· 25 years ago
b17664d
Added test case for pyexpat module that tries to exercise all the handlers
by Andrew M. Kuchling
· 25 years ago