summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyexpat.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1759016 by Joe Gregorio, who writes:Guido van Rossum2007-07-231-57/+8
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-308/+369
* Found another difference between old and new print:Guido van Rossum2007-02-091-8/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-43/+43
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+21
* 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