summaryrefslogtreecommitdiffstats
path: root/Tools/clinic/libclinic/block_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-113317, AC: Add libclinic.block_parser module (#116819)Victor Stinner2024-03-141-0/+256
* Move Block and BlockParser classes to a new libclinic.block_parser module. * Move Language and PythonLanguage classes to a new libclinic.language module.