0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
1997-05-14 19:06:36 +00:00
..
aix3
aix4
dos_8x3 The usual. 1997-05-08 23:14:57 +00:00
dos-8x3 The usual. 1997-05-08 23:14:57 +00:00
freebsd2
generic
irix5
irix6 Irix 6 specific files -- thanks Sjoerd! 1997-01-15 19:19:19 +00:00
lib-old
lib-stdwin
lib-tk Add root.tkraise() to the _test() program so the window doesn't hide 1997-05-09 00:59:43 +00:00
linux1
linux2 Regenerated on a newer Linux version. 1997-05-09 02:21:06 +00:00
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 Regenerated on a newer Linux version. 1997-05-09 02:21:06 +00:00
plat-next3
plat-sunos4
plat-sunos5 Regenerated on newer Solaris version 1997-05-13 17:45:56 +00:00
plat-win
stdwin
sunos4
sunos5 Regenerated on newer Solaris version 1997-05-13 17:45:56 +00:00
test Fix sys.platform test -- on Win, it is 'win32', not 'win'. 1997-05-14 19:06:36 +00:00
tkinter Add root.tkraise() to the _test() program so the window doesn't hide 1997-05-09 00:59:43 +00:00
win
addpack.py
aifc.py Use newer struct, which handles unsigned long right 1997-01-11 19:21:09 +00:00
anydbm.py
AST.py
audiodev.py
base64.py Set correct RFC number. Open input in binary. 1997-05-08 23:10:42 +00:00
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 Untested changes by Skip Montanaro to have an optional limit on the 1997-05-13 19:03:23 +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_reg.py support module for cPickle 1997-04-09 17:44:11 +00:00
copy.py
dbhash.py
dircache.py
dircmp.py
dis.py Modernized for 1.5 1997-05-09 03:21:44 +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 New doc strings. 1997-04-02 05:47:11 +00:00
gopherlib.py
grep.py
gzip.py Adding Jeremy Hylton's gzip module. 1997-04-30 16:04:57 +00:00
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imghdr.py (Jack:) Recognize PNG files. 1997-04-11 18:59:38 +00:00
keyword.py Ping's new version -- more efficient at finding the keywords. 1997-03-20 20:40:45 +00:00
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 Improve getting the mailbox from the environment. 1997-05-08 23:11:52 +00:00
mailcap.py Change by Andrew Kuchling (edited by Guido): 1997-03-25 21:58:08 +00:00
Makefile
mhlib.py Reindented with 4 spaces. 1997-04-16 02:47:12 +00:00
mimetools.py
MimeWriter.py
mimify.py base64 support by Sjoerd. 1997-04-11 15:22:56 +00:00
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 Restore two features of the original 1.4 pickle: 1997-04-25 19:52:29 +00:00
pipes.py
poly.py
popen2.py Change inspired by Tommy Burnette to add an interface to get stderr, too. 1997-04-21 14:15:55 +00:00
posixfile.py
posixpath.py join(): join one or more path components 1997-02-18 21:53:25 +00:00
pprint.py Fix a couple of glitches identified by Greg Stein. 1997-04-18 13:54:13 +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 Set correct RFC number. 1997-05-08 23:11:04 +00:00
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 Alas, I have to restore 'marshal', since it is needed by the new 1997-04-25 19:10:15 +00:00
rfc822.py
robotparser.py Skip Montanaro's robots.txt parser. 1997-01-30 03:18:23 +00:00
sched.py
sgmllib.py
shelve.py Added a 'sync' method to shelve. If the underlying database does not have a sync 1997-03-25 16:06:03 +00:00
shutil.py Transformed comments to doc strings. 1997-04-29 14:45:19 +00:00
SimpleHTTPServer.py
site.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py Changed my mind on replace(). 1997-04-02 05:49:46 +00:00
StringIO.py
stringold.py Changed my mind on replace(). 1997-04-02 05:49:46 +00:00
sunau.py
sunaudio.py
symbol.py New symbols due to assert statement. 1997-04-02 05:46:05 +00:00
tb.py
tempfile.py (Jack:) Better MacOS support. 1997-04-11 19:00:53 +00:00
toaiff.py
token.py
tokenize.py Ping's latest. Fixes triple quoted strings ending in odd 1997-04-09 17:15:54 +00:00
traceback.py
tty.py
types.py
tzparse.py
urllib.py spliturl() should not throw away everything past first newline 1997-04-16 15:17:06 +00:00
urlopen.py
urlparse.py
UserDict.py
UserList.py
util.py
uu.py while (1) -> while 1. Sorry. 1997-04-08 19:46:53 +00:00
wave.py
whatsound.py
whichdb.py Use new struct which supports standardized sizes 1997-01-11 19:22:11 +00:00
whrandom.py
xdrlib.py Raise ConversionError instances the new fangled way, e.g.: 1997-01-14 17:11:02 +00:00
zmod.py