cpython/Doc/library
Christian Heimes cbf3b5cb76 Merged revisions 59275-59303 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTE: The merge does NOT contain the modified file Python/import.c from
      r59288. I can't get it running. Nick, please check in the PEP 366
      manually.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

........
  r59279 | georg.brandl | 2007-12-02 19:17:50 +0100 (Sun, 02 Dec 2007) | 2 lines

  Fix a sentence I missed before. Do not merge to 3k.
........
  r59281 | georg.brandl | 2007-12-02 22:58:54 +0100 (Sun, 02 Dec 2007) | 3 lines

  Add documentation for PySys_* functions.
  Written by Charlie Shepherd for GHOP. Also fixes #1245.
........
  r59288 | nick.coghlan | 2007-12-03 13:55:17 +0100 (Mon, 03 Dec 2007) | 1 line

  Implement PEP 366
........
  r59290 | christian.heimes | 2007-12-03 14:47:29 +0100 (Mon, 03 Dec 2007) | 3 lines

  Applied my patch #1455 with some extra fixes for VS 2005
  The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
  I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
........
  r59291 | christian.heimes | 2007-12-03 14:55:16 +0100 (Mon, 03 Dec 2007) | 1 line

  Added comment to Misc/NEWS for r59290
........
  r59292 | christian.heimes | 2007-12-03 15:28:04 +0100 (Mon, 03 Dec 2007) | 1 line

  I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots.
........
  r59293 | facundo.batista | 2007-12-03 17:29:52 +0100 (Mon, 03 Dec 2007) | 3 lines


  Speedup and cleaning of __str__.  Thanks Mark Dickinson.
........
  r59294 | facundo.batista | 2007-12-03 18:55:00 +0100 (Mon, 03 Dec 2007) | 4 lines


  Faster _fix function, and some reordering for a more elegant
  coding. Thanks Mark Dickinson.
........
  r59295 | martin.v.loewis | 2007-12-03 20:20:02 +0100 (Mon, 03 Dec 2007) | 5 lines

  Issue #1727780: Support loading pickles of random.Random objects created
  on 32-bit systems on 64-bit systems, and vice versa. As a consequence
  of the change, Random pickles created by Python 2.6 cannot be loaded
  in Python 2.5.
........
  r59297 | facundo.batista | 2007-12-03 20:49:54 +0100 (Mon, 03 Dec 2007) | 3 lines


  Two small fixes. Issue 1547.
........
  r59299 | georg.brandl | 2007-12-03 20:57:02 +0100 (Mon, 03 Dec 2007) | 2 lines

  #1548: fix apostroph placement.
........
  r59300 | christian.heimes | 2007-12-03 21:01:02 +0100 (Mon, 03 Dec 2007) | 3 lines

  Patch #1537 from Chad Austin
  Change GeneratorExit's base class from Exception to BaseException
  (This time I'm applying the patch to the correct sandbox.)
........
  r59302 | georg.brandl | 2007-12-03 21:03:46 +0100 (Mon, 03 Dec 2007) | 3 lines

  Add examples to the xmlrpclib docs.
  Written for GHOP by Josip Dzolonga.
........
2007-12-03 21:02:03 +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 Remove further mentions of long integers. 2007-11-29 17:41:05 +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
aetypes.rst
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 Remove further mentions of long integers. 2007-11-29 17:41:05 +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 Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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
basehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
bdb.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
binascii.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
binhex.rst
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
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 issue1172: Documentation of "done" attribute in cgi module. 2007-09-18 23:39:35 +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 #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
codeop.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
collections.rst Merged revisions 59005-59040 via svnmerge from 2007-11-18 19:35:23 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
configparser.rst Merged revisions 59212-59225 via svnmerge from 2007-11-29 18:43:05 +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 Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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
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 Remove a few merged versionadded/changed. 2007-12-02 23:15:43 +00:00
ctypes.rst Remove further mentions of long integers. 2007-11-29 17:41:05 +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 Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
custominterp.rst
datatypes.rst Removed the new module 2007-11-28 08:28:28 +00:00
datetime.rst Remove further mentions of long integers. 2007-11-29 17:41:05 +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 Remove a few merged versionadded/changed. 2007-12-02 23:15:43 +00:00
development.rst
difflib.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
dircache.rst
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
dl.rst
doctest.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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 Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +00:00
email-examples.rst
email.charset.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +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 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
exceptions.rst Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
fcntl.rst
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
fileinput.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +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 Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
functions.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
functools.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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
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
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 #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
ic.rst
idle.rst
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 #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 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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 #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +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 #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +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 #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
mailcap.rst
markup.rst
marshal.rst Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +00:00
math.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
mhlib.rst
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 Fix some 2.xisms in merged docs. 2007-12-02 18:20:12 +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 Remove further mentions of long integers. 2007-11-29 17:41:05 +00:00
msvcrt.rst
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
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 Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
numeric.rst
objects.rst
operator.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
optparse.rst Remove further mentions of long integers. 2007-11-29 17:41:05 +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 Remove merged versionadded tags from os docs. 2007-12-01 13:31:39 +00:00
ossaudiodev.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
othergui.rst
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
pickle.rst Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +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 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 Remove further mentions of long integers. 2007-11-29 17:41:05 +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
py_compile.rst
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 #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
queue.rst Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
quopri.rst
random.rst Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +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 Remove a few merged versionadded/changed. 2007-12-02 23:15:43 +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
runpy.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
sched.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
scrolledtext.rst
select.rst
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 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
site.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
smtpd.rst
smtplib.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
sndhdr.rst
socket.rst Remove a few merged versionadded/changed. 2007-12-02 23:15:43 +00:00
socketserver.rst
someos.rst
spwd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sqlite3.rst Remove further mentions of long integers. 2007-11-29 17:41:05 +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
stdtypes.rst Remove a few merged versionadded/changed. 2007-12-02 23:15:43 +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 Remove mentions of "long integer" in the docs. 2007-11-29 17:24:34 +00:00
subprocess.rst Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
sunau.rst
symbol.rst
sys.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
syslog.rst
tabnanny.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
tarfile.rst Merged revisions 58817-58861 via svnmerge from 2007-11-05 19:43:04 +00:00
telnetlib.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
tempfile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +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 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 Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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
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
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
traceback.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
tty.rst
turtle.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +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 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 Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
unix.rst
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
userdict.rst remove/update many of the references to dict.iter*() 2007-09-04 17:33:11 +00:00
uu.rst
uuid.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
warnings.rst Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
wave.rst
weakref.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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 Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
wsgiref.rst Merged revisions 59226-59233 via svnmerge from 2007-11-30 14:35:04 +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 Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
xml.etree.elementtree.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +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 Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
zipfile.rst Merged revisions 58817-58861 via svnmerge from 2007-11-05 19:43:04 +00:00
zipimport.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
zlib.rst Merged revisions 58817-58861 via svnmerge from 2007-11-05 19:43:04 +00:00