mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
the usual
This commit is contained in:
parent
1574d78550
commit
9085822f28
2 changed files with 14 additions and 10 deletions
|
@ -28,12 +28,8 @@ SimpleHTTPServer.py -- Simple HTTP Server
|
||||||
|
|
||||||
MimeWriter.py -- Generic MIME writer
|
MimeWriter.py -- Generic MIME writer
|
||||||
|
|
||||||
mimify.py -- Mimification and unmimification of mail messages
|
|
||||||
|
|
||||||
multifile.py -- make each part of a multipart message ``feel'' like
|
multifile.py -- make each part of a multipart message ``feel'' like
|
||||||
|
|
||||||
gzip.py -- compression using zlib (compatible with gzip)
|
|
||||||
|
|
||||||
|
|
||||||
\section{Miscellaneous useful utilities}
|
\section{Miscellaneous useful utilities}
|
||||||
|
|
||||||
|
@ -73,6 +69,7 @@ bdb.py -- A generic Python debugger base class (used by pdb)
|
||||||
|
|
||||||
ihooks.py -- Import hook support (for ni and rexec)
|
ihooks.py -- Import hook support (for ni and rexec)
|
||||||
|
|
||||||
|
|
||||||
\section{Parsing Python}
|
\section{Parsing Python}
|
||||||
|
|
||||||
(One could argue that these should all be documented together with the
|
(One could argue that these should all be documented together with the
|
||||||
|
@ -85,10 +82,15 @@ symbol.py -- Symbols (from ``graminit.h'')
|
||||||
|
|
||||||
keyword.py -- Keywords (from ``graminit.c'')
|
keyword.py -- Keywords (from ``graminit.c'')
|
||||||
|
|
||||||
tokenize.py -- regular expression that recognizes Python tokens
|
tokenize.py -- regular expression that recognizes Python tokens; also
|
||||||
|
contains helper code for colorizing Python source code.
|
||||||
|
|
||||||
pyclbr.py -- Parse a Python file and retrieve classes and methods
|
pyclbr.py -- Parse a Python file and retrieve classes and methods
|
||||||
|
|
||||||
|
code.py -- Deal with Python code objects: code.compile_command() can
|
||||||
|
determine whether an interactively entered command is complete or not,
|
||||||
|
distinguishing incomplete from invalid input.
|
||||||
|
|
||||||
|
|
||||||
\section{Platform specific modules}
|
\section{Platform specific modules}
|
||||||
|
|
||||||
|
|
|
@ -28,12 +28,8 @@ SimpleHTTPServer.py -- Simple HTTP Server
|
||||||
|
|
||||||
MimeWriter.py -- Generic MIME writer
|
MimeWriter.py -- Generic MIME writer
|
||||||
|
|
||||||
mimify.py -- Mimification and unmimification of mail messages
|
|
||||||
|
|
||||||
multifile.py -- make each part of a multipart message ``feel'' like
|
multifile.py -- make each part of a multipart message ``feel'' like
|
||||||
|
|
||||||
gzip.py -- compression using zlib (compatible with gzip)
|
|
||||||
|
|
||||||
|
|
||||||
\section{Miscellaneous useful utilities}
|
\section{Miscellaneous useful utilities}
|
||||||
|
|
||||||
|
@ -73,6 +69,7 @@ bdb.py -- A generic Python debugger base class (used by pdb)
|
||||||
|
|
||||||
ihooks.py -- Import hook support (for ni and rexec)
|
ihooks.py -- Import hook support (for ni and rexec)
|
||||||
|
|
||||||
|
|
||||||
\section{Parsing Python}
|
\section{Parsing Python}
|
||||||
|
|
||||||
(One could argue that these should all be documented together with the
|
(One could argue that these should all be documented together with the
|
||||||
|
@ -85,10 +82,15 @@ symbol.py -- Symbols (from ``graminit.h'')
|
||||||
|
|
||||||
keyword.py -- Keywords (from ``graminit.c'')
|
keyword.py -- Keywords (from ``graminit.c'')
|
||||||
|
|
||||||
tokenize.py -- regular expression that recognizes Python tokens
|
tokenize.py -- regular expression that recognizes Python tokens; also
|
||||||
|
contains helper code for colorizing Python source code.
|
||||||
|
|
||||||
pyclbr.py -- Parse a Python file and retrieve classes and methods
|
pyclbr.py -- Parse a Python file and retrieve classes and methods
|
||||||
|
|
||||||
|
code.py -- Deal with Python code objects: code.compile_command() can
|
||||||
|
determine whether an interactively entered command is complete or not,
|
||||||
|
distinguishing incomplete from invalid input.
|
||||||
|
|
||||||
|
|
||||||
\section{Platform specific modules}
|
\section{Platform specific modules}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue