summaryrefslogtreecommitdiff
path: root/Lib/test/test_sax.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-7/+8
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-071-0/+16
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-191-1/+20
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-4/+4
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-5/+5
* Added a test case for the saxutils.prepare_input_source setSystemId bug.Lars Gustäbel2000-10-241-0/+12
* Added some more tests here and there.Lars Gustäbel2000-10-241-0/+84
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-17/+16
* Add a test case for reporting the file name, and for reporting an errorMartin v. Löwis2000-10-061-2/+33
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-1/+17
* Support non-namespace elements in *ElementNS of XMLGenerator.Martin v. Löwis2000-10-031-1/+5
* Fixed misleading qname in test_xmlgen_ns (reported by loewis).Lars Gustäbel2000-09-271-2/+2
* Enabled EntityResolver test again now that pyexpat.c has been fixed.Lars Gustäbel2000-09-241-1/+0
* Use findfile to locate input and output files.Martin v. Löwis2000-09-241-7/+7
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-241-16/+34
* Added test cases for the InputSource class.Lars Gustäbel2000-09-241-1/+51
* Added test cases for the Attributes interface.Lars Gustäbel2000-09-241-0/+208
* Added first start on SAX 2.0 tests.Lars Gustäbel2000-09-241-0/+186