cpython/Doc/library
Guido van Rossum 2cc30daa86 Merged revisions 58742-58816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r58745 | georg.brandl | 2007-11-01 10:19:33 -0700 (Thu, 01 Nov 2007) | 2 lines

  #1364: os.lstat is available on Windows too, as an alias to os.stat.
........
  r58750 | christian.heimes | 2007-11-01 12:48:10 -0700 (Thu, 01 Nov 2007) | 1 line

  Backport of import tests for bug http://bugs.python.org/issue1293 and bug http://bugs.python.org/issue1342
........
  r58751 | christian.heimes | 2007-11-01 13:11:06 -0700 (Thu, 01 Nov 2007) | 1 line

  Removed non ASCII text from test as requested by Guido. Sorry :/
........
  r58753 | georg.brandl | 2007-11-01 13:37:02 -0700 (Thu, 01 Nov 2007) | 2 lines

  Fix markup glitch.
........
  r58757 | gregory.p.smith | 2007-11-01 14:08:14 -0700 (Thu, 01 Nov 2007) | 4 lines

  Fix bug introduced in revision 58385.  Database keys could no longer
  have NULL bytes in them.  Replace the errant strdup with a
  malloc+memcpy.  Adds a unit test for the correct behavior.
........
  r58758 | gregory.p.smith | 2007-11-01 14:15:36 -0700 (Thu, 01 Nov 2007) | 3 lines

  Undo revision 58533 58534 fixes.  Those were a workaround for
  a problem introduced by 58385.
........
  r58759 | gregory.p.smith | 2007-11-01 14:17:47 -0700 (Thu, 01 Nov 2007) | 2 lines

  false "fix" undone as correct problem was found and fixed.
........
  r58765 | mark.summerfield | 2007-11-02 01:24:59 -0700 (Fri, 02 Nov 2007) | 3 lines

  Added more file-handling related cross-references.
........
  r58766 | nick.coghlan | 2007-11-02 03:09:12 -0700 (Fri, 02 Nov 2007) | 1 line

  Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate)
........
  r58784 | thomas.heller | 2007-11-02 12:10:24 -0700 (Fri, 02 Nov 2007) | 4 lines

  Issue #1292: On alpha, arm, ppc, and s390 linux systems the
  --with-system-ffi configure option defaults to "yes" because the
  bundled libffi sources are too old.
........
  r58785 | thomas.heller | 2007-11-02 12:11:23 -0700 (Fri, 02 Nov 2007) | 1 line

  Enable the full ctypes c_longdouble tests again.
........
  r58796 | georg.brandl | 2007-11-02 13:06:17 -0700 (Fri, 02 Nov 2007) | 4 lines

  Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
  I hope the concept of hashability is better understandable now.
  Thanks to Tim Hatch for pointing out the flaws here.
