0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
1997-03-14 04:21:10 +00:00
..
aix3
aix4
dos_8x3
dos-8x3
freebsd2
generic
irix5
irix6 Irix 6 specific files -- thanks Sjoerd! 1997-01-15 19:19:19 +00:00
lib-old
lib-stdwin
lib-tk Require _tkinter -- don't attempt to import tkinter when _tkinter does 1997-02-15 18:33:24 +00:00
linux1
linux2
next3
plat-aix3
plat-aix4
plat-freebsd2
plat-generic
plat-irix5
plat-irix6 Irix 6 specific files -- thanks Sjoerd! 1997-01-15 19:19:19 +00:00
plat-linux1
plat-linux2
plat-next3
plat-sunos4
plat-sunos5
plat-win
stdwin
sunos4
sunos5
test Restore old behavior of autotest and testall, using regrtest. 1997-03-07 21:05:43 +00:00
tkinter Require _tkinter -- don't attempt to import tkinter when _tkinter does 1997-02-15 18:33:24 +00:00
win
addpack.py
aifc.py
anydbm.py
AST.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py Merged in Jack's fixes. This brings some lines beyond 79 chars again; 1997-02-11 16:39:31 +00:00
bisect.py
builtin.py
calendar.py
cgi.py Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is 1997-02-18 16:55:33 +00:00
CGIHTTPServer.py Remove some bogus code that would cause a NameError if a -r option was passed. 1997-02-19 20:07:38 +00:00
cmd.py
cmp.py
cmpcache.py
codehack.py
colorsys.py
commands.py
compileall.py
copy.py
dbhash.py
dircache.py
dircmp.py
dis.py Support disassembly of a variety of objects through dis.dis(). 1997-03-14 04:15:43 +00:00
dospath.py
dumbdbm.py
dump.py
emacs.py
find.py
fmt.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Added Fred Drake's netrc parser class. 1997-03-14 04:16:54 +00:00
getopt.py
glob.py
gopherlib.py
grep.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imghdr.py
linecache.py
lockfile.py
macpath.py join(): Wax the incorrect leading comment 1997-02-18 22:06:21 +00:00
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
newdir.py
newimp.py
ni1.py
ni.py
nntplib.py Change the list() function to match the documentation in the comment 1997-03-14 04:18:20 +00:00
ntpath.py join(): Wax the incorrect leading comment 1997-02-18 22:06:21 +00:00
nturl2path.py
os.py
ospath.py
packmail.py
Para.py
pdb.doc
pdb.py
persist.py
pickle.py Implement find_class() without exec statement. 1997-03-14 04:21:10 +00:00
pipes.py
poly.py
popen2.py
posixfile.py
posixpath.py join(): join one or more path components 1997-02-18 21:53:25 +00:00
profile.doc
profile.py
pstats.py
pty.py
py_compile.py compile(): Use the __debug__ flag to determine the proper filename extension 1997-03-13 14:13:16 +00:00
pyclbr.py
Queue.py
quopri.py
rand.py
random.py
regex_syntax.py
regexp.py
regsub.py Store the current regex syntax along with the regular expression 1997-02-18 18:52:55 +00:00
repr.py
rexec.py
rfc822.py
robotparser.py Skip Montanaro's robots.txt parser. 1997-01-30 03:18:23 +00:00
sched.py
sgmllib.py
shelve.py
shutil.py
SimpleHTTPServer.py
site.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py Add optional 4th argument to [r]find and [r]index (end of slice). 1997-03-14 04:13:56 +00:00
StringIO.py
stringold.py Add optional 4th argument to [r]find and [r]index (end of slice). 1997-03-14 04:13:56 +00:00
sunau.py
sunaudio.py
symbol.py
tb.py
tempfile.py
toaiff.py
token.py
tokenize.py Added support for imaginary constants (e.g. 0j, 1j, 1.0j). 1997-03-10 23:17:01 +00:00
traceback.py
tty.py
types.py
tzparse.py
urllib.py Put a new, more useful, set of references in the leading comment. 1997-02-10 17:51:56 +00:00
urlopen.py
urlparse.py
UserDict.py
UserList.py
util.py
uu.py
wave.py
whatsound.py
whichdb.py
whrandom.py
xdrlib.py Raise ConversionError instances the new fangled way, e.g.: 1997-01-14 17:11:02 +00:00
zmod.py