blob: 7d6af7deffe175e0342b0bec7cb5be73f648c3dd [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001
2.. _language:
3
4************************
5Python Language Services
6************************
7
8Python provides a number of modules to assist in working with the Python
9language. These modules support tokenizing, parsing, syntax analysis, bytecode
10disassembly, and various other facilities.
11
12These modules include:
13
14
15.. toctree::
16
17 parser.rst
Georg Brandlfc8eef32008-03-28 12:11:56 +000018 _ast.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000019 symbol.rst
20 token.rst
21 keyword.rst
22 tokenize.rst
23 tabnanny.rst
24 pyclbr.rst
25 py_compile.rst
26 compileall.rst
27 dis.rst
28 pickletools.rst
29 distutils.rst