cpython/Doc/library
Mark Summerfield ddca9f0823 Replaced variable o with obj in operator.rst because o is easy to
confuse.

Added a note about Python 3's collections.Mapping etc., above section
that describes isMappingType() etc.

Added xrefs between os, os.path, fileinput, and open().
2007-09-13 14:54:30 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst
_winreg.rst
aepack.rst Fix RST link (backport from Py3k). 2007-09-01 07:51:24 +00:00
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
bdb.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
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 Fix typo. 2007-09-01 18:34:05 +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 Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Add a 'c_longdouble' type to the ctypes module. 2007-09-07 06:32:17 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbhash.rst
dbm.rst
debug.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
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 Change socket.error to inherit from IOError rather than being a stand 2007-09-09 23:36:46 +00:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +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 Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
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 More work on SSL support. 2007-09-10 21:51:02 +00:00
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 New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
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
mhlib.rst
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
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
mutex.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numeric.rst
objects.rst
operator.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
optparse.rst
os.path.rst
os.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +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
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
quopri.rst
random.rst
re.rst Added a note and examples to explain that re.split does not split on an 2007-09-01 17:40:03 +00:00
readline.rst Patch #1388440: Add set_completion_display_matches_hook and 2007-09-04 13:13:14 +00:00
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
sgi.rst
sgmllib.rst
sha.rst
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 Bug #1152: use non-deprecated name in example. 2007-09-12 18:05:57 +00:00
site.rst
smtpd.rst
smtplib.rst Markup fix 2007-09-01 20:31:59 +00:00
sndhdr.rst
socket.rst Change socket.error to inherit from IOError rather than being a stand 2007-09-09 23:36:46 +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 Fix some documentation bugs. 2007-09-11 02:42:07 +00:00
stat.rst
statvfs.rst
stdtypes.rst Document sets' ">" and "<" operations (backport from py3k). 2007-09-01 15:49:49 +00:00
string.rst
stringio.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
stringprep.rst
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 Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
threading.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
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
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