cpython/Doc/library
Christian Heimes 292d351fc1 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

NOTE: I blocked the following revisions:
      svnmerge.py block -r 60521,60522,60528,60529,60534,60539
      The new tests must be merged with lots of manual work.

........
  r60493 | georg.brandl | 2008-02-01 12:59:08 +0100 (Fri, 01 Feb 2008) | 2 lines

  Update IPv6 RFC number.
........
  r60497 | georg.brandl | 2008-02-01 16:50:15 +0100 (Fri, 01 Feb 2008) | 2 lines

  Add link checker builder, written for GHOP by Thomas Lamb.
........
  r60500 | georg.brandl | 2008-02-01 19:08:09 +0100 (Fri, 01 Feb 2008) | 2 lines

  Rename batch file.
........
  r60504 | christian.heimes | 2008-02-01 19:49:26 +0100 (Fri, 01 Feb 2008) | 1 line

  More int -> pid_t.
........
  r60507 | georg.brandl | 2008-02-01 20:24:01 +0100 (Fri, 01 Feb 2008) | 2 lines

  Wording nit.
........
  r60510 | georg.brandl | 2008-02-01 21:45:33 +0100 (Fri, 01 Feb 2008) | 2 lines

  Update for latest sphinx latex writer.
........
  r60511 | raymond.hettinger | 2008-02-01 22:30:23 +0100 (Fri, 01 Feb 2008) | 1 line

  Issue #1996: float.as_integer_ratio() should return fraction in lowest terms.
........
  r60512 | raymond.hettinger | 2008-02-01 23:15:52 +0100 (Fri, 01 Feb 2008) | 1 line

  Integer ratio should return ints instead of longs whereever possible.
........
  r60513 | raymond.hettinger | 2008-02-01 23:22:50 +0100 (Fri, 01 Feb 2008) | 1 line

  labs() takes a long for an input.
........
  r60514 | raymond.hettinger | 2008-02-01 23:42:59 +0100 (Fri, 01 Feb 2008) | 1 line

  Test round-trip on float.as_integer_ratio() and float.__truediv__().
........
  r60515 | marc-andre.lemburg | 2008-02-01 23:58:17 +0100 (Fri, 01 Feb 2008) | 3 lines

  Bump distutils version number to match Python version.
........
  r60516 | raymond.hettinger | 2008-02-02 00:12:19 +0100 (Sat, 02 Feb 2008) | 1 line

  Fix int/long typecase.  Add check for non-binary floating point.
........
  r60517 | raymond.hettinger | 2008-02-02 00:45:44 +0100 (Sat, 02 Feb 2008) | 1 line

  Add protection from weirdness while scaling the mantissa to an integer.
........
  r60518 | raymond.hettinger | 2008-02-02 06:11:40 +0100 (Sat, 02 Feb 2008) | 1 line

  Simpler solution to handling non-IEEE 754 environments.
........
  r60519 | raymond.hettinger | 2008-02-02 06:24:44 +0100 (Sat, 02 Feb 2008) | 1 line

  Neaten-up a bit.
........
  r60520 | georg.brandl | 2008-02-02 10:56:20 +0100 (Sat, 02 Feb 2008) | 2 lines

  Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.
........
  r60525 | georg.brandl | 2008-02-02 11:49:58 +0100 (Sat, 02 Feb 2008) | 3 lines

  Add email example how to send a multipart message.
  Written for GHOP by Martin Matejek.
........
  r60526 | georg.brandl | 2008-02-02 12:05:00 +0100 (Sat, 02 Feb 2008) | 2 lines

  Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen.
........
  r60527 | georg.brandl | 2008-02-02 12:05:34 +0100 (Sat, 02 Feb 2008) | 2 lines

  Add GHOP contributor.
........
  r60530 | mark.dickinson | 2008-02-02 18:16:13 +0100 (Sat, 02 Feb 2008) | 2 lines

  Make the Rational constructor accept '3.' and '.2' as well as '3.2'.
........
  r60531 | neal.norwitz | 2008-02-02 19:52:51 +0100 (Sat, 02 Feb 2008) | 1 line

  Update the leaky tests (ie, ignore these tests if they report leaks).  This version has been running for a while.
........
  r60533 | skip.montanaro | 2008-02-02 20:11:57 +0100 (Sat, 02 Feb 2008) | 7 lines

  Split the refleak mail body into two parts, the first being those failing
  tests which are deemed more important issues, the second those which are
  known to have difficult to solve problems and are generally expected to
  leak.  Hopefully this doesn't break the script...
