index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
xml
/
sax
/
handler.py
Commit message (
Expand
)
Author
Age
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-11
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
*
Whitespace normalization.
Tim Peters
2003-04-24
*
Merge from PyXML:
Martin v. Löwis
2002-06-30
*
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake
2000-10-23
*
Fix inconsistent use of space/tabs.
Thomas Wouters
2000-09-25
*
Improvements to doco strings.
Lars Gustäbel
2000-09-24
*
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Lars Gustäbel
2000-09-24
*
Added back missing argument to ignorableWhitespace signature.
Lars Gustäbel
2000-09-24
*
Updated to correct DocumentHandler signatures. (patch 101570)
Lars Gustäbel
2000-09-21
*
fix indentation in three docstrings
Skip Montanaro
2000-07-06
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-06-29