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
/
xml
/
sax
/
xmlreader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-3/+1
*
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-1/+3
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
#2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...
Benjamin Peterson
2008-09-04
1
-1/+1
*
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter
2007-08-24
1
-4/+4
*
Make test_sax pass.
Guido van Rossum
2007-02-11
1
-6/+6
*
Fix some more has_key() uses. This could really use a tool to automate...
Guido van Rossum
2006-08-19
1
-6/+3
*
Use explicit relative import to make this work again.
Guido van Rossum
2006-08-17
1
-3/+3
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+381
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
1
-381/+0
*
SF patch 672098: Three __contains__ implementations
Raymond Hettinger
2003-01-30
1
-0/+3
*
Previous check-in was by mistake, undo it.
Martin v. Löwis
2001-06-07
1
-1/+3
*
Patch #416220: Fix misplaced paren.
Martin v. Löwis
2001-06-07
1
-3/+1
*
Import the exceptions that this module can raise.
Fred Drake
2001-03-14
1
-0/+3
*
Synchronize with PyXML 1.5.
Martin v. Löwis
2001-01-27
1
-1/+1
*
When raising KeyError, provide the key value that failed.
Fred Drake
2000-12-13
1
-4/+4
*
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake
2000-10-23
1
-26/+26
*
In an incremental parser, close the parser after feeding everything.
Martin v. Löwis
2000-10-06
1
-0/+1
*
Remove dependency from saxutils when loading xmlreader
Martin v. Löwis
2000-09-29
1
-2/+1
*
Improvements to doco strings.
Lars Gustäbel
2000-09-24
1
-0/+11
*
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Lars Gustäbel
2000-09-24
1
-4/+2
*
Added back the InputSource class (patch 101630).
Lars Gustäbel
2000-09-24
1
-15/+100
*
Updated to final Attributes interface (patch 101632).
Lars Gustäbel
2000-09-24
1
-9/+55
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-09-21
1
-17/+27
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
fixed indentation in several places
Skip Montanaro
2000-07-06
1
-19/+19
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-06-29
1
-0/+225