cpython/Lib
Fred Drake 776d39e2c7 Opening a file for reading can raise IOError, so only catch that. 2001-05-11 18:47:54 +00:00
..
compiler
curses
distutils Fix typo in docstring 2001-04-23 17:13:03 +00:00
encodings
idlelib Fixes for Python 1.6 compatibility - socket bind and connect get a 2000-09-24 06:29:50 +00:00
lib-old Remove all remaining uses of the FCNTL module from the standard library. 2001-05-10 15:33:31 +00:00
lib-tk
plat-aix3 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-aix4 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-beos5 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-freebsd2 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-freebsd3 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-freebsd4 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-freebsd5 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-generic
plat-irix5 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-irix6 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-linux1 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-linux2 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-netbsd1 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
plat-next3 Do no regenerate modules that should no longer be here. 2001-05-10 15:52:47 +00:00
plat-riscos
plat-sunos4 Do no regenerate modules that should no longer be here. 2001-05-10 15:52:47 +00:00
plat-sunos5 Do no regenerate modules that should no longer be here. 2001-05-10 15:52:47 +00:00
plat-unixware7 Remove the old platform-specific FCNTL.py modules; these are no longer 2001-05-09 21:15:06 +00:00
site-packages
test unlink() would normally be found in the "os" module, so use it from there. 2001-05-11 14:29:21 +00:00
xml Corrected default value of the DocumentType.internalSubset attribute based 2001-04-05 14:41:30 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
FCNTL.py Add a new FCNTL.py backward compatibility module that issues a deprecation 2001-05-09 21:13:23 +00:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SocketServer.py
StringIO.py
TERMIOS.py
UserDict.py Added support for .iteritems(), .iterkeys(), .itervalues(). 2001-05-03 04:54:41 +00:00
UserList.py
UserString.py
__future__.py
aifc.py
anydbm.py Catch only the relevant exceptions instead of using a bare except clause. 2001-05-11 18:27:00 +00:00
asynchat.py
asyncore.py <socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error, 2001-05-11 18:28:54 +00:00
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
chunk.py
cmd.py
code.py InteractiveInterpreter.showsyntaxerror(): 2001-05-03 04:58:49 +00:00
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py Fix compileall.py so that it fails on SyntaxErrors 2001-04-18 01:20:21 +00:00
copy.py
copy_reg.py
dbhash.py
difflib.py
dircache.py
dis.py Iterators phase 1. This comprises: 2001-04-20 19:13:02 +00:00
doctest.py
dospath.py
dumbdbm.py Added support for .__contains__(), .__iter__(), .iterkeys(). 2001-05-03 04:55:47 +00:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py int() of a string is only expected to through ValueError, so do not use 2001-05-11 18:45:52 +00:00
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py Make the Mailbox objects support iteration -- they already had the 2001-05-02 20:20:53 +00:00
mailcap.py Opening a file for reading can raise IOError, so only catch that. 2001-05-11 18:47:54 +00:00
mhlib.py
mimetools.py
mimetypes.py
mimify.py
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
os.py Unify _Environ processing on riscos with other platforms. 2001-03-07 09:05:45 +00:00
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py SF bug 418615: regular expression bug in pipes.py. 2001-04-25 03:43:14 +00:00
popen2.py
poplib.py
posixfile.py Remove all remaining uses of the FCNTL module from the standard library. 2001-05-10 15:33:31 +00:00
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py Added more help, and recovery from misspelled sort key arguments. 2001-04-26 07:32:38 +00:00
pty.py Update to reflect deprecation of the FCNTL module: The fcntl module does 2001-05-10 05:17:02 +00:00
py_compile.py
pyclbr.py
pydoc.py Change some text just a little to avoid font-lock hell. 2001-05-10 18:41:02 +00:00
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py Unused variable (caught by PyChecker) removed. 2001-04-17 17:20:19 +00:00
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py Fix three PyChecker-detected gotchas. 2001-04-16 18:43:18 +00:00
tabnanny.py
telnetlib.py
tempfile.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py patch 418489 from Andrew Dalke for string format bug 2001-05-10 01:28:40 +00:00
urllib.py
urllib2.py Raise useful exception when called with URL for which request type 2001-05-09 15:49:24 +00:00
urlparse.py
user.py
uu.py
warnings.py
wave.py
weakref.py Added iterator support to the Weak*Dictionary classes. 2001-05-02 05:43:09 +00:00
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zipfile.py