cpython/Doc/library
2007-08-30 20:24:31 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst
_winreg.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
al.rst
allos.rst
anydbm.rst
archiving.rst
array.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst
bastion.rst
binascii.rst
binhex.rst
bisect.rst
bsddb.rst
bz2.rst
calendar.rst Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for 2007-08-28 16:38:26 +00:00
carbon.rst
cd.rst
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. 2007-08-17 16:41:28 +00:00
codeop.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
collections.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst
constants.rst
contextlib.rst
cookie.rst
cookielib.rst
copy.rst
copy_reg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Spell check (also americanify behaviour, it's almost 3 times as common) 2007-08-26 01:42:03 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbhash.rst
dbm.rst
decimal.rst
development.rst
difflib.rst
dircache.rst
dis.rst Bug #1768121: fix wrong/missing opcode docs. 2007-08-23 17:54:11 +00:00
distutils.rst
dl.rst
doctest.rst Bug #1594966: fix misleading usage example 2007-08-23 20:53:28 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
filesys.rst
fl.rst
fm.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fnmatch.rst
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst
fpformat.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
framework.rst
frameworks.rst
ftplib.rst
functions.rst
functools.rst Document rev. 57574. 2007-08-28 08:29:08 +00:00
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst
getpass.rst
gettext.rst
gl.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst
i18n.rst
ic.rst
idle.rst
imageop.rst
imaplib.rst
imgfile.rst
imghdr.rst
imp.rst Clarify wording a bit. 2007-08-23 20:55:44 +00:00
imputil.rst Fix some glitches. 2007-08-28 10:48:18 +00:00
index.rst
inspect.rst
internet.rst
intro.rst
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
itertools.rst
jpeg.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.rst - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 2007-08-16 12:03:44 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
math.rst
md5.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mhlib.rst
mimetools.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimetypes.rst
mimewriter.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimify.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst Adding basic imputil documentation. 2007-08-28 09:07:54 +00:00
msilib.rst
msvcrt.rst
multifile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numeric.rst
objects.rst
operator.rst
optparse.rst
os.path.rst
os.rst
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Fix PDB command descriptions. 2007-08-18 06:05:56 +00:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
popen2.rst Bug #1766421: "return code" vs. "status code". 2007-08-23 17:57:05 +00:00
poplib.rst
posix.rst
posixfile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
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 Bug #1625381: clarify match vs search introduction. 2007-08-23 21:36:05 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst Bug #1011: fix rfc822.Message.getheader docs. 2007-08-24 17:23:23 +00:00
rlcompleter.rst
robotparser.rst
runpy.rst Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) 2007-08-25 04:32:07 +00:00
sched.rst
scrolledtext.rst
select.rst
sets.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
sgi.rst
sgmllib.rst
sha.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
shelve.rst
shlex.rst
shutil.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
signal.rst
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst Bug #1573854: fix docs for sqlite3 cursor rowcount attr. 2007-08-23 20:40:01 +00:00
ssl.rst This contains a number of things: 2007-08-29 22:35:05 +00:00
stat.rst
statvfs.rst
stdtypes.rst
string.rst
stringio.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
stringprep.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
strings.rst
struct.rst Bug #1734111: document struct.Struct.size. 2007-08-23 21:21:36 +00:00
subprocess.rst
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
sys.rst
syslog.rst
tabnanny.rst
tarfile.rst Warn about possible risks when extracting untrusted archives. 2007-08-30 20:24:31 +00:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst Document new utility functions in test_support. 2007-08-24 18:27:43 +00:00
textwrap.rst
thread.rst
threading.rst
time.rst
timeit.rst
tix.rst
tk.rst
tkinter.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle.rst
types.rst
undoc.rst
unicodedata.rst Added a note in each regarding the fact that unicode strings that look the same 2007-08-16 10:09:22 +00:00
unittest.rst
unix.rst
urllib.rst
urllib2.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
urlparse.rst
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmllib.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
xmlrpclib.rst
zipfile.rst Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). 2007-08-30 10:09:42 +00:00
zipimport.rst
zlib.rst