summaryrefslogtreecommitdiff
path: root/Lib/test/test_pyexpat.py
Commit message (Expand)AuthorAgeFilesLines
* #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...Ezio Melotti2011-04-111-0/+11
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-98/+98
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* This should fix the failure introduced in r77680. The error message is now di...Ezio Melotti2010-01-221-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-131-1/+20
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-081-2/+128
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-39/+39
* Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...Collin Winter2007-03-281-317/+378
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-011-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