cpython/Lib
Fred Drake b5879ca2e9 Relocating file to Lib/lib-old. 1999-07-01 16:59:29 +00:00
..
distutils
dos-8x3
lib-old
lib-stdwin
lib-tk Break some cycles when the widget is destroyed. 1999-06-25 15:53:54 +00:00
plat-aix3
plat-aix4
plat-beos
plat-freebsd2
plat-freebsd3
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win
test Add the test case provided by Barry Scott for his patch. 1999-06-15 18:56:46 +00:00
BaseHTTPServer.py Don't just die if gethostbyaddr() fails -- as it can when DNS is 1999-06-09 15:05:47 +00:00
Bastion.py
CGIHTTPServer.py
ConfigParser.py Patch suggested (and partially provided) by Lars Damerow: instead of 1999-06-17 18:41:42 +00:00
Makefile
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SocketServer.py In collect_children(), put a try-except around os.waitpid() because it 1999-06-17 15:41:33 +00:00
StringIO.py
UserDict.py
UserList.py
aifc.py Make the mode parameter to open() default in the same way as for wave.open(). 1999-06-22 21:23:23 +00:00
anydbm.py
asynchat.py
asyncore.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py Add unrelated but handy function: timegm(), to calculate Unix 1999-06-09 15:07:38 +00:00
cgi.py After more discussion with Jim, change the behavior so that only a 1999-06-11 18:26:09 +00:00
chunk.py Patch from Sjoerd Mullender: 1999-06-25 14:58:44 +00:00
cmd.py
cmp.py Patch by Mikael Lyngvig: 1999-06-25 14:12:50 +00:00
cmpcache.py Mikael Lyngvig writes: 1999-06-25 14:21:44 +00:00
code.py
codeop.py
colorsys.py
commands.py
compileall.py
copy.py
copy_reg.py
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
exceptions.py Patch by Tim Peters: 1999-06-22 14:47:32 +00:00
fileinput.py
fnmatch.py
formatter.py
fpformat.py Define NotANumber as a subclass of ValueError when using class-based 1999-06-29 15:49:35 +00:00
ftplib.py
getopt.py
getpass.py
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py
ntpath.py
nturl2path.py
os.py Mark Hammond: patch for Windows/CE. 1999-06-11 01:37:27 +00:00
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py Suppress warning print statements about modules not found, they are 1999-06-16 12:28:12 +00:00
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py Small patch by Tim Peters - it was using self.maxlist when it should 1999-06-23 23:27:05 +00:00
rexec.py
rfc822.py Barry Scott writes: 1999-06-15 18:06:20 +00:00
rlcompleter.py
robotparser.py
sched.py While we're at it, convert to docstrings and set the indentation level 1999-06-25 18:53:23 +00:00
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py
smtplib.py Patch by Per Cederqvist: 1999-06-09 15:13:10 +00:00
sndhdr.py
stat.py
statcache.py
statvfs.py
string.py
stringold.py
sunau.py Make the mode parameter to open() default in the same way as for wave.open(). 1999-06-22 21:23:23 +00:00
sunaudio.py
symbol.py
tabnanny.py
telnetlib.py
tempfile.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
urllib.py Sjoerd Mullender writes: 1999-06-24 15:27:36 +00:00
urlopen.py
urlparse.py
user.py
uu.py
wave.py open(): Make the mode parameter optional; if omitted or None, use the 1999-06-17 15:18:47 +00:00
whichdb.py
whrandom.py
xdrlib.py
xmllib.py