This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dependabot/github_actions/actions/setup-python-4
Add File
New File
Upload File
Apply Patch
cpython
/
Lib
/
xml
/
sax
History
Zackery Spytz
e28b8c9387
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
...
Co-Authored-By: Jonathan Gossage <
jgossage@gmail.com
>
2020-08-09 12:50:53 +02:00
..
__init__.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00: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
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
2020-08-09 12:50:53 +02:00
saxutils.py
…
xmlreader.py
…