summaryrefslogtreecommitdiff
path: root/Lib/test/test_pyexpat.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-4/+2
|\
| * Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-4/+2
| |\
| | * Issue #27369: Don?t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-4/+2
* | | Remove duplicated tests.Serhiy Storchaka2016-04-241-6/+0
* | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-16/+2
|\ \ \ | |/ / |/| |
| * | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-16/+2
| |\ \
| | * | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-16/+2
* | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-0/+3
|/ / /
* | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-15/+41
|/ /
* | Close issue #22895: fix test failure introduced by the fix for issue #22462.Antoine Pitrou2014-11-291-1/+3
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
* | Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+12
|/
* Fix accidental non-breakable spaces (U+00A0).Serhiy Storchaka2013-02-081-1/+1
* Issue #17089: Expat parser now correctly works with string input not only whenSerhiy Storchaka2013-02-041-36/+43
* Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()Christian Heimes2012-09-241-0/+10
* Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.Antoine Pitrou2011-01-051-5/+54
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-0/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-51/+51
* #5355 followup: add unit test for new dictionaries, and provide submodules fr...Georg Brandl2010-10-151-3/+21
* #2982 More test coverage for the pyexpat parser.Amaury Forgeot d'Arc2010-10-051-33/+80
* Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()Victor Stinner2010-09-101-0/+19
* PyArg_Parse*() functions: factorize code for s/z and u/Z formatsVictor Stinner2010-06-241-1/+1
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 77697 via svnmerge fromEzio Melotti2010-01-221-1/+1
* Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ...Brett Cannon2009-08-131-1/+20
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-1/+1
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-1/+127
* 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