cpython/Doc/library
2013-05-19 09:09:24 -07:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst #16518: use "bytes-like object" throughout the docs. 2013-05-04 18:06:34 +03:00
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst #16518: use "bytes-like object" throughout the docs. 2013-05-04 18:06:34 +03:00
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. 2013-05-10 05:21:35 +03:00
codeop.rst
collections.abc.rst
collections.rst Undo the deprecation of _asdict(). 2013-05-18 00:05:20 -07:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst Merge 3.3 2013-05-10 11:36:23 -04:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst rather than passing locals to the class body, just execute the class body in the proper environment 2013-05-16 14:37:25 -05:00
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst #16518: merge with 3.3. 2013-05-04 18:07:12 +03:00
heapq.rst
hmac.rst #16518: use "bytes-like object" throughout the docs. 2013-05-04 18:06:34 +03:00
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst Issue 17862: Improve the signature of itertools grouper() recipe. 2013-05-05 19:53:41 -07:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
logging.rst
lzma.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst #16518: use "bytes-like object" throughout the docs. 2013-05-04 18:06:34 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst Issue #16694: Add source code link for operator.py 2013-05-10 19:57:44 -07:00
optparse.rst
os.path.rst
os.rst Issue #17529: Fix os.sendfile() documentation regarding the type of file 2013-05-01 15:13:12 +02:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst #17881: clarify documentation of plistlib. 2013-04-30 16:34:04 +03:00
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. 2013-05-04 20:08:35 +02:00
reprlib.rst
resource.rst
rlcompleter.rst Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. 2013-05-04 20:08:35 +02:00
runpy.rst
sched.rst
select.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. 2013-05-04 20:08:35 +02:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
stdtypes.rst Issue 17920: Fix-up terminology in the set documentation 2013-05-06 18:22:43 -07:00
string.rst
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
symbol.rst
symtable.rst
sys.rst Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. 2013-05-04 20:08:35 +02:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst #17871: merge with 3.3. 2013-05-07 09:47:08 +03:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst - Issue #17977: The documentation for the cadefault argument's default value 2013-05-14 11:38:38 -04:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst merge with 3.3 2013-05-12 12:37:12 +02:00
warnings.rst
wave.rst
weakref.rst Issue #15528: Add weakref.finalize to support finalization using 2013-05-05 23:05:00 +01:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst Clarify docs too: events can be any sequence (not that the C code supports it) 2013-05-19 09:09:24 -07:00
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipfile.rst
zipimport.rst
zlib.rst