........
  r60535 | georg.brandl | 2008-02-03 01:04:50 +0100 (Sun, 03 Feb 2008) | 3 lines

  Wait for a delay before reaping children -- this should fix the
  test_socketserver failures on several platforms.
........
  r60536 | brett.cannon | 2008-02-03 03:07:55 +0100 (Sun, 03 Feb 2008) | 2 lines

  Fix a minor typo.
........
  r60537 | brett.cannon | 2008-02-03 03:08:45 +0100 (Sun, 03 Feb 2008) | 3 lines

  Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for
  searches as to how they were listed in the environment variable.
........
  r60538 | brett.cannon | 2008-02-03 03:34:14 +0100 (Sun, 03 Feb 2008) | 2 lines

  Remove extra tick marks and add a missing closing parenthesis.
........
  r60540 | andrew.macintyre | 2008-02-03 07:58:06 +0100 (Sun, 03 Feb 2008) | 2 lines

  Update OS/2 EMX build bits for 2.6.
........
  r60541 | andrew.macintyre | 2008-02-03 08:01:11 +0100 (Sun, 03 Feb 2008) | 2 lines

  Rename module definition file to reflect v2.6.
........
  r60542 | andrew.macintyre | 2008-02-03 08:07:31 +0100 (Sun, 03 Feb 2008) | 6 lines

  The wrapper function is supposed to be for spawnvpe() so that's
  what we should call [this wrapper only available on OS/2].

  Backport candidate to 2.5.
........
  r60544 | gregory.p.smith | 2008-02-03 08:20:53 +0100 (Sun, 03 Feb 2008) | 6 lines

  Merge this fix from the pybsddb tree:
  r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines

  Solved memory leak when using cursors with
  databases without environment.
........
  r60546 | gregory.p.smith | 2008-02-03 09:01:46 +0100 (Sun, 03 Feb 2008) | 2 lines

  remove a repeated occurance of a hardcoded berkeleydb library version number
........
  r60549 | brett.cannon | 2008-02-03 10:59:21 +0100 (Sun, 03 Feb 2008) | 2 lines

  Add an entry for r60537.
........
  r60550 | georg.brandl | 2008-02-03 13:29:00 +0100 (Sun, 03 Feb 2008) | 2 lines

  #2003: fix sentence.
........
  r60551 | christian.heimes | 2008-02-03 15:34:18 +0100 (Sun, 03 Feb 2008) | 2 lines

  Fixed paths to Windows build directories in build_ext.py
  Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
