cpython/Lib
Guido van Rossum d76732918a Added rmtree(), to recursively remove a directory tree.
Code by David Ascher (docstring by me).
1998-02-06 21:38:09 +00:00
..
dos-8x3 New module added. 1997-12-31 00:11:03 +00:00
lib-old
lib-stdwin
lib-tk Add trace methods to class Variable 1998-01-14 16:44:34 +00:00
plat-aix3
plat-aix4
plat-freebsd2
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win
test Make this test work when imported from the interpreter instead of run 1998-01-29 21:53:17 +00:00
addpack.py
aifc.py
anydbm.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py Use string.replace instead of regsub.[g]sub. 1997-12-24 21:18:41 +00:00
bisect.py
builtin.py
calendar.py
cgi.py Use string.replace instead of regsub.[g]sub. 1997-12-24 21:18:41 +00:00
CGIHTTPServer.py Use string.replace instead of regsub.[g]sub. 1997-12-24 21:18:41 +00:00
cmd.py
cmp.py
cmpcache.py
code.py Seems I've found a way to fix this. 1998-01-14 15:40:30 +00:00
codehack.py
colorsys.py
commands.py
compileall.py Revamped, to match py_compile.py: 1998-01-19 23:07:55 +00:00
ConfigParser.py get(): Fixed a bug in the merge order of the dictionaries. This makes 1998-01-26 22:42:48 +00:00
copy.py
copy_reg.py
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
dump.py
exceptions.py
fileinput.py
find.py
fmt.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
glob.py
gopherlib.py Some patches by Lars Marius Garshol: 1998-01-19 21:59:48 +00:00
grep.py
gzip.py (This fix is really by Jeremy) 1998-01-27 19:29:45 +00:00
htmlentitydefs.py
htmllib.py
httplib.py Patch by Tim O'Malley for servers that send a response looking just like 1998-01-19 22:25:24 +00:00
ihooks.py
imghdr.py
keyword.py
knee.py
linecache.py
locale.py
lockfile.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py Use string.replace instead of regsub.[g]sub. 1997-12-24 21:18:41 +00:00
mimetools.py Support uue and x-uue as short names for uuencode. 1997-12-10 18:54:36 +00:00
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
newdir.py
newimp.py
ni1.py
nntplib.py
ntpath.py Fix to ismount(). Can't remember who told me this. 1998-01-19 22:25:59 +00:00
nturl2path.py
os.py
packmail.py
Para.py
pdb.doc
pdb.py
persist.py
pickle.py Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): 1998-01-26 22:47:35 +00:00
pipes.py
poly.py
popen2.py
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py Added docstrings. 1998-01-19 04:01:26 +00:00
pyclbr.py
Queue.py
quopri.py
rand.py
random.py # Typos in the comments giving the names of two recently added distributions. 1997-12-09 19:43:18 +00:00
re.py Fix two bugs: 1998-01-12 18:57:53 +00:00
re1.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py Remove unneeded "import re". 1997-12-11 21:41:13 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py Make close(), and hence __del__(), robust in the light of the world 1997-12-09 14:18:33 +00:00
shutil.py Added rmtree(), to recursively remove a directory tree. 1998-02-06 21:38:09 +00:00
SimpleHTTPServer.py
site.py Update the doc string to emphasize non-Unix behavior earlier; 1998-01-13 18:32:40 +00:00
smtplib.py Sez The Dragon: 1998-01-29 17:26:45 +00:00
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py Minor editing corrections. 1997-12-29 19:57:36 +00:00
StringIO.py
stringold.py Minor editing corrections. 1997-12-29 19:57:36 +00:00
sunau.py
sunaudio.py
symbol.py
tb.py
telnetlib.py Moved things around a bit in interact(), so outout is processed before 1997-12-29 20:05:45 +00:00
tempfile.py Add new optional parameter 'suffix' (default ''), which is appended to 1997-12-19 04:29:50 +00:00
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
urllib.py Two suggested features by Sjoerd: 1998-02-05 16:22:27 +00:00
urlopen.py
urlparse.py Add Gopher to list of protocols that support query strings. 1998-01-19 22:27:21 +00:00
user.py
UserDict.py
UserList.py
util.py
uu.py
wave.py
whatsound.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py New version of xmllib from Sjoerd. 1998-01-29 14:55:24 +00:00
zmod.py