cpython/Doc/library
2009-02-14 04:21:49 +00:00
..
2to3.rst Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 2009-02-13 02:50:59 +00:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
array.rst
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binascii.rst documentation wording fix for issue4903 2009-02-01 00:30:50 +00: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
codeop.rst
collections.rst Clean-up named tuple docs. 2009-02-11 00:20:02 +00:00
colorsys.rst
compileall.rst
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Merged revisions 69078-69080 via svnmerge from 2009-01-29 04:10:21 +00:00
dbm.rst
debug.rst
decimal.rst
development.rst
difflib.rst
dis.rst
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.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
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functions.rst #5107: document that default encoding is the same as locale.getpreferredencoding(). 2009-02-05 10:47:16 +00:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipc.rst
itertools.rst Add keyword argument support to itertools.count(). 2009-02-14 04:21:49 +00:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst Issue #1717: documentation fixes related to the cmp removal. 2009-02-01 14:18:10 +00:00
logging.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
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
objects.rst
operator.rst Issue #1717: documentation fixes related to the cmp removal. 2009-02-01 14:18:10 +00:00
optparse.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
os.path.rst
os.rst
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
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 fix a case of set_daemon #5087 2009-01-30 02:29:43 +00:00
quopri.rst
random.rst
re.rst
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Merged revisions 69419-69420 via svnmerge from 2009-02-08 01:58:26 +00:00
sched.rst
select.rst
shelve.rst The default shelve pickle protocol should have been 3. 2009-02-03 04:19:10 +00:00
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
stdtypes.rst Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 2009-02-13 02:50:59 +00:00
string.rst
stringprep.rst
strings.rst
struct.rst
subprocess.rst
sunau.rst
symbol.rst
symtable.rst
sys.rst Merged revisions 69331 via svnmerge from 2009-02-06 01:32:42 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
textwrap.rst
threading.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
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.rst
types.rst
undoc.rst
unicodedata.rst
unittest.rst Issue #1717: documentation fixes related to the cmp removal. 2009-02-01 14:18:10 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst #4894: document "newurl" parameter to redirect_request(). 2009-02-13 10:40:43 +00:00
urllib.robotparser.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
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
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.server.rst
zipfile.rst
zipimport.rst Merged revisions 69425 via svnmerge from 2009-02-08 03:37:27 +00:00
zlib.rst documentation wording fix for issue4903 2009-02-01 00:30:50 +00:00