Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -7/+8 |
| | |||||
* | Add a test that xml.sax.saxutils.XMLGenerator does the right thing | Fred Drake | 2001-08-07 | 1 | -0/+16 |
| | | | | | | when quoting attribute values that contain single & double quotes. This provides the rest of the regression test for SF bug #440351. | ||||
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 1 | -1/+20 |
| | | | | This closes SF bug #440351. It should not be moved to Python 2.1.1. | ||||
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 1 | -4/+4 |
| | |||||
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -5/+5 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 1 | -0/+12 |
| | |||||
* | Added some more tests here and there. | Lars Gustäbel | 2000-10-24 | 1 | -0/+84 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -17/+16 |
| | |||||
* | Add a test case for reporting the file name, and for reporting an error | Martin v. Löwis | 2000-10-06 | 1 | -2/+33 |
| | | | | for incomplete input. | ||||
* | Add SAXReaderNotAvailable, and use it to distinguish between an | Martin v. Löwis | 2000-10-06 | 1 | -1/+17 |
| | | | | ImportError, and a missing driver. | ||||
* | Support non-namespace elements in *ElementNS of XMLGenerator. | Martin v. Löwis | 2000-10-03 | 1 | -1/+5 |
| | |||||
* | Fixed misleading qname in test_xmlgen_ns (reported by loewis). | Lars Gustäbel | 2000-09-27 | 1 | -2/+2 |
| | |||||
* | Enabled EntityResolver test again now that pyexpat.c has been fixed. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
| | |||||
* | Use findfile to locate input and output files. | Martin v. Löwis | 2000-09-24 | 1 | -7/+7 |
| | |||||
* | Added EntityResolver and DTDHandler (patch 101631) with test cases. | Lars Gustäbel | 2000-09-24 | 1 | -16/+34 |
| | |||||
* | Added test cases for the InputSource class. | Lars Gustäbel | 2000-09-24 | 1 | -1/+51 |
| | |||||
* | Added test cases for the Attributes interface. | Lars Gustäbel | 2000-09-24 | 1 | -0/+208 |
| | |||||
* | Added first start on SAX 2.0 tests. | Lars Gustäbel | 2000-09-24 | 1 | -0/+186 |