cpython/Doc/library
Georg Brandl 91a4808aa8 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. 2008-01-06 15:48:20 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst
_winreg.rst
aepack.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aetools.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aetypes.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
array.rst
asynchat.rst
asyncore.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
atexit.rst
audioop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
autogil.rst
base64.rst
basehttpserver.rst
bastion.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
bdb.rst
binascii.rst
binhex.rst
bisect.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
bsddb.rst
bz2.rst
calendar.rst
carbon.rst
cd.rst
cgi.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
codeop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
collections.rst Small code simplification. Forgot that classmethods can be called from intances. 2008-01-06 09:02:24 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
constants.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
contextlib.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
cookie.rst
cookielib.rst
copy.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
custominterp.rst
datatypes.rst
datetime.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
development.rst
difflib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
dircache.rst
dis.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
distutils.rst
dl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
doctest.rst Some cleanup in the docs. 2007-12-29 10:57:00 +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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
email.util.rst
errno.rst
exceptions.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
fcntl.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
fm.rst
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst
framework.rst
frameworks.rst
ftplib.rst
functions.rst #759525: document that dir() doesn't return metaclass attrs when given a class as arg. 2008-01-06 15:48:20 +00:00
functools.rst
gc.rst
gdbm.rst
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getpass.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
gettext.rst
gl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst
i18n.rst
ic.rst
idle.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
imageop.rst
imaplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
imgfile.rst
imghdr.rst
imp.rst
imputil.rst
index.rst
inspect.rst #759525: document that dir() doesn't return metaclass attrs when given a class as arg. 2008-01-06 15:48:20 +00:00
internet.rst
intro.rst
ipc.rst
itertools.rst Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). 2007-12-29 22:16:24 +00:00
jpeg.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
md5.rst
mhlib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst #1719: capitalization error in "UuidCreate". 2008-01-05 20:46:29 +00:00
msvcrt.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
multifile.rst
mutex.rst
netdata.rst
netrc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
new.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
nis.rst
nntplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
numbers.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
numeric.rst Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just 2008-01-03 02:21:52 +00:00
objects.rst
operator.rst
optparse.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
os.path.rst
os.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
ossaudiodev.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
othergui.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
parser.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pdb.rst
persistence.rst
pickle.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
popen2.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
poplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
posix.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
posixfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pprint.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
profile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pty.rst
pwd.rst
py_compile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pyclbr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pydoc.rst
pyexpat.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
python.rst
queue.rst
quopri.rst
random.rst
re.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
scrolledtext.rst
select.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
sets.rst
sgi.rst
sgmllib.rst
sha.rst
shelve.rst
shlex.rst
shutil.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
signal.rst
simplehttpserver.rst
simplexmlrpcserver.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Revert socket.rst to unix-eol. 2008-01-05 20:29:13 +00:00
socketserver.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
someos.rst
spwd.rst
sqlite3.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
ssl.rst
stat.rst
statvfs.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
stdtypes.rst #1501: document that 0**0 == 1. 2008-01-06 15:41:50 +00:00
string.rst
stringio.rst
stringprep.rst
strings.rst
struct.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
subprocess.rst
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
sys.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
syslog.rst
tabnanny.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tarfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
textwrap.rst
thread.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
threading.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
time.rst
timeit.rst
tix.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tk.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tkinter.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle.rst
types.rst
undoc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
unicodedata.rst
unittest.rst
unix.rst
urllib.rst
urllib2.rst
urlparse.rst
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst
wave.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
weakref.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
webbrowser.rst
whichdb.rst
windows.rst
winsound.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
wsgiref.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xdrlib.rst
xml.dom.minidom.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.dom.pulldom.rst
xml.dom.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.etree.elementtree.rst
xml.etree.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.handler.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.reader.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
zipfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
zipimport.rst
zlib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00