cpython/Doc/library
Raymond Hettinger 18750ab2a0 Add repeat keyword argument to itertools.product(). 2008-02-28 09:23:48 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst
_winreg.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
array.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst #1492: allow overriding BaseHTTPServer's content type for error messages. 2008-02-23 15:02:28 +00:00
bastion.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst
bsddb.rst
bz2.rst
calendar.rst Fix documentation for Calendar.iterweekdays(): firstweekday is a property. 2008-02-07 19:48:34 +00:00
carbon.rst
cd.rst
cgi.rst
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
codeop.rst
collections.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst Issue 1781. Now ConfigParser.add_section does not let you add a 2008-02-23 12:46:10 +00:00
constants.rst #652749: document the constants added to the builtins by site.py. 2008-01-20 13:08:37 +00:00
contextlib.rst
cookie.rst
cookielib.rst
copy.rst
copy_reg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Try to correct a markup error that does hide the following paragraph. 2008-02-14 21:00:28 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst Convert external links to internal links. Fixes #2010. 2008-02-05 12:01:24 +00:00
custominterp.rst
datatypes.rst
datetime.rst
dbhash.rst
dbm.rst
debug.rst
decimal.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
development.rst
difflib.rst More difflib examples. Written for GHOP by Josip Dzolonga. 2008-02-23 15:19:54 +00:00
dircache.rst
dis.rst #2161: Fix opcode name. 2008-02-23 15:43:48 +00:00
distutils.rst
dl.rst
doctest.rst
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst
email-examples.rst Add email example how to send a multipart message. 2008-02-02 10:49:58 +00:00
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 Fix editing glitch. 2008-01-12 16:11:09 +00:00
fcntl.rst
filecmp.rst
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst
filesys.rst
fl.rst
fm.rst
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst
fractions.rst Implementation of Fraction.limit_denominator. 2008-02-12 21:31:59 +00:00
framework.rst
frameworks.rst
ftplib.rst Update docs for new callpack params added in r60188 2008-01-26 18:51:05 +00:00
functions.rst Move __builtins__.trunc() to math.trunc() per 2008-02-01 06:22:46 +00:00
functools.rst
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
imputil.rst
index.rst
inspect.rst Issue #1916. Added isgenerator() and isgeneratorfunction() to 2008-02-18 03:43:43 +00:00
internet.rst
intro.rst
ipc.rst
itertools.rst Add repeat keyword argument to itertools.product(). 2008-02-28 09:23:48 +00:00
jpeg.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.rst Add minor markup for a string. 2008-02-25 05:33:07 +00:00
mac.rst Removing bundlebuilder docs again -- it's not to be used anymore (see #779825). 2008-01-21 16:46:58 +00:00
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
mailcap.rst
markup.rst
marshal.rst
math.rst Move __builtins__.trunc() to math.trunc() per 2008-02-01 06:22:46 +00:00
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst #1087741: make mmap.mmap the type of mmap objects, not a 2008-01-21 14:16:46 +00:00
modulefinder.rst Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga. 2008-02-23 22:05:38 +00:00
modules.rst
msilib.rst #1825: correctly document msilib.add_data. 2008-02-23 22:55:18 +00:00
msvcrt.rst
multifile.rst
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numbers.rst Rename rational.Rational to fractions.Fraction, to avoid name clash 2008-02-10 21:29:51 +00:00
numeric.rst Restore fractions.rst to the document tree. 2008-02-12 00:15:32 +00:00
objects.rst
operator.rst #1506171: added operator.methodcaller(). 2008-02-23 23:04:35 +00:00
optparse.rst Part of #2154: minimal syntax fixes in doc example snippets. 2008-02-21 20:38:13 +00:00
os.path.rst Slashes allowed on Windows. 2008-01-26 11:02:22 +00:00
os.rst #2063: correct order of utime and stime in os.times() 2008-02-13 07:20:22 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst #835521: Add index entries for various pickle-protocol methods and attributes 2008-02-23 16:39:43 +00:00
pickletools.rst Complete an open todo on pickletools -- add a pickle optimizer. 2008-02-10 20:35:16 +00:00
pipes.rst
pkgutil.rst
platform.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
plistlib.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
popen2.rst
poplib.rst
posix.rst Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst
pprint.rst Let pprint() support sets and frozensets (suggested by David Mertz). 2008-01-23 00:04:40 +00:00
profile.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst Adapt pydoc to new doc URLs. 2008-01-21 17:13:03 +00:00
pyexpat.rst
python.rst
queue.rst Remove extra tick marks and add a missing closing parenthesis. 2008-02-03 02:34:14 +00:00
quopri.rst
random.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
re.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst Typo fix 2008-01-18 02:42:52 +00:00
scrolledtext.rst
select.rst
sets.rst
sgi.rst
sgmllib.rst
sha.rst
shelve.rst
shlex.rst
shutil.rst #1669: don't allow shutil.rmtree() to be called on a symlink. 2008-01-20 14:17:42 +00:00
signal.rst Issue 1089358. Adds the siginterrupt() function, that is just a 2008-02-23 15:07:35 +00:00
simplehttpserver.rst
simplexmlrpcserver.rst #2072: correct documentation for .rpc_paths 2008-02-23 15:41:51 +00:00
site.rst
smtpd.rst
smtplib.rst Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 2008-01-17 08:35:49 +00:00
sndhdr.rst
socket.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
socketserver.rst Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call 2008-01-19 16:26:13 +00:00
someos.rst
spwd.rst
sqlite3.rst #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. 2008-01-19 20:53:07 +00:00
ssl.rst
stat.rst
statvfs.rst
stdtypes.rst correct object name 2008-02-05 19:24:30 +00:00
string.rst
stringio.rst
stringprep.rst
strings.rst
struct.rst Fix issue1789: The tutorial contained a misuse of the struct module. 2008-01-24 09:38:26 +00:00
subprocess.rst
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
sys.rst Patch #1953 2008-02-04 18:00:12 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) 2008-02-09 15:28:09 +00:00
termios.rst
test.rst Markup fix 2008-01-15 01:29:44 +00:00
textwrap.rst
thread.rst Revert r61029. 2008-02-25 20:20:45 +00:00
threading.rst Revert r61029. 2008-02-25 20:20:45 +00:00
time.rst
timeit.rst
tix.rst
tk.rst
tkinter.rst
token.rst
tokenize.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
trace.rst Add a timing flag to Trace so you can see where slowness occurs 2008-02-26 08:21:28 +00:00
traceback.rst
tty.rst
turtle.rst
types.rst
undoc.rst
unicodedata.rst
unittest.rst
unix.rst
urllib.rst #856047: respect the ``no_proxy`` env var when checking for proxies 2008-01-20 12:05:43 +00:00
urllib2.rst Amendments to the urllib2 docs, written for GHOP by Thomas Lamb. 2008-02-02 09:56:20 +00:00
urlparse.rst
user.rst
userdict.rst #2079: typo in userdict docs. 2008-02-21 20:33:38 +00:00
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst Another fix. 2008-02-22 12:57:05 +00:00
webbrowser.rst
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst #2101: fix removeAttribute docs. 2008-02-23 21:59:11 +00:00
xml.etree.elementtree.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
xml.etree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst #1411695: clarify behavior of xml.sax.utils.[un]escape. 2008-01-19 20:40:24 +00:00
xmllib.rst
xmlrpclib.rst #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. 2008-02-23 16:23:05 +00:00
zipfile.rst Document that zipfile decryption is insanely slow and fix a typo and 2008-01-20 01:32:00 +00:00
zipimport.rst
zlib.rst