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
*
gh-111490: Make the exception type check in test_pyexpat more specific (GH-11...
Nikita Sobolev
2023-11-03
1
-1/+1
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-2/+1
*
gh-109230: test_pyexpat no longer depends on the current directory (#109233)
Victor Stinner
2023-09-10
1
-24/+48
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
1
-5/+3
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
1
-1/+2
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-2/+5
*
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka
2019-09-01
1
-22/+22
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
Rémi Lapeyre
2019-08-29
1
-1/+1
*
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...
Paul Monson
2019-06-19
1
-1/+2
*
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
Martin Panter
2016-07-14
1
-4/+2
|
\
|
*
Issue #27369: Merge test_pyexpat from 3.3 into 3.4
Martin Panter
2016-07-14
1
-4/+2
|
|
\
|
|
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
3.2
Martin Panter
2016-07-14
1
-4/+2
*
|
|
Remove duplicated tests.
Serhiy Storchaka
2016-04-24
1
-6/+0
*
|
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-0/+3
*
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-15/+41
|
\
\
\
|
|
/
/
|
*
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-15/+41
*
|
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-16/+2
|
/
/
*
|
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
[next]