........
2007-11-02 23:46:40 +00:00
..
__builtin__.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
__future__.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
__main__.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
_ast.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
_winreg.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
abc.rst Proof read/editing of abc. Added table of collections.Hashable etc. to 2007-09-05 08:43:04 +00:00
aepack.rst Fix RST link. 2007-09-01 07:34:27 +00:00
aetools.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
aetypes.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
aifc.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
allos.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
anydbm.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
archiving.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
array.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
asynchat.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
asyncore.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
atexit.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
audioop.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
autogil.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
base64.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
basehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
bdb.rst New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes. 2007-09-12 18:04:37 +00:00
binascii.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
binhex.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
bisect.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
bsddb.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
bz2.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
calendar.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
carbon.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
cgi.rst issue1172: Documentation of "done" attribute in cgi module. 2007-09-18 23:39:35 +00:00
cgihttpserver.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
cgitb.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
chunk.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
cmath.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
cmd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
code.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
codecs.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
codeop.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
collections.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
colorpicker.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
colorsys.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
commands.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
compileall.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
configparser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
constants.rst Continue going through the language reference, bringing it up-to-date. 2007-09-07 14:15:41 +00:00
contextlib.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
cookie.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
cookielib.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
copy.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
copy_reg.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
crypt.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
crypto.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
csv.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
ctypes.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
curses.ascii.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
curses.panel.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
curses.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
custominterp.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
datatypes.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
datetime.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
dbhash.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
dbm.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
development.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
difflib.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
dircache.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
dis.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
distutils.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
dl.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
doctest.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
docxmlrpcserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dumbdbm.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dummy_thread.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
dummy_threading.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
easydialogs.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email-examples.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
email.charset.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.encoders.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
email.errors.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.generator.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
email.header.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
email.iterators.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
email.message.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
email.mime.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.parser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.util.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
errno.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
exceptions.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
fcntl.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
filecmp.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
fileformats.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
fileinput.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
filesys.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
fnmatch.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
formatter.rst Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
fpectl.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
fpformat.rst Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. 2007-08-31 09:22:56 +00:00
framework.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
frameworks.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
ftplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
functions.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
functools.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
gc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
gdbm.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
gensuitemodule.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
getopt.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
getpass.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
gettext.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
glob.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
grp.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
gzip.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
hashlib.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
heapq.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
hmac.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
htmllib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
htmlparser.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
httplib.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
i18n.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
ic.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
idle.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
imaplib.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
imghdr.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imp.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imputil.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
index.rst New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes. 2007-09-12 18:04:37 +00:00
inspect.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
internet.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
intro.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
ipc.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
itertools.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
keyword.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
language.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
linecache.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
locale.rst Update what the locale module documents about string operations. 2007-10-15 15:42:31 +00:00
logging.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
mac.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
macos.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
macosa.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
macostools.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
macpath.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
mailbox.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
mailcap.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
markup.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
marshal.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
math.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
mhlib.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
mimetools.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mimetypes.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
miniaeframe.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
misc.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
mm.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
mmap.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
modulefinder.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
modules.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
msilib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
msvcrt.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
multifile.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mutex.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
netdata.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
netrc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
new.rst Continue going through the language reference, bringing it up-to-date. 2007-09-07 14:15:41 +00:00
nis.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nntplib.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
numeric.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
objects.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
operator.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
optparse.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
os.path.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
os.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
ossaudiodev.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
othergui.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
parser.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
pdb.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
persistence.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
pickle.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
pickletools.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
pipes.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
pkgutil.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
platform.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
poplib.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
posix.rst Address a few XXX comments, other fixes. 2007-08-31 17:17:17 +00:00
pprint.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
profile.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
pty.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
pwd.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
py_compile.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
pyclbr.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
pydoc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
pyexpat.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
python.rst Initial documentation for the abc module. 2007-09-04 08:11:03 +00:00
queue.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
quopri.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
random.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
re.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
readline.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
repr.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
resource.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
rfc822.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
rlcompleter.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
robotparser.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
runpy.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sched.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
scrolledtext.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
select.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
sgmllib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
shelve.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
shlex.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
shutil.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
signal.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
simplehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
simplexmlrpcserver.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
site.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
smtpd.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
smtplib.rst Change instances of 'while 1:' in the docs into 'while True:'. 2007-09-10 00:49:57 +00:00
sndhdr.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
socket.rst Change instances of 'while 1:' in the docs into 'while True:'. 2007-09-10 00:49:57 +00:00
socketserver.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
someos.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
spwd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sqlite3.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
ssl.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
stat.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
statvfs.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
stdtypes.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
string.rst Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. 2007-09-04 07:27:54 +00:00
stringio.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
stringprep.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
strings.rst Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. 2007-08-31 09:22:56 +00:00
struct.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
subprocess.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
sunau.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
symbol.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
sys.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
syslog.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
tabnanny.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
tarfile.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
telnetlib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tempfile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
termios.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
test.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
textwrap.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
thread.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
threading.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
time.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
timeit.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tix.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tk.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
tkinter.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
token.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
tokenize.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
trace.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
traceback.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tty.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
turtle.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
types.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
undoc.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
unicodedata.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
unittest.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
unix.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
urllib.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
urllib2.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
urlparse.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
user.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
userdict.rst remove/update many of the references to dict.iter*() 2007-09-04 17:33:11 +00:00
uu.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
uuid.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
warnings.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
wave.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
weakref.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
webbrowser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
whichdb.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
windows.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
winsound.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
wsgiref.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
xdrlib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xml.dom.minidom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.dom.pulldom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.dom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.etree.elementtree.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
xml.etree.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.handler.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.reader.rst Remove two lingering references to now-gone has_key() methods from the library docs. 2007-09-10 00:03:41 +00:00
xml.sax.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.utils.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xmlrpclib.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
zipfile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
zipimport.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
zlib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00