summaryrefslogtreecommitdiff
path: root/Lib/test/test_sax.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* | merge 11164Martin v. Löwis2011-05-091-45/+0
|\ \ | |/
| * merge 11164Martin v. Löwis2011-05-091-45/+0
| |\
| | * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-45/+0
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-111/+111
| | * Merged revisions 85861 via svnmerge fromAntoine Pitrou2010-10-271-3/+3
| | * Merged revisions 85858 via svnmerge fromAntoine Pitrou2010-10-271-0/+55
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
|/ /
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-119/+119
* | fix resource warnings in test_sax #10269Benjamin Peterson2010-10-311-4/+7
* | Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-271-3/+3
* | Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-271-0/+55
* | #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-0/+90
* | Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-0/+5
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-8/+10
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-3/+3
|/
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-041-6/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-5/+8
* Remove RISCOS supportSkip Montanaro2007-08-161-5/+5
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-642/+551
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+38
* Make test_sax pass.Guido van Rossum2007-02-111-6/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-5/+5
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-15/+67
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-13/+13
* Delete the items variable (and explain why).Michael W. Hudson2004-08-031-0/+4
* [Bug #962631] Fix typo reported by Bryan BlackburnAndrew M. Kuchling2004-06-011-1/+1
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-201-0/+35
* Add a test of interaction between & and extra replacements.Fred Drake2002-10-281-8/+13
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-1/+13
* Relax a test so it passes either with the standard library or PyXML.Fred Drake2002-09-121-1/+1
* Add encoding declaration.Martin v. Löwis2002-08-041-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-7/+8
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-071-0/+16
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-191-1/+20
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-4/+4
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-5/+5
* Added a test case for the saxutils.prepare_input_source setSystemId bug.Lars Gustäbel2000-10-241-0/+12
* Added some more tests here and there.Lars Gustäbel2000-10-241-0/+84
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-17/+16
* Add a test case for reporting the file name, and for reporting an errorMartin v. Löwis2000-10-061-2/+33
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-1/+17