blob: d405a4bc8d2ea47404df86407b74bf077fa4aa25 [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
18 symbol.rst
19 token.rst
20 keyword.rst
21 tokenize.rst
22 tabnanny.rst
23 pyclbr.rst
24 py_compile.rst
25 compileall.rst
26 dis.rst
27 pickletools.rst
28 distutils.rst