make
regen-all
build target
make
touch
build target
site-packages
Directory
multiprocessing
Package
print
As a Function
string
— 常见字符串操作
re
— 正则表达式运算
struct
— 把字符串解释为打包二进制数据
difflib
— 增量计算帮手
StringIO
— 按文件方式读写字符串
cStringIO
— 更快版本的
StringIO
textwrap
— 文字换行和填充
codecs
— 编解码器注册和基类
unicodedata
— Unicode 数据库
stringprep
— 互联网字符串预备
fpformat
— 浮点转换
datetime
— 基本日期 时间类型
calendar
— 一般日历相关功能
collections
— 高性能容器数据类型
heapq
— 堆队列算法
bisect
— 数组二分算法
array
— 高效数值数组
sets
— 唯一元素的无序集合
sched
— 事件调度器
mutex
— 相互排斥支持
Queue
— 同步队列类
weakref
— 弱引用
UserDict
— 字典对象的类包裹器
UserList
— 列表对象的类包裹器
UserString
— 字符串对象的类包裹器
types
— 内置类型的名称
new
— 创建运行时内部对象
copy
— 浅拷贝和深拷贝操作
pprint
— 数据漂亮打印机
repr
— 替代
repr()
实现
os.path
— 常见路径名操纵
fileinput
— 遍历来自多个输入流的行
stat
— 解释
stat()
结果
statvfs
— Constants used with
os.statvfs()
filecmp
— 文件和目录比较
tempfile
— 生成临时文件和目录
glob
— Unix 样式路径名模式扩展
fnmatch
— Unix 文件名模式匹配
linecache
— 随机访问文本行
shutil
— 高级文件操作
dircache
— 缓存目录列表
macpath
— Mac OS 9 路径操纵函数
pickle
— Python 对象序列化
cPickle
— A faster
pickle
copy_reg
— 注册
pickle
支持函数
shelve
— Python 对象持久性
marshal
— 内部 Python 对象序列化
anydbm
— 对 DBM 样式数据库的通用访问
whichdb
— 猜测哪个 DBM 模块创建数据库
dbm
— 简单数据库接口
gdbm
— dbm 的 GNU 重新解释
dbhash
— DBM 样式 BSD 数据库的库接口
bsddb
— 接口到 Berkeley DB 库
dumbdbm
— 便携式 DBM 实施
sqlite3
— SQLite 数据库的 DB-API 2.0 接口
os
— 杂项操作系统接口
io
— 用于处理流的核心工具
time
— 时间的访问和转换
argparse
— 用于命令行选项 自变量和子命令的剖析器
optparse
— 用于命令行选项的剖析器
optparse
getopt
— 用于命令行选项的 C 样式剖析器
logging
— 用于的 Python 日志设施
logging.config
— 日志配置
logging.handlers
— 日志处理程序
getpass
— 便携式口令输入
curses
— 用于字符单元显示的终端处理
curses.textpad
— 用于 curses 程序的文本输入 Widget
curses.ascii
— 用于 ASCII 字符的实用程序
curses.panel
— 用于 curses 的面板堆栈扩展
platform
— Access to underlying platform’s identifying data
errno
— 标准 errno 系统符号
ctypes
— 用于 Python 的外来函数库
select
— 等待 I/O 完成
threading
— 更高级的线程接口
thread
— 多线程控制
dummy_threading
— 直接置换
threading
模块
dummy_thread
— 直接置换
thread
模块
multiprocessing
— 基于进程的 threading 接口
Process
和异常
ctypes
对象
multiprocessing.dummy
模块
mmap
— 内存映射文件支持
readline
— GNU Readline 接口
rlcompleter
— 用于 GNU Readline 的补全函数
subprocess
— 子进程管理
socket
— 低级网络接口
ssl
— 套接字对象的 TLS/SSL 包裹器
signal
— 为异步事件设置处理程序
popen2
— 具有可访问 I/O 流的子流程
asyncore
— 异步套接字处理程序
asynchat
— 异步套接字命令/响应处理程序
email
— Email 和 MIME 处理包
email.message
:表示 Email 消息
email.parser
: 剖析 Email 消息
email.generator
: 生成 MIME 文档
email.mime
: Creating email and MIME objects from scratch
email.header
: Internationalized headers
email.charset
: Representing character sets
email.encoders
: Encoders
email.errors
: Exception and Defect classes
email.utils
: Miscellaneous utilities
email.iterators
: Iterators
email
:范例
mimelib
json
— JSON 编码器和解码器
mailcap
— Mailcap 文件处理
mailbox
— 操纵各种格式的邮箱
mhlib
— Access to MH mailboxes
mimetools
— Tools for parsing MIME messages
mimetypes
— 把文件名映射到 MIME 类型
MimeWriter
— Generic MIME file writer
mimify
— MIME processing of mail messages
multifile
— Support for files containing distinct parts
rfc822
— Parse RFC 2822 mail headers
base64
— RFC 3548: Base16, Base32, Base64 Data Encodings
binhex
— 编码和解码 binhex4 文件
binascii
— 在二进制和 ASCII 之间转换
quopri
— 编码和解码 MIME 带引号可打印数据
uu
— 编码和解码 uuencode 文件
HTMLParser
— 简单 HTML 和 XHTML 剖析器
sgmllib
— 简单 SGML 剖析器
htmllib
— HTML 文档剖析器
htmlentitydefs
— HTML 一般实体的定义
xml.etree.ElementTree
— ElementTree XML API
xml.dom
— DOM (文档对象模型) API
xml.dom.minidom
— 最小 DOM (文档对象模型) 实现
xml.dom.pulldom
— 支持构建部分 DOM (文档对象模型) 树
xml.sax
— 支持 SAX2 剖析器
xml.sax.handler
— 用于 SAX 处理程序的基类
xml.sax.saxutils
— SAX 实用程序
xml.sax.xmlreader
— 用于 XML 剖析器的接口
xml.parsers.expat
— 使用 Expat 快速剖析 XML
webbrowser
— 方便的 Web 浏览器控制器
cgi
— 通用网关接口支持
cgitb
— CGI 脚本的回溯管理器
wsgiref
— WSGI 实用程序和参考实现
urllib
— 按 URL 打开任意资源
urllib2
— 用于打开 URL 的可扩展库
httplib
— HTTP 协议客户端
ftplib
— FTP 协议客户端
poplib
— POP3 协议客户端
imaplib
— IMAP4 协议客户端
nntplib
— NNTP 协议客户端
smtplib
— SMTP 协议客户端
smtpd
— SMTP 服务器
telnetlib
— Telnet 客户端
uuid
— UUID 对象根据 RFC 4122
urlparse
— 把 URL 剖析成组件
SocketServer
— 网络服务器框架
BaseHTTPServer
— 基本 HTTP 服务器
SimpleHTTPServer
— 简单 HTTP 请求处理程序
CGIHTTPServer
— 支持 CGI 的 HTTP 请求处理程序
cookielib
— 用于 HTTP 客户端的 Cookie 处理
Cookie
— HTTP 状态管理
xmlrpclib
— XML-RPC 客户端访问
SimpleXMLRPCServer
— 基本 XML-RPC 服务器
DocXMLRPCServer
— 自文档 XML-RPC 服务器
Tkinter
— 到 Tcl/Tk 的 Python 接口
ttk
— Tk 主题 Widget
Tix
— 用于 Tk 的扩展 Widget
ScrolledText
— 卷动文本 Widget
turtle
— Turtle graphics for Tk
turtle
pydoc
— 文档编制生成器和在线帮助系统
doctest
— 测试交互 Python 范例
unittest
— 单元测试框架
test
— 用于 Python 的回归测试包
test.support
— Utility functions for tests
sys
— 特定系统参数和函数
sysconfig
— 提供对 Python 配置信息的访问
__builtin__
— 内容对象
future_builtins
— Python 3 builtins
__main__
— 顶层脚本环境
warnings
— 警告控制
contextlib
— 实用程序为
with
语句上下文
abc
— 抽象基类
atexit
— 退出处理程序
traceback
— 打印或检索堆栈回溯
__future__
— 未来的语句定义
gc
— 垃圾收集器接口
inspect
— 审查活对象
site
— 特定站点配置挂钩
user
— User-specific configuration hook
fpectl
— 浮点异常控制
parser
— 访问 Python 剖析树
ast
— 抽象句法树
symtable
— 访问编译器的符号表
symbol
— 用于 Python 剖析树的常量
token
— 用于 Python 剖析树的常量
keyword
— 测试 Python 关键字
tokenize
— 用于 Python 源代码的 Tokenizer
tabnanny
— 歧义缩进的检测
pyclbr
— Python 类浏览器支持
py_compile
— 编译 Python 源文件
compileall
— 字节编译 Python 库
dis
— 用于 Python 字节码的反汇编程序
pickletools
— 用于腌制开发者的工具
posix
— 最常见的 POSIX 系统调用
pwd
— 口令数据库
spwd
— 影子口令数据库
grp
— 组数据库
crypt
— 校验 Unix 密码的函数
dl
— Call C functions in shared objects
termios
— POSIX 样式 tty 控制
tty
— 终端控制函数
pty
— 伪终端实用程序
fcntl
—
fcntl
and
ioctl
系统调用
pipes
— Shell 管道接口
posixfile
— File-like objects with locking support
resource
— 资源使用信息
nis
— 接口到 Sun 的 NIS (黄页)
syslog
— Unix syslog 库例程
commands
— Utilities for running commands
ic
— Access to the Mac OS X Internet Config
MacOS
— Access to Mac OS interpreter features
macostools
— Convenience routines for file manipulation
findertools
—
finder
’s Apple Events interface
EasyDialogs
— Basic Macintosh dialogs
FrameWork
— Interactive application framework
autoGIL
— Global Interpreter Lock handling in event loops
Carbon.AE
— Apple Events
Carbon.AH
— Apple Help
Carbon.App
— Appearance Manager
Carbon.Appearance
— Appearance Manager constants
Carbon.CF
— Core Foundation
Carbon.CG
— Core Graphics
Carbon.CarbonEvt
— Carbon Event Manager
Carbon.CarbonEvents
— Carbon Event Manager constants
Carbon.Cm
— Component Manager
Carbon.Components
— Component Manager constants
Carbon.ControlAccessor
— Control Manager accssors
Carbon.Controls
— Control Manager constants
Carbon.CoreFounation
— CoreFounation constants
Carbon.CoreGraphics
— CoreGraphics constants
Carbon.Ctl
— Control Manager
Carbon.Dialogs
— Dialog Manager constants
Carbon.Dlg
— Dialog Manager
Carbon.Drag
— Drag and Drop Manager
Carbon.Dragconst
— Drag and Drop Manager constants
Carbon.Events
— Event Manager constants
Carbon.Evt
— Event Manager
Carbon.File
— File Manager
Carbon.Files
— File Manager constants
Carbon.Fm
— Font Manager
Carbon.Folder
— Folder Manager
Carbon.Folders
— Folder Manager constants
Carbon.Fonts
— Font Manager constants
Carbon.Help
— Help Manager
Carbon.IBCarbon
— Carbon InterfaceBuilder
Carbon.IBCarbonRuntime
— Carbon InterfaceBuilder constants
Carbon.Icn
— Carbon Icon Manager
Carbon.Icons
— Carbon Icon Manager constants
Carbon.Launch
— Carbon Launch Services
Carbon.LaunchServices
— Carbon Launch Services constants
Carbon.List
— List Manager
Carbon.Lists
— List Manager constants
Carbon.MacHelp
— Help Manager constants
Carbon.MediaDescr
— Parsers and generators for Quicktime Media descriptors
Carbon.Menu
— Menu Manager
Carbon.Menus
— Menu Manager constants
Carbon.Mlte
— MultiLingual Text Editor
Carbon.OSA
— Carbon OSA Interface
Carbon.OSAconst
— Carbon OSA Interface constants
Carbon.QDOffscreen
— QuickDraw Offscreen constants
Carbon.Qd
— QuickDraw
Carbon.Qdoffs
— QuickDraw Offscreen
Carbon.Qt
— QuickTime
Carbon.QuickDraw
— QuickDraw constants
Carbon.QuickTime
— QuickTime constants
Carbon.Res
— Resource Manager and Handles
Carbon.Resources
— Resource Manager and Handles constants
Carbon.Scrap
— Scrap Manager
Carbon.Snd
— Sound Manager
Carbon.Sound
— Sound Manager constants
Carbon.TE
— TextEdit
Carbon.TextEdit
— TextEdit constants
Carbon.Win
— Window Manager
Carbon.Windows
— Window Manager constants
ColorPicker
— Color selection dialog
al
— Audio functions on the SGI
AL
— Constants used with the
al
模块
cd
— CD-ROM access on SGI systems
fl
— FORMS library for graphical user interfaces
FL
— Constants used with the
fl
模块
flp
— Functions for loading stored FORMS designs
fm
—
Font Manager
interface
gl
—
Graphics Library
interface
DEVICE
— Constants used with the
gl
模块
GL
— Constants used with the
gl
模块
imgfile
— Support for SGI imglib files
jpeg
— Read and write JPEG files
applesingle
— AppleSingle decoder
buildtools
— Helper module for BuildApplet and Friends
cfmfile
— Code Fragment Resource module
icopen
— Internet Config replacement for
open()
macerrors
— Mac OS Errors
macresource
— Locate script resources
Nav
— NavServices calls
PixMapWrapper
— Wrapper for PixMap objects
videoreader
— Read QuickTime movies
W
— Widgets built on
FrameWork
setup.py
file
setup.py
file to denote Python 3 compatibility
dictConfig()
dictConfig()
*.pyd
file the same as a DLL?