cpython/Doc/library
Raymond Hettinger f746a1f1e4 Fix-up intro paragraph for collections docs. 2009-02-17 08:33:01 +00:00
..
2to3.rst a few edits and typos 2009-02-08 15:14:57 +00:00
__builtin__.rst
__future__.rst
__main__.rst
_winreg.rst
abc.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
aepack.rst
aetools.rst
aetypes.rst
aifc.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
al.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
allos.rst
anydbm.rst
archiving.rst
array.rst
ast.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
autogil.rst
base64.rst #1661108: note that urlsafe encoded string can contain "=". 2009-02-13 10:56:50 +00:00
basehttpserver.rst
bastion.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
bdb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
binascii.rst Update doc wording as suggested in issue4903. 2009-02-01 00:16:01 +00:00
binhex.rst
bisect.rst
bsddb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
bz2.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
calendar.rst
carbon.rst
cd.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cmd.rst
code.rst
codecs.rst Use the correct names of the stateless codec functions (Fixes issue 4178). 2008-10-23 13:11:39 +00:00
codeop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
collections.rst Fix-up intro paragraph for collections docs. 2009-02-17 08:33:01 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
configparser.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
constants.rst
contextlib.rst
cookie.rst
cookielib.rst #5059: fix example. 2009-02-05 10:59:28 +00:00
copy.rst
copy_reg.rst
crypt.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
crypto.rst
csv.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
ctypes.rst #4820: use correct module for ctypes.util. 2009-02-05 11:35:28 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Minor spelling mistake in datetime docs. 2009-01-29 00:54:32 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. 2009-01-03 22:03:11 +00:00
development.rst
difflib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
distutils.rst
dl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
doctest.rst
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 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
email.parser.rst #4268: Use correct module for two toplevel functions. 2008-11-06 10:17:58 +00:00
email.rst
email.util.rst
errno.rst
exceptions.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
filesys.rst
fl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fm.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fractions.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
framework.rst
frameworks.rst
ftplib.rst Test commit. 2009-01-04 08:26:10 +00:00
functions.rst Add explanation for super(type1, type2). 2009-02-16 23:00:25 +00:00
functools.rst
future_builtins.rst
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst Use markup. 2008-12-05 09:13:45 +00:00
getpass.rst
gettext.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
gl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
glob.rst
grp.rst
gzip.rst Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. 2009-01-04 21:29:23 +00:00
hashlib.rst correct email address 2009-01-11 17:53:33 +00:00
heapq.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
hmac.rst
hotshot.rst
htmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
htmlparser.rst
httplib.rst Clarify the docs for the 'strict' argument to httplib.HTTPConnection. 2008-11-15 22:33:25 +00:00
i18n.rst
ic.rst
idle.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imageop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imaplib.rst
imgfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imghdr.rst
imp.rst
importlib.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
imputil.rst
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Fixed typo. 2009-02-15 09:19:48 +00:00
ipc.rst
itertools.rst Add keyword argument support to itertools.count(). 2009-02-14 00:25:51 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
logging.rst Added more cross-reference targets and tidied up list of useful handlers. 2009-01-19 06:49:19 +00:00
mac.rst
macos.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
macosa.rst
macostools.rst
macpath.rst
mailbox.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mailcap.rst
markup.rst
marshal.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
math.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
md5.rst
mhlib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
modulefinder.rst
modules.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
msilib.rst
msvcrt.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
multifile.rst
multiprocessing.rst Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels 2009-01-25 03:36:13 +00:00
mutex.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
netdata.rst
netrc.rst
new.rst Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
nis.rst
nntplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
numbers.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
numeric.rst
objects.rst
operator.rst Doc fixes. Remove overbroad, redundant warnings. Fixup example code. 2009-02-04 11:14:18 +00:00
optparse.rst #4827: fix callback example. 2009-02-05 11:33:21 +00:00
os.path.rst
os.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
ossaudiodev.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
othergui.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
parser.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
pdb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
persistence.rst
pickle.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
popen2.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
poplib.rst
posix.rst
posixfile.rst
pprint.rst
profile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst #4671: document that pydoc imports modules. 2008-12-27 19:11:15 +00:00
pyexpat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
python.rst
queue.rst
quopri.rst
random.rst #4979: correct result range for some random functions. 2009-01-18 13:24:10 +00:00
re.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
readline.rst
repr.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
resource.rst
restricted.rst
rexec.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
rfc822.rst
rlcompleter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
robotparser.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
runpy.rst Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) 2009-02-08 01:26:34 +00:00
sched.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
scrolledtext.rst
select.rst #4167: fix markup glitches. 2008-11-04 20:49:35 +00:00
sets.rst
sgi.rst
sgmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sha.rst
shelve.rst
shlex.rst
shutil.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
signal.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
simplehttpserver.rst
simplexmlrpcserver.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
site.rst
smtpd.rst
smtplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sndhdr.rst
socket.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
socketserver.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
someos.rst
spwd.rst
sqlite3.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
ssl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stat.rst
statvfs.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stdtypes.rst os.fsync() should be used to ensure that data is written to disk 2009-02-12 03:50:00 +00:00
string.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stringio.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stringprep.rst
strings.rst
struct.rst
subprocess.rst Markup fixes 2009-01-21 02:16:26 +00:00
sun.rst
sunau.rst
sunaudio.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
symbol.rst
symtable.rst add email address 2009-01-19 16:18:27 +00:00
sys.rst Implement issue #4285, convert sys.version_info to a named 2009-02-06 00:48:26 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
termios.rst
test.rst
textwrap.rst
thread.rst Typo: "ThreadError" is the name in the C source. 2008-10-10 08:40:44 +00:00
threading.rst #5031: fix Thread.daemon property docs. 2009-02-05 11:40:35 +00:00
time.rst
timeit.rst
tix.rst
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
tkinter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
token.rst
tokenize.rst
trace.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
traceback.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
ttk.rst Text edits and markup fixes 2009-01-31 03:26:02 +00:00
tty.rst
turtle.rst Note that first coord. is left alone 2009-01-13 13:40:54 +00:00
types.rst
undoc.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unittest.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unix.rst
urllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
urllib2.rst #4894: document "newurl" parameter to redirect_request(). 2009-02-13 10:40:14 +00:00
urlparse.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
wave.rst
weakref.rst
webbrowser.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
whichdb.rst
windows.rst
winsound.rst #4754: improve winsound documentation. 2008-12-27 18:49:19 +00:00
wsgiref.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst #5174: fix wrong file closing in example. 2009-02-07 12:21:17 +00:00
zipfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
zipimport.rst Issue #4512 closeout: Make ZipImport.get_filename() a public method 2009-02-08 03:17:00 +00:00
zlib.rst wording for for issue4903. 2009-02-01 00:24:21 +00:00