summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyexpat.py
Commit message (Collapse)AuthorAgeFilesLines
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-211-28/+32
| | | | to the Python style guide, and remove unneeded imports.
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-271-10/+51
| | | | parsing the sample data once with 8-bit strings and once with Unicode.
* Untabified file to fix problems reported by tabnannyAndrew M. Kuchling2000-04-021-17/+17
|
* Added test case for pyexpat module that tries to exercise all the handlersAndrew M. Kuchling2000-03-311-0/+107