0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
2000-04-27 21:40:08 +00:00
..
compiler
distutils Added the "--root" option as a sort of meta-install-base; if supplied, 2000-04-27 01:56:38 +00:00
dos-8x3
encodings Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
lib-old
lib-stdwin
lib-tk Work the Tcl version number in the path we search for. 2000-04-04 23:32:21 +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
site-packages Add a README file so that cvs update -P doesn't obliterate this 2000-03-31 20:03:56 +00:00
test add some more contains tests on the builtin types 2000-04-27 21:40:08 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
CGIHTTPServer.py
chunk.py
cmd.py
code.py
codecs.py M.-A. Lemburg <mal@lemburg.com>: 2000-04-13 14:11:21 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
copy_reg.py
copy.py
dbhash.py
dircache.py
dis.py Michael Hudson: With the (cool!) new call syntax, the longest opcode 2000-03-30 15:02:11 +00:00
dospath.py
dumbdbm.py
exceptions.py
filecmp.py Fredrik Lundh: 2000-03-28 21:42:38 +00:00
fileinput.py Implement suggestion from Lawrence Kesteloot in PR#280, to change the 2000-04-10 17:16:12 +00:00
fnmatch.py
formatter.py
fpformat.py
ftplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
getopt.py
getpass.py
glob.py
gopherlib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ihooks.py Thomas Heller <thomas.heller@ion-tof.com>: 2000-04-13 14:52:27 +00:00
imaplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py Since Thomas Wouters kept complaining that he wants access to the the 2000-04-04 03:31:39 +00:00
mailcap.py
Makefile
mhlib.py
mimetools.py Skip Montanaro submits a simple patch that makes encode() and decode() 2000-04-04 20:53:07 +00:00
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ntpath.py
nturl2path.py
os.py Michael Hudson fixes a case where execv() is called (for a test) with 2000-04-26 20:32:08 +00:00
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
Queue.py
quopri.py
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py Skip Montanaro: 2000-03-27 19:29:31 +00:00
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py Fred Gansevles <gansevle@cs.utwente.nl>: 2000-04-07 14:34:50 +00:00
SimpleHTTPServer.py
site.py
smtplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
sndhdr.py
SocketServer.py
sre_compile.py Fredrik Lundh: new snapshot. Mostly reindented. 2000-04-10 17:10:48 +00:00
sre_constants.py Fredrik Lundh: new snapshot. Mostly reindented. 2000-04-10 17:10:48 +00:00
sre_parse.py Fredrik Lundh: new snapshot. Mostly reindented. 2000-04-10 17:10:48 +00:00
sre.py Added Fredrik Lundh's sre module and its supporting cast. 2000-03-31 14:58:54 +00:00
stat.py
statcache.py
statvfs.py
string.py Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
tabnanny.py
telnetlib.py
tempfile.py Security patch for Unix by Chris McDonough. 2000-04-24 13:28:02 +00:00
threading.py
toaiff.py
token.py
tokenize.py
traceback.py Match the error messages to say "(most recent call last)" like the 2000-04-10 16:29:29 +00:00
tty.py
types.py
tzparse.py
urllib2.py
urllib.py Fix to previous patch: send the request data when it's provided 2000-04-24 14:17:06 +00:00
urlopen.py
urlparse.py Anthony Baxter <anthony@interlink.com.au>: 2000-04-14 14:01:34 +00:00
user.py Lawrence Kesteloot noted: Lib/user.py has a comment that says that the 2000-03-30 15:00:33 +00:00
UserDict.py
UserList.py robustify UserList constructor -- will now accept any sequence 2000-03-31 00:17:46 +00:00
UserString.py Marc-Andre Lemburg: 2000-04-11 15:38:46 +00:00
uu.py
wave.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zipfile.py Zip file handling module, by Jim Ahlstrom. 2000-03-31 17:30:02 +00:00