0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Guido van Rossum bb189dbcb0 Small corrections to comments that were cloned from aifc; moreover
the description of setparams() was wrong.

wave.py: Include the tag of an unknown format in the exception.
1998-04-23 21:40:02 +00:00
..
dos-8x3 The usual 1998-04-09 21:47:39 +00:00
lib-old Restore ni as an obsolete module. 1998-04-09 04:04:18 +00:00
lib-stdwin
lib-tk Add image_types() and image_names() as methods to Misc class. 1998-04-10 19:16:10 +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 Add connect_ex to list of methods. 1998-04-14 01:30:45 +00:00
test New test sample -- "Nobody expects the Spanish Inquisition!" 1998-04-23 21:37:22 +00:00
aifc.py Small corrections to comments that were cloned from aifc; moreover 1998-04-23 21:40:02 +00:00
anydbm.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
CGIHTTPServer.py
cmd.py
cmp.py
cmpcache.py
code.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
copy_reg.py
copy.py
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
dump.py
exceptions.py
fileinput.py
find.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py Be nicer to systems that have neither termios nor msvcrt. 1998-04-13 20:22:21 +00:00
glob.py
gopherlib.py
grep.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! 1998-04-11 03:11:51 +00:00
imghdr.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py Avoid using the obsolete rand module; and improve the randomness 1998-04-11 03:06:02 +00:00
mimetypes.py
MimeWriter.py Run the self-test (test.test_MimeWriter) when invoked as a script. 1998-04-23 13:34:57 +00:00
mimify.py
multifile.py
mutex.py
newimp.py
nntplib.py
ntpath.py
nturl2path.py
os.py
packmail.py
pdb.doc
pdb.py
persist.py
pickle.py Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it 1998-04-13 18:08:45 +00:00
pipes.py
poly.py
popen2.py
poplib.py Version with docstrings and some other changes, by Piers Lauder. 1998-04-09 13:50:55 +00:00
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
Queue.py Clarify that put *blocks* when the queue is full. Add some blank 1998-04-09 14:25:32 +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 Fix regexp for attrfind; bug reported by Lars Marius Garshol 1998-04-16 21:04:26 +00:00
shelve.py
shutil.py
SimpleHTTPServer.py
site.py
smtplib.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py As Tim Peters points out, ``from string import *'' should not set re to None. 1998-04-20 14:01:00 +00:00
StringIO.py
stringold.py As Tim Peters points out, ``from string import *'' should not set re to None. 1998-04-20 14:01:00 +00:00
sunau.py Small corrections to comments that were cloned from aifc; moreover 1998-04-23 21:40:02 +00:00
sunaudio.py
symbol.py
tabnanny.py Tim's version 4, with my mods 1998-04-10 19:14:59 +00:00
telnetlib.py
tempfile.py When getcwd() doesn't exist or raises an exception, don't fail but 1998-04-09 14:27:57 +00:00
threading_api.py New Java-style threading module. The doc strings are in a separate module. 1998-04-09 22:01:42 +00:00
threading.py New Java-style threading module. The doc strings are in a separate module. 1998-04-09 22:01:42 +00:00
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
urllib.py Oops -- remove some debug print statements! 1998-04-11 01:18:35 +00:00
urlopen.py
urlparse.py
user.py
UserDict.py
UserList.py
util.py
uu.py
wave.py Small corrections to comments that were cloned from aifc; moreover 1998-04-23 21:40:02 +00:00
whatsound.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zmod.py