Andrew M. Kuchling
91c64a05d2
[Bug #1472827 ] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate.
2006-06-09 13:15:57 +00:00
Fred Drake
c6730e1772
move the xml package implementation to xmlcore, and adjust the tests to
...
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
module/package
2005-12-14 06:20:35 +00:00
Michael W. Hudson
3bfed9c225
Delete the items variable (and explain why).
2004-08-03 10:17:34 +00:00
Andrew M. Kuchling
09e2cb0ba7
[Bug #962631 ] Fix typo reported by Bryan Blackburn
2004-06-01 12:48:19 +00:00
Fred Drake
6fd0b0d5ba
commit the portion of PyXML patch #919008 that is relevant to the
...
standard library:
str() of xml.sax.SAXParseException should not fail if the line and/or
column number returned by the locator are None
(tests added)
2004-03-20 08:15:30 +00:00
Fred Drake
32f3add267
Add a test of interaction between & and extra replacements.
...
Remove extra noise from the output when there are no errors, and say more
in the exception when there are errors.
2002-10-28 17:58:48 +00:00
Martin v. Löwis
74b51ac1e5
Patch #613256 : Add nescape method to xml.sax.saxutils.
2002-10-26 14:50:45 +00:00
Fred Drake
d2909c901e
Relax a test so it passes either with the standard library or PyXML.
...
The original expected value is actually wrong, but we'll pick up the
real fix and test when we refresh the xml package from PyXML before
2.3a1.
2002-09-12 17:02:01 +00:00
Martin v. Löwis
a729daf2e4
Add encoding declaration.
2002-08-04 17:28:33 +00:00
Barry Warsaw
04f357cffe
Get rid of relative imports in all unittests. Now anything that
...
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".
This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).
Now Tim and Jack can have at it. :)
2002-07-23 19:04:11 +00:00
Guido van Rossum
e2ae77b8b8
SF patch #474590 -- RISC OS support
2001-10-24 20:42:55 +00:00
Fred Drake
c9fadf991c
Add a test that xml.sax.saxutils.XMLGenerator does the right thing
...
when quoting attribute values that contain single & double quotes.
This provides the rest of the regression test for SF bug #440351 .
2001-08-07 19:17:06 +00:00
Fred Drake
acd32d3be5
Added function xml.sax.saxutils.quoteattr().
...
This closes SF bug #440351 . It should not be moved to Python 2.1.1.
2001-07-19 16:10:15 +00:00
Tim Peters
d2bf3b7ca6
Whitespace normalization. Leaving tokenize_tests.py alone for now.
2001-01-18 02:22:22 +00:00
Marc-André Lemburg
3661908a6a
This patch removes all uses of "assert" in the regression test suite
...
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.
Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
2001-01-17 19:11:13 +00:00
Fred Drake
132dce2246
Update the code to better reflect recommended style:
...
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
2000-12-12 23:11:42 +00:00
Lars Gustäbel
0702507ea2
Added a test case for the saxutils.prepare_input_source setSystemId bug.
2000-10-24 16:00:22 +00:00
Lars Gustäbel
2fc5294911
Added some more tests here and there.
2000-10-24 15:35:07 +00:00
Fred Drake
004d5e6880
Make reindent.py happy (convert everything to 4-space indents!).
2000-10-23 17:22:08 +00:00
Martin v. Löwis
80670bcaba
Add a test case for reporting the file name, and for reporting an error
...
for incomplete input.
2000-10-06 21:13:23 +00:00
Martin v. Löwis
962c9e7f91
Add SAXReaderNotAvailable, and use it to distinguish between an
...
ImportError, and a missing driver.
2000-10-06 17:41:52 +00:00
Martin v. Löwis
cf0a1cc417
Support non-namespace elements in *ElementNS of XMLGenerator.
2000-10-03 22:35:29 +00:00
Lars Gustäbel
6a7768ae4f
Fixed misleading qname in test_xmlgen_ns (reported by loewis).
2000-09-27 08:12:17 +00:00
Lars Gustäbel
424980fd4d
Enabled EntityResolver test again now that pyexpat.c has been fixed.
2000-09-24 20:57:04 +00:00
Martin v. Löwis
33315b180b
Use findfile to locate input and output files.
2000-09-24 20:30:24 +00:00
Lars Gustäbel
e292a24589
Added EntityResolver and DTDHandler (patch 101631) with test cases.
2000-09-24 20:19:45 +00:00
Lars Gustäbel
b7536d5860
Added test cases for the InputSource class.
2000-09-24 18:53:56 +00:00
Lars Gustäbel
ab64787dca
Added test cases for the Attributes interface.
2000-09-24 18:40:52 +00:00
Lars Gustäbel
96753b3482
Added first start on SAX 2.0 tests.
2000-09-24 12:24:24 +00:00