cpython/Doc/library
Gregory P. Smith e9fef694b4 Change socket.error to inherit from IOError rather than being a stand
alone class.  This addresses the primary concern in

 http://bugs.python.org/issue1706815

python-dev discussion here:

 http://mail.python.org/pipermail/python-dev/2007-July/073749.html

I chose IOError rather than EnvironmentError as the base class since
socket objects are often used as transparent duck typed file objects
in code already prepared to deal with IOError exceptions.

also a minor fix:

 urllib2 - fix a couple places where IOError was raised rather than URLError.
           for better or worse, URLError already inherits from IOError so
           this won't break any existing code.

 test_urllib2net - replace bad ftp urls.
2007-09-09 23:36:46 +00:00
..
__builtin__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
__future__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
__main__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
_ast.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
_winreg.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
aepack.rst Fix RST link (backport from Py3k). 2007-09-01 07:51:24 +00:00
aetools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
aetypes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
aifc.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
al.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
allos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
anydbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
archiving.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
array.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
asynchat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
asyncore.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
atexit.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
audioop.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
autogil.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
base64.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
basehttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bastion.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
binascii.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
binhex.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bisect.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bsddb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
bz2.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
calendar.rst Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for 2007-08-28 16:38:26 +00:00
carbon.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cgi.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cgihttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cgitb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
chunk.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cmath.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cmd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
code.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
codecs.rst Fix typo. 2007-09-01 18:34:05 +00:00
codeop.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
collections.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
colorpicker.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
colorsys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
commands.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
compileall.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
compiler.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
configparser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
constants.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
contextlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cookie.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
cookielib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
copy.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
copy_reg.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
crypt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
crypto.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
csv.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ctypes.rst Add a 'c_longdouble' type to the ctypes module. 2007-09-07 06:32:17 +00:00
curses.ascii.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
curses.panel.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
curses.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
custominterp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
datatypes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
datetime.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dbhash.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
decimal.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
development.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
difflib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dircache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dis.rst Bug #1768121: fix wrong/missing opcode docs. 2007-08-23 17:54:11 +00:00
distutils.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
doctest.rst Bug #1594966: fix misleading usage example 2007-08-23 20:53:28 +00:00
docxmlrpcserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dumbdbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dummy_thread.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dummy_threading.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
easydialogs.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email-examples.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.charset.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.encoders.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.errors.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.generator.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.header.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.iterators.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.message.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.mime.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.parser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.util.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
errno.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
exceptions.rst Change socket.error to inherit from IOError rather than being a stand 2007-09-09 23:36:46 +00:00
fcntl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
filecmp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fileformats.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fileinput.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
filesys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fm.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fnmatch.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fpformat.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
framework.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
frameworks.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ftplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
functions.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
functools.rst Document rev. 57574. 2007-08-28 08:29:08 +00:00
gc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gdbm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gensuitemodule.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
getopt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
getpass.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gettext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
glob.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
grp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gzip.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
hashlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
heapq.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
hmac.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
hotshot.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
htmllib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
htmlparser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
httplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
i18n.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ic.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
idle.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imageop.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imaplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imgfile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imghdr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imp.rst Clarify wording a bit. 2007-08-23 20:55:44 +00:00
imputil.rst Fix some glitches. 2007-08-28 10:48:18 +00:00
index.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
inspect.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
internet.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
intro.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
itertools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
jpeg.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
keyword.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
language.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
linecache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
locale.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
logging.rst - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 2007-08-16 12:03:44 +00:00
mac.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macosa.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macostools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
macpath.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mailbox.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mailcap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
markup.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
marshal.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
math.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
md5.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mhlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mimetools.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimetypes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mimewriter.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimify.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
miniaeframe.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
misc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mmap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
modulefinder.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
modules.rst Adding basic imputil documentation. 2007-08-28 09:07:54 +00:00
msilib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
msvcrt.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
multifile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mutex.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
netdata.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
netrc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
new.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nis.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nntplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
numeric.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
objects.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
operator.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
optparse.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
os.path.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
os.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ossaudiodev.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
othergui.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
parser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pdb.rst Fix PDB command descriptions. 2007-08-18 06:05:56 +00:00
persistence.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pickle.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pickletools.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pipes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pkgutil.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
platform.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
popen2.rst Bug #1766421: "return code" vs. "status code". 2007-08-23 17:57:05 +00:00
poplib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
posix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
posixfile.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
pprint.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
profile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pty.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
py_compile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pyclbr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pydoc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pyexpat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
python.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
queue.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
quopri.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
random.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
re.rst Added a note and examples to explain that re.split does not split on an 2007-09-01 17:40:03 +00:00
readline.rst Patch #1388440: Add set_completion_display_matches_hook and 2007-09-04 13:13:14 +00:00
repr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
resource.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
restricted.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
rexec.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
rfc822.rst Bug #1011: fix rfc822.Message.getheader docs. 2007-08-24 17:23:23 +00:00
rlcompleter.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
robotparser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
runpy.rst Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) 2007-08-25 04:32:07 +00:00
sched.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
scrolledtext.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
select.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sets.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
sgi.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sgmllib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sha.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
shelve.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
shlex.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
shutil.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
signal.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
simplehttpserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
simplexmlrpcserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
site.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
smtpd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
smtplib.rst Markup fix 2007-09-01 20:31:59 +00:00
sndhdr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
socket.rst Change socket.error to inherit from IOError rather than being a stand 2007-09-09 23:36:46 +00:00
socketserver.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
someos.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
spwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sqlite3.rst Bug #1573854: fix docs for sqlite3 cursor rowcount attr. 2007-08-23 20:40:01 +00:00
ssl.rst SSL certificate distinguished names should be represented by tuples 2007-09-05 00:46:27 +00:00
stat.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
statvfs.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
stdtypes.rst Document sets' ">" and "<" operations (backport from py3k). 2007-09-01 15:49:49 +00:00
string.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
stringio.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
stringprep.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
strings.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
struct.rst Bug #1734111: document struct.Struct.size. 2007-08-23 21:21:36 +00:00
subprocess.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sun.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sunau.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sunaudio.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
symbol.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
syslog.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tabnanny.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tarfile.rst Warn about possible risks when extracting untrusted archives. 2007-08-30 20:24:31 +00:00
telnetlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tempfile.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
termios.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
test.rst Document new utility functions in test_support. 2007-08-24 18:27:43 +00:00
textwrap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
thread.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
threading.rst Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
time.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
timeit.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tk.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tkinter.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
token.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tokenize.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
trace.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
traceback.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tty.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
turtle.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
types.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
undoc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
unicodedata.rst Added a note in each regarding the fact that unicode strings that look the same 2007-08-16 10:09:22 +00:00
unittest.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
unix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
urllib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
urllib2.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
urlparse.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
user.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
userdict.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
uu.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
uuid.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
warnings.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
wave.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
weakref.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
webbrowser.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
whichdb.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
windows.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
winsound.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
wsgiref.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xdrlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.minidom.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.pulldom.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.etree.elementtree.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.etree.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.handler.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.reader.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.sax.utils.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xmllib.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
xmlrpclib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
zipfile.rst Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). 2007-08-30 10:09:42 +00:00
zipimport.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
zlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00