summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyexpat.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+39
* include at least one example of an exception passing through pyexpatFred Drake2004-08-131-0/+15
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Added character data buffering to pyexpat parser objects.Fred Drake2002-06-281-1/+94
* Integrate the tests for name interning from PyXML (test_pyexpat.pyFred Drake2002-06-271-0/+18
* Fix when pyexpat not builtJeremy Hylton2001-07-301-0/+1
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-1/+3
* Update test to accomodate the change to the namespace_separator parameterFred Drake2001-04-251-7/+23
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-231-1/+32
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-5/+5
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-10/+10
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-211-28/+32
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-271-10/+51
* 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