This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
65d4bc616a
cpython
/
Lib
/
xml
/
sax
History
Martin v. Löwis
3f0969f100
Use string functions instead of methods to allow sharing this module with PyXML
2000-09-29 19:00:40 +00:00
..
__init__.py
[Patch 101634]
2000-09-24 21:31:06 +00:00
_exceptions.py
SAXException.__getitem__(): Raise AttributeError instead of NameError.
2000-09-21 16:32:28 +00:00
expatreader.py
Use string functions instead of methods to allow sharing this module with PyXML
2000-09-29 19:00:40 +00:00
handler.py
Fix inconsistent use of space/tabs.
2000-09-25 00:11:37 +00:00
saxutils.py
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
2000-09-26 17:23:09 +00:00
xmlreader.py
Remove dependency from saxutils when loading xmlreader
2000-09-29 18:59:50 +00:00