........
2008-02-03 16:51:08 +00:00
..
__future__.rst
__main__.rst
_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 Merged revisions 59843-59863 via svnmerge from 2008-01-09 00:17:24 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
aetools.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
aetypes.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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
anydbm.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
archiving.rst
array.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
atexit.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
audioop.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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
basehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
bdb.rst Fix now-wrong :keyword: markup. Remove the section about 2008-01-20 11:22:21 +00:00
binascii.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
binhex.rst
bisect.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
bsddb.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
builtins.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
bz2.rst Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +00:00
calendar.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
carbon.rst
cgi.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
cgihttpserver.rst
cgitb.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
chunk.rst
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
codecs.rst Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. 2008-01-07 18:10:24 +00:00
codeop.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
collections.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
configparser.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
constants.rst Merged revisions 60124-60142 via svnmerge from 2008-01-20 15:14:11 +00:00
contextlib.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +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 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
copy_reg.rst
crypt.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
crypto.rst
csv.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
ctypes.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
curses.ascii.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
curses.panel.rst
curses.rst Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
custominterp.rst
datatypes.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
datetime.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
dbhash.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
dbm.rst
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst Context flags get set, not incremented. 2008-02-01 20:38:12 +00:00
development.rst
difflib.rst Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +00:00
dircache.rst
dis.rst Merged revisions 59921-59932 via svnmerge from 2008-01-12 19:39:10 +00:00
distutils.rst
dl.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
doctest.rst Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +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
dummy_threading.rst
easydialogs.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
email-examples.rst Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
email.charset.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
email.encoders.rst
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 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
email.util.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
errno.rst
exceptions.rst Merged revisions 59921-59932 via svnmerge from 2008-01-12 19:39:10 +00:00
fcntl.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
fileinput.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
filesys.rst
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
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
frameworks.rst
ftplib.rst Merged revisions 60284-60349 via svnmerge from 2008-01-27 15:18:18 +00:00
functions.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
functools.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
gc.rst Minor cleanup in the gc module. 2007-12-10 23:58:35 +00:00
gdbm.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
gensuitemodule.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
getopt.rst Copied doc for reload() from trunk's function.rst to imp.rst 2008-01-07 17:19:16 +00:00
getpass.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
gettext.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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
gzip.rst Merged revisions 58817-58861 via svnmerge from 2007-11-05 19:43:04 +00:00
hashlib.rst Merged revisions 58862-58885 via svnmerge from 2007-11-06 20:51:31 +00:00
heapq.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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
ic.rst
idle.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
imaplib.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
imghdr.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imp.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
imputil.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +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 Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +00:00
internet.rst
intro.rst
ipc.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
itertools.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
keyword.rst
language.rst
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 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
mac.rst
macos.rst
macosa.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
macostools.rst
macpath.rst
mailbox.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
mailcap.rst
markup.rst
marshal.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
math.rst Merged revisions 60475-60479,60481-60488 via svnmerge from 2008-02-01 08:12:03 +00:00
mhlib.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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 Merged revisions 59041-59055 via svnmerge from 2007-11-19 18:03:44 +00:00
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +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 Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
msvcrt.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
multifile.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
mutex.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
netdata.rst
netrc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nis.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nntplib.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
numbers.rst Merged revisions 60441-60474 via svnmerge from 2008-01-31 14:31:45 +00:00
numeric.rst Merged revisions 59952-59984 via svnmerge from 2008-01-15 21:44:53 +00:00
objects.rst Merged revisions 59512-59540 via svnmerge from 2007-12-17 20:04:13 +00:00
operator.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
optparse.rst Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
os.path.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
os.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
ossaudiodev.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
othergui.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
parser.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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
pickle.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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
pkgutil.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
platform.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
plistlib.rst Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
poplib.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
posix.rst Merged revisions 59921-59932 via svnmerge from 2008-01-12 19:39:10 +00:00
pprint.rst Merged revisions 60176-60209 via svnmerge from 2008-01-23 08:24:23 +00:00
profile.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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
py_compile.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
pyclbr.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
pydoc.rst Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
pyexpat.rst Merged revisions 59843-59863 via svnmerge from 2008-01-09 00:17:24 +00:00
python.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
queue.rst Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
quopri.rst
random.rst Take Tim's advice and have random.sample() support only sequences and sets. 2008-01-14 01:00:53 +00:00
rational.rst Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
re.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
readline.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
repr.rst Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +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 #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
robotparser.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
runpy.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
sched.rst Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
scrolledtext.rst
select.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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 60124-60142 via svnmerge from 2008-01-20 15:14:11 +00:00
signal.rst Merged revisions 59565-59594 via svnmerge from 2007-12-24 08:52:31 +00:00
simplehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
simplexmlrpcserver.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
site.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
smtpd.rst
smtplib.rst Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
sndhdr.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
socket.rst Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
socketserver.rst Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
someos.rst
spwd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sqlite3.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
ssl.rst Merged revisions 59376-59406 via svnmerge from 2007-12-08 15:33:56 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
stdtypes.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
string.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
stringio.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
subprocess.rst Merged revisions 59774-59783 via svnmerge from 2008-01-06 17:05:40 +00:00
sunau.rst
symbol.rst
sys.rst Merged revisions 60364-60378 via svnmerge from 2008-01-27 23:50:43 +00:00
syslog.rst
tabnanny.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
tarfile.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
telnetlib.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
tempfile.rst Merged revisions 59774-59783 via svnmerge from 2008-01-06 17:05:40 +00:00
termios.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
test.rst Merged revisions 59952-59984 via svnmerge from 2008-01-15 21:44:53 +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 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
threading.rst Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
time.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
timeit.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
tix.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
tk.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
tkinter.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
token.rst
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 Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
traceback.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
tty.rst
turtle.rst Merged revisions 59512-59540 via svnmerge from 2007-12-17 20:04:13 +00:00
types.rst Cleanups and documentation updates related to the removal of unbound methods. 2007-11-30 22:29:24 +00:00
undoc.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
unicodedata.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
unittest.rst Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
unix.rst
urllib.rst Merged revisions 60124-60142 via svnmerge from 2008-01-20 15:14:11 +00:00
urllib2.rst Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
urlparse.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
user.rst
userdict.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
uu.rst
uuid.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
warnings.rst Merged revisions 59423-59440 via svnmerge from 2007-12-09 15:58:13 +00:00
wave.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
weakref.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
webbrowser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
whichdb.rst
windows.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
winsound.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
wsgiref.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
xml.etree.elementtree.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
xml.etree.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
xml.sax.handler.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
xml.sax.reader.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +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 Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
xmlrpclib.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
zipfile.rst Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
zipimport.rst Merged revisions 59774-59783 via svnmerge from 2008-01-06 17:05:40 +00:00
zlib.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00