cpython/Lib
2000-09-23 01:20:19 +00:00
..
compiler change 2-space indent to 4-space indent 2000-09-20 02:47:28 +00:00
curses
distutils Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for 2000-09-23 01:20:19 +00:00
dos-8x3
encodings
idlelib
lib-old
lib-tk
plat-aix3
plat-aix4
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
site-packages
test - plug a memory leak due to circular lists 2000-09-22 15:30:16 +00:00
xml More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! 2000-09-22 09:30:29 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my 2000-09-19 04:11:46 +00:00
CGIHTTPServer.py An honest attempt to make this work on Unix, Windows, and even 2000-09-19 04:01:01 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy.py
copy_reg.py
dbhash.py
dircache.py
dis.py
dospath.py Treat trailing colon in os.path.join("a:", "b") same way for DOS as in 2000-09-19 23:46:56 +00:00
dumbdbm.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py Indent _connection_class so that it becomes HTTPS._connection_class. 2000-09-21 22:09:47 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py Maildir.__init__(): Use the correct filter for filenames, so that this 2000-09-22 18:41:50 +00:00
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield 2000-09-19 20:39:32 +00:00
nturl2path.py
os.py Only supply popen2, popen3 when fork exists. 2000-09-19 03:04:52 +00:00
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
Queue.py
quopri.py
random.py Repair senseless random.seed docstring (reported on c.l.py). 2000-09-16 04:02:48 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
site.py sys.setdefaultencoding() should only be called in case the standard 2000-09-18 11:06:00 +00:00
smtplib.py
sndhdr.py
socket.py Support sizehint in _fileobject.readlines, as documented. 2000-09-19 11:25:58 +00:00
SocketServer.py
sre.py - fixed yet another gcc -pedantic warning 2000-09-21 17:03:25 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py Fix serious typo! 2000-09-18 19:38:11 +00:00
StringIO.py Support sizehint in StringIO.readlines, as documented. 2000-09-19 11:07:44 +00:00
stringold.py
sunau.py
sunaudio.py
symbol.py
tabnanny.py
telnetlib.py
tempfile.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py SF patch 101391: implemented UserList.__contains__. 2000-09-19 20:29:03 +00:00
UserString.py
uu.py
wave.py
webbrowser.py Implemented new os.startfile function, unique to Windows, exposing a 2000-09-22 10:05:54 +00:00
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zipfile.py