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_sax.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka
2015-05-06
1
-0/+2
|
\
|
*
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka
2015-05-06
1
-0/+2
*
|
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka
2015-04-04
1
-0/+7
*
|
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
|
\
\
|
|
/
|
*
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
*
|
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-0/+33
|
/
*
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka
2015-04-02
1
-5/+71
*
Issue #22915: SAX parser now supports files opened with file descriptor or
Serhiy Storchaka
2014-11-27
1
-0/+24
*
Close file before reopening to keep Windows happy in test_sax.
Richard Oudkerk
2013-05-18
1
-5/+6
*
Fix ResourceWarnings in test_sax
Antoine Pitrou
2013-05-13
1
-1/+4
*
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
1
-0/+18
*
merge with 3.2
Georg Brandl
2013-05-12
1
-0/+31
|
\
|
*
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl
2013-05-12
1
-0/+31
*
|
Merge #17448: Make test_sax skip if there are no xml parsers.
R David Murray
2013-03-18
1
-2/+2
|
\
\
|
|
/
|
*
#17448: Make test_sax skip if there are no xml parsers.
R David Murray
2013-03-18
1
-2/+2
*
|
Issue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka
2013-02-25
1
-0/+15
|
\
\
|
|
/
|
*
Issue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka
2013-02-25
1
-0/+15
*
|
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka
2013-02-10
1
-71/+144
|
\
\
|
|
/
|
*
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka
2013-02-10
1
-71/+144
*
|
Fix tests for issue #11159.
Serhiy Storchaka
2013-02-02
1
-0/+16
|
\
\
|
|
/
|
*
Fix tests for issue #11159.
Serhiy Storchaka
2013-02-02
1
-0/+16
*
|
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka
2013-02-02
1
-0/+44
|
\
\
|
|
/
|
*
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka
2013-02-02
1
-0/+44
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
|
merge 11164
Martin v. Löwis
2011-05-09
1
-45/+0
|
\
\
|
|
/
|
*
merge 11164
Martin v. Löwis
2011-05-09
1
-45/+0
|
|
\
|
|
*
Stop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis
2011-05-09
1
-45/+0
|
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-111/+111
|
|
*
Merged revisions 85861 via svnmerge from
Antoine Pitrou
2010-10-27
1
-3/+3
|
|
*
Merged revisions 85858 via svnmerge from
Antoine Pitrou
2010-10-27
1
-0/+55
*
|
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-2/+2
|
/
/
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-119/+119
*
|
fix resource warnings in test_sax #10269
Benjamin Peterson
2010-10-31
1
-4/+7
*
|
Recode modules from latin-1 to utf-8
Antoine Pitrou
2010-10-27
1
-3/+3
*
|
Issue #5027: The standard `xml` namespace is now understood by
Antoine Pitrou
2010-10-27
1
-0/+55
*
|
#1343: Add short_empty_elements option to XMLGenerator.
R. David Murray
2010-10-17
1
-0/+90
*
|
Issue #9425: skip tests if a filename is not encodable
Victor Stinner
2010-08-07
1
-0/+5
*
|
Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
Florent Xicluna
2010-03-13
1
-8/+10
*
|
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2/+2
*
|
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-3/+3
|
/
*
#2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...
Benjamin Peterson
2008-09-04
1
-6/+3
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
Christian Heimes
2008-03-28
1
-5/+8
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-5/+5
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-642/+551
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1/+38
*
Make test_sax pass.
Guido van Rossum
2007-02-11
1
-6/+5
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
[next]