cpython/Doc/library
Georg Brandl 4c8bbe69e5 Make collections' doctests executable.
(The <BLANKLINE>s will be stripped from presentation output.)
2008-03-22 21:06:20 +00:00
..
__builtin__.rst
__future__.rst Fix a code block in __future__ docs. 2008-03-21 19:14:38 +00:00
__main__.rst
_ast.rst
_winreg.rst Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs 2008-01-08 16:18:26 +00:00
aepack.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +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 #1492: allow overriding BaseHTTPServer's content type for error messages. 2008-02-23 15:02:28 +00:00
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 Fix documentation for Calendar.iterweekdays(): firstweekday is a property. 2008-02-07 19:48:34 +00:00
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 A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
codeop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
collections.rst Make collections' doctests executable. 2008-03-22 21:06:20 +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 Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
cookie.rst
cookielib.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
copy.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst #1686390: add example for csv.Sniffer use. 2008-01-06 16:04:56 +00:00
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 add %f format to datetime - issue 1158 2008-03-15 16:04:45 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst No need to specify explicit "doctest_block" anymore. 2008-03-22 13:07:06 +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 Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) 2008-03-07 14:13:28 +00:00
distutils.rst
dl.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
doctest.rst Documentation for r5990[3567]. 2008-01-11 09:55:53 +00:00
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 Grammar fix 2008-03-07 21:09:23 +00:00
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 Fix editing glitch. 2008-01-12 16:11:09 +00:00
fcntl.rst Prevent ioctl op codes from being sign extended from int to unsigned long 2008-03-19 23:03:25 +00:00
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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
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 Add docs for print_function and future_builtins. Fixes #2442. 2008-03-21 19:37:57 +00:00
functools.rst
future_builtins.rst Add docs for print_function and future_builtins. Fixes #2442. 2008-03-21 19:37:57 +00:00
gc.rst
gdbm.rst
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst Fix introductory sentence. 2008-01-06 17:21: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 Mention that crc32 and adler32 are available in a different module (zlib). 2008-03-19 01:38:35 +00:00
heapq.rst Issue 2274: Add heapq.heappushpop(). 2008-03-13 19:03:51 +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 Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
imgfile.rst
imghdr.rst
imp.rst
imputil.rst
index.rst
inspect.rst Add docs for __func__ and __self__ on methods. 2008-03-21 19:20:21 +00:00
internet.rst
intro.rst
ipc.rst
itertools.rst Add recipe to docs. 2008-03-11 00:19:07 +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 Clarified documentation on use of shutdown(). 2008-03-16 21:35:58 +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 Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
mimetools.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
mimetypes.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
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 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 Update docs to reflect removal of Exact/Inexact 2008-03-16 05:20:42 +00:00
numeric.rst Restore fractions.rst to the document tree. 2008-02-12 00:15:32 +00:00
objects.rst
operator.rst Improve docs for itemgetter(). Show that it works with slices. 2008-03-11 21:37:46 +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 note that fork and forkpty raise OSError on failure 2008-03-15 02:32:49 +00:00
ossaudiodev.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
othergui.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
parser.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pdb.rst Issue 1106316. post_mortem()'s parameter, traceback, is now 2008-03-08 16:50:27 +00:00
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 Clarfiy the availability of the extended support for win32_ver() in Py2.6. 2008-03-20 18:58:14 +00:00
plistlib.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +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 Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pprint.rst Make more doctests in pprint docs testable. 2008-03-22 12:59:37 +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 #2225: return nonzero status code from py_compile if not all files could be compiled. 2008-03-06 07:41:16 +00:00
pyclbr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pydoc.rst Adapt pydoc to new doc URLs. 2008-01-21 17:13:03 +00:00
pyexpat.rst Added a footnote to each pointing out that for XML output if an encoding 2008-03-17 08:28:15 +00:00
python.rst Add docs for print_function and future_builtins. Fixes #2442. 2008-03-21 19:37:57 +00:00
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 No need to specify explicit "doctest_block" anymore. 2008-03-22 13:07:06 +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 Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
runpy.rst
sched.rst Typo fix 2008-01-18 02:42:52 +00:00
scrolledtext.rst
select.rst Fix-up syntax problems. 2008-03-22 20:08:43 +00:00
sets.rst
sgi.rst
sgmllib.rst
sha.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
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 Grammar fix; markup fix 2008-03-04 01:30:10 +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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
socketserver.rst Progress on issue #1193577 by adding a polling .shutdown() method to 2008-03-07 06:22:15 +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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
stdtypes.rst Document unicode.isnumeric() and unicode.isdecimal() (issue2326) 2008-03-17 19:33:11 +00:00
string.rst
stringio.rst
stringprep.rst
strings.rst
struct.rst Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +00:00
subprocess.rst #1727024: document that Popen.returncode is set by Popen.poll/wait. 2008-01-06 16:01:26 +00:00
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
sys.rst Add missing versionadded tag. 2008-03-21 21:05:03 +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 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 #1720705: add docs about import/threading interaction, wording by Nick. 2008-03-13 07:21:41 +00:00
time.rst
timeit.rst
tix.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
tk.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tkinter.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
unicodedata.rst
unittest.rst #2249: document assertTrue and assertFalse. 2008-03-09 15:11:39 +00:00
unix.rst
urllib.rst Remove obsolete paragraph. #2288. 2008-03-14 23:10:34 +00:00
urllib2.rst Issue 2188: Documentation hint about disabling proxy detection. 2008-03-20 03:20:48 +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 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
weakref.rst #1918: document that weak references *to* an object are 2008-03-22 10:07:29 +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 Another one. 2008-03-19 07:57:57 +00:00
xml.dom.pulldom.rst
xml.dom.rst #2270: fix typo. 2008-03-13 07:17:14 +00:00
xml.etree.elementtree.rst Added a footnote to each pointing out that for XML output if an encoding 2008-03-17 08:28:15 +00:00
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 #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 Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
zipimport.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
zlib.rst Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms 2008-03-17 18:48:05 +00:00