Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The "context" parameter to the ExternalEntityRefParameter exposes internal | Fred Drake | 2000-12-23 | 1 | -1/+32 |
| | | | | | | | | | information from the Expat library that is not part of its public API. Do not print this information as the format of the string may (and will) change as Expat evolves. Add additional tests to make sure the ParserCreate() function raises the right exceptions on illegal parameters. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -5/+5 |
| | |||||
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -10/+10 |
| | |||||
* | Revise the test case for pyexpat to avoid using asserts. Conform better | Fred Drake | 2000-09-21 | 1 | -28/+32 |
| | | | | to the Python style guide, and remove unneeded imports. | ||||
* | Change pyexpat test suite to exercise the .returns_unicode attribute, | Andrew M. Kuchling | 2000-06-27 | 1 | -10/+51 |
| | | | | parsing the sample data once with 8-bit strings and once with Unicode. | ||||
* | Untabified file to fix problems reported by tabnanny | Andrew M. Kuchling | 2000-04-02 | 1 | -17/+17 |
| | |||||
* | Added test case for pyexpat module that tries to exercise all the handlers | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+107 |