cpython/Lib
Guido van Rossum e2d4dd194b Use fuzzy comparison from test_support to compare outcome of
pow(x,y,z) to pow(x,y)%z.
1997-11-24 22:24:22 +00:00
..
dos-8x3
lib-old
lib-stdwin
lib-tk bind_class should return a value 1997-11-22 21:49:56 +00:00
plat-aix3
plat-aix4
plat-freebsd2
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-next3
plat-sunos4
plat-sunos5
plat-win Use `0'' instead of `None'' to reset the underlying object in close 1997-11-04 17:32:59 +00:00
test Use fuzzy comparison from test_support to compare outcome of 1997-11-24 22:24:22 +00:00
addpack.py
aifc.py
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
codehack.py
colorsys.py
commands.py
compileall.py
copy.py Use __dict__.update(state) instead of for loop over state.items() and 1997-10-26 17:00:25 +00:00
copy_reg.py
dbhash.py
dircache.py
dircmp.py
dis.py Added docstrings (contributed by Martin von Loewis). 1997-11-18 15:47:55 +00:00
dospath.py islink() returns false, but there is no constant false! Return 0 instead. 1997-11-04 18:40:53 +00:00
dumbdbm.py
dump.py
exceptions.py
fileinput.py A new standard module, as discussed on comp.lang.python, to simplify 1997-11-21 17:12:59 +00:00
find.py
fmt.py
fnmatch.py
formatter.py
fpformat.py re -> regex conversions by Sjoerd. 1997-10-24 14:46:16 +00:00
ftplib.py
getopt.py
glob.py
gopherlib.py
grep.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imghdr.py
keyword.py
knee.py
linecache.py
locale.py Add Martin von Loewis as the author of this module. 1997-11-19 19:02:09 +00:00
lockfile.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py New version from Sjoerd, small bugfix + optimizations. 1997-10-30 15:27:37 +00:00
multifile.py
mutex.py
newdir.py
newimp.py
ni.py
ni1.py
nntplib.py
ntpath.py
nturl2path.py
os.py os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
ospath.py
packmail.py
Para.py
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
poly.py
popen2.py
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py Use fstat if we can; write MAGIC into file last. 1997-11-22 21:48:26 +00:00
pyclbr.py re -> regex conversions by Sjoerd. 1997-10-24 14:46:16 +00:00
Queue.py (Queue.Empty): When class based exceptions are in force, derive this 1997-11-20 19:56:38 +00:00
quopri.py
rand.py
random.py
re.py Bugfix in match() -- the number of registers shouldn't be divided by two! 1997-10-27 18:17:19 +00:00
re1.py
reconvert.py New module -- converts regex regular expressions to re style. 1997-10-23 22:43:50 +00:00
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py New address parser by Ben Escoto replaces 1997-11-22 21:49:19 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py Although it's hard to be sure, I *think* this is a working conversion 1997-10-23 19:09:21 +00:00
shelve.py
shutil.py
SimpleHTTPServer.py
site.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
tb.py
tempfile.py
toaiff.py
token.py
tokenize.py New, fixed version with proper r"..." and R"..." support from Ka-Ping. 1997-10-27 21:17:24 +00:00
traceback.py
tty.py
types.py
tzparse.py
urllib.py Assert that the proxies object passed in to the URLopener constructor 1997-11-18 15:50:39 +00:00
urlopen.py
urlparse.py
user.py
UserDict.py
UserList.py
util.py
uu.py
wave.py
whatsound.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py Fixed case sensitivity of attributes (they are case *sensitive*). 1997-11-18 15:27:20 +00:00
zmod.py