This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-26 20:03:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cbb548130caf24275fa16100bccc537570cb46df
cpython
/
Lib
/
xml
/
sax
T
History
Serhiy Storchaka
eb8974616b
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
2019-09-01 12:11:43 +03:00
..
__init__.py
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
2018-10-26 17:56:57 +03:00
_exceptions.py
…
expatreader.py
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
2019-09-01 12:11:43 +03:00
handler.py
…
saxutils.py
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
2019-04-14 11:16:54 +02:00
xmlreader.py
…