cpython/Lib
Tim Peters f5fa0fc640 test_userlist.py:
Added new test for new __contains__ method.
    Extensive editing to get rid of asserts.
2000-09-19 20:31:24 +00:00
..
compiler
curses
distutils Set the 'nt' installation scheme for the install command even if run 2000-09-19 11:10:23 +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 test_userlist.py: 2000-09-19 20:31:24 +00:00
xml Reduce the number of imports needed. 2000-09-18 17:40:22 +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
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 Do not close socket when a Content-Length is 0. This make the 2000-09-18 22:50:38 +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
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py
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
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
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
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zipfile.py