index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pyexpat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close issue #22895: fix test failure introduced by the fix for issue #22462.
Antoine Pitrou
2014-11-29
1
-1/+3
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
1
-1/+17
*
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-0/+12
*
Fix accidental non-breakable spaces (U+00A0).
Serhiy Storchaka
2013-02-08
1
-1/+1
*
Issue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka
2013-02-04
1
-36/+43
*
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
Christian Heimes
2012-09-24
1
-0/+10
*
Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.
Antoine Pitrou
2011-01-05
1
-5/+54
*
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...
Alexander Belopolsky
2010-12-08
1
-0/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-51/+51
*
#5355 followup: add unit test for new dictionaries, and provide submodules fr...
Georg Brandl
2010-10-15
1
-3/+21
*
#2982 More test coverage for the pyexpat parser.
Amaury Forgeot d'Arc
2010-10-05
1
-33/+80
*
Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()
Victor Stinner
2010-09-10
1
-0/+19
*
PyArg_Parse*() functions: factorize code for s/z and u/Z formats
Victor Stinner
2010-06-24
1
-1/+1
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-1/+0
*
Merged revisions 77697 via svnmerge from
Ezio Melotti
2010-01-22
1
-1/+1
*
Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ...
Brett Cannon
2009-08-13
1
-1/+20
*
#2630: Implement PEP 3138.
Georg Brandl
2008-06-11
1
-1/+1
*
Revert r63934 -- it was mixing two patches.
Georg Brandl
2008-06-04
1
-1/+1
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
1
-1/+127
*
SF patch# 1759016 by Joe Gregorio, who writes:
Guido van Rossum
2007-07-23
1
-57/+8
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-308/+369
*
Found another difference between old and new print:
Guido van Rossum
2007-02-09
1
-8/+8
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-43/+43
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-3/+3
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+21
*
Patch #1014930. Expose current parse location to XMLParser.
Dave Cole
2004-08-26
1
-0/+39
*
include at least one example of an exception passing through pyexpat
Fred Drake
2004-08-13
1
-0/+15
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-3/+3
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Added character data buffering to pyexpat parser objects.
Fred Drake
2002-06-28
1
-1/+94
*
Integrate the tests for name interning from PyXML (test_pyexpat.py
Fred Drake
2002-06-27
1
-0/+18
*
Fix when pyexpat not built
Jeremy Hylton
2001-07-30
1
-0/+1
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
1
-1/+3
*
Update test to accomodate the change to the namespace_separator parameter
Fred Drake
2001-04-25
1
-7/+23
*
The "context" parameter to the ExternalEntityRefParameter exposes internal
Fred Drake
2000-12-23
1
-1/+32
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-5/+5
*
Rename the public interface from "pyexpat" to "xml.parsers.expat".
Fred Drake
2000-09-23
1
-10/+10
*
Revise the test case for pyexpat to avoid using asserts. Conform better
Fred Drake
2000-09-21
1
-28/+32
*
Change pyexpat test suite to exercise the .returns_unicode attribute,
Andrew M. Kuchling
2000-06-27
1
-10/+51
*
Untabified file to fix problems reported by tabnanny
Andrew M. Kuchling
2000-04-02
1
-17/+17
*
Added test case for pyexpat module that tries to exercise all the handlers
Andrew M. Kuchling
2000-03-31
1
-0/+107