Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0ea31a93551d352fe989d8bc2728046abc4fc6c4
/
Lib
/
test
/
test_sax.py
a7f4f5a
#2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests!
by Benjamin Peterson
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
bbe741d
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
by Christian Heimes
· 17 years ago
7a98be2
Remove RISCOS support
by Skip Montanaro
· 17 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 17 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
091153d
Make test_sax pass.
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
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 19 years ago
3bfed9c
Delete the items variable (and explain why).
by Michael W. Hudson
· 20 years ago
09e2cb0
[Bug #962631] Fix typo reported by Bryan Blackburn
by Andrew M. Kuchling
· 20 years ago
6fd0b0d
commit the portion of PyXML patch #919008 that is relevant to the
by Fred Drake
· 21 years ago
32f3add
Add a test of interaction between & and extra replacements.
by Fred Drake
· 22 years ago
74b51ac
Patch #613256: Add nescape method to xml.sax.saxutils.
by Martin v. Löwis
· 22 years ago
d2909c9
Relax a test so it passes either with the standard library or PyXML.
by Fred Drake
· 22 years ago
a729daf
Add encoding declaration.
by Martin v. Löwis
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 years ago
c9fadf9
Add a test that xml.sax.saxutils.XMLGenerator does the right thing
by Fred Drake
· 23 years ago
acd32d3
Added function xml.sax.saxutils.quoteattr().
by Fred Drake
· 23 years ago
d2bf3b7
Whitespace normalization. Leaving tokenize_tests.py alone for now.
by Tim Peters
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
0702507
Added a test case for the saxutils.prepare_input_source setSystemId bug.
by Lars Gustäbel
· 24 years ago
2fc5294
Added some more tests here and there.
by Lars Gustäbel
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
80670bc
Add a test case for reporting the file name, and for reporting an error
by Martin v. Löwis
· 24 years ago
962c9e7
Add SAXReaderNotAvailable, and use it to distinguish between an
by Martin v. Löwis
· 24 years ago
cf0a1cc
Support non-namespace elements in *ElementNS of XMLGenerator.
by Martin v. Löwis
· 24 years ago
6a7768a
Fixed misleading qname in test_xmlgen_ns (reported by loewis).
by Lars Gustäbel
· 24 years ago
424980f
Enabled EntityResolver test again now that pyexpat.c has been fixed.
by Lars Gustäbel
· 24 years ago
33315b1
Use findfile to locate input and output files.
by Martin v. Löwis
· 24 years ago
e292a24
Added EntityResolver and DTDHandler (patch 101631) with test cases.
by Lars Gustäbel
· 24 years ago
b7536d5
Added test cases for the InputSource class.
by Lars Gustäbel
· 24 years ago
ab64787
Added test cases for the Attributes interface.
by Lars Gustäbel
· 24 years ago
96753b3
Added first start on SAX 2.0 tests.
by Lars Gustäbel
· 24 years ago