| .. |
|
dos-8x3
|
The usual (and some new modules).
|
1997-10-06 20:19:59 +00:00 |
|
lib-old
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
lib-stdwin
|
|
|
|
lib-tk
|
Move Widget.config() c.s. to Misc class, so the Tk class also inherits them.
|
1997-09-29 23:24:52 +00:00 |
|
plat-aix3
|
|
|
|
plat-aix4
|
|
|
|
plat-freebsd2
|
|
|
|
plat-generic
|
|
|
|
plat-irix5
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
plat-irix6
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
plat-linux1
|
|
|
|
plat-linux2
|
|
|
|
plat-next3
|
|
|
|
plat-sunos4
|
|
|
|
plat-sunos5
|
|
|
|
plat-win
|
|
|
|
test
|
Catch KeyboardInterrupt separately and propagate it, instead of
|
1997-10-20 23:46:54 +00:00 |
|
addpack.py
|
|
|
|
aifc.py
|
|
|
|
anydbm.py
|
|
|
|
audiodev.py
|
|
|
|
base64.py
|
|
|
|
BaseHTTPServer.py
|
|
|
|
Bastion.py
|
|
|
|
bdb.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
binhex.py
|
|
|
|
bisect.py
|
Add optional arguments lo and hi to insort() and bisect(), to support
|
1997-10-07 14:45:49 +00:00 |
|
builtin.py
|
|
|
|
calendar.py
|
|
|
|
cgi.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
CGIHTTPServer.py
|
|
|
|
cmd.py
|
|
|
|
cmp.py
|
|
|
|
cmpcache.py
|
|
|
|
code.py
|
Add Jeff Epler's interact() function. Note that it is broken.
|
1997-10-07 14:47:24 +00:00 |
|
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
|
|
|
|
dospath.py
|
Fix join to support multiple arguments.
|
1997-10-07 14:48:23 +00:00 |
|
dumbdbm.py
|
|
|
|
dump.py
|
|
|
|
exceptions.py
|
Move the __getitem__() definition from StandardException to Exception.
|
1997-10-06 15:48:20 +00:00 |
|
find.py
|
|
|
|
fmt.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
fnmatch.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
formatter.py
|
Removed unneeded imports of regex and regsub.
|
1997-10-22 20:50:37 +00:00 |
|
fpformat.py
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
|
ftplib.py
|
Use re instead of regex. Also remove bogus return statement from __init__().
|
1997-10-22 20:49:52 +00:00 |
|
getopt.py
|
|
|
|
glob.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
gopherlib.py
|
|
|
|
grep.py
|
Added pgrep() function, which is like grep/egrep/emgrep but uses Perl
|
1997-10-22 20:44:58 +00:00 |
|
gzip.py
|
|
|
|
htmlentitydefs.py
|
|
|
|
htmllib.py
|
Remove redundant import regsub.
|
1997-10-23 17:50:10 +00:00 |
|
httplib.py
|
|
|
|
ihooks.py
|
Add try-finally to close the file after loading it in
|
1997-08-13 14:48:36 +00:00 |
|
imghdr.py
|
Allow open file as parameter (must be seekable) (Jack)
|
1997-10-08 15:22:32 +00:00 |
|
keyword.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
knee.py
|
#Added doc string.
|
1997-09-09 20:44:04 +00:00 |
|
linecache.py
|
|
|
|
lockfile.py
|
|
|
|
macpath.py
|
|
|
|
macstat.py
|
|
|
|
macurl2path.py
|
|
|
|
mailbox.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
mailcap.py
|
|
|
|
Makefile
|
Remove .pyo files like .pyc files.
|
1997-10-20 23:16:58 +00:00 |
|
mhlib.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
mimetools.py
|
|
|
|
mimetypes.py
|
Handy utility to guess MIME type from extension.
|
1997-09-30 19:05:50 +00:00 |
|
MimeWriter.py
|
|
|
|
mimify.py
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
|
multifile.py
|
|
|
|
mutex.py
|
|
|
|
newdir.py
|
|
|
|
newimp.py
|
|
|
|
ni.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
ni1.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
nntplib.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
ntpath.py
|
|
|
|
nturl2path.py
|
|
|
|
os.py
|
Write out the dynamic OS choice, to avoid exec statements.
|
1997-08-29 22:36:47 +00:00 |
|
ospath.py
|
|
|
|
packmail.py
|
|
|
|
Para.py
|
|
|
|
pdb.doc
|
|
|
|
pdb.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
persist.py
|
|
|
|
pickle.py
|
Three independent changes:
|
1997-09-12 20:07:24 +00:00 |
|
pipes.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
poly.py
|
|
|
|
popen2.py
|
Add optional bufsize argument to various calls so we can make the
|
1997-09-29 04:04:39 +00:00 |
|
posixfile.py
|
|
|
|
posixpath.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
pprint.py
|
Added code to emit trailing ',' for singleton tuples in two places.
|
1997-09-14 23:21:51 +00:00 |
|
profile.doc
|
|
|
|
profile.py
|
Use better timer on the mac
|
1997-10-08 15:23:02 +00:00 |
|
pstats.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
pty.py
|
|
|
|
py_compile.py
|
|
|
|
pyclbr.py
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
|
Queue.py
|
|
|
|
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
|
New "re" regular expression support.
|
1997-10-06 14:45:17 +00:00 |
|
reconvert.py
|
New module -- converts regex regular expressions to re style.
|
1997-10-23 22:43:50 +00:00 |
|
regex_syntax.py
|
Added "new" symbol defns for RE_ANSI_HEX and RE_NO_GNU_EXTENSIONS --
|
1997-10-22 16:28:53 +00:00 |
|
regsub.py
|
|
|
|
repr.py
|
|
|
|
rexec.py
|
Add pcre to the list of safe modules.
|
1997-10-22 20:56:32 +00:00 |
|
rfc822.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
rlcompleter.py
|
Removed some unneeded imports, moved others around.
|
1997-10-22 20:52:53 +00:00 |
|
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
|
Change packages -> site-packages
|
1997-09-08 02:14:09 +00:00 |
|
sndhdr.py
|
|
|
|
SocketServer.py
|
No longer need to be very careful with saving the exception state
|
1997-09-29 23:17:48 +00:00 |
|
stat.py
|
|
|
|
statcache.py
|
|
|
|
string.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
StringIO.py
|
|
|
|
stringold.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
sunau.py
|
|
|
|
sunaudio.py
|
|
|
|
symbol.py
|
Remove outdated comments.
|
1997-10-22 20:54:50 +00:00 |
|
tb.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
tempfile.py
|
|
|
|
toaiff.py
|
|
|
|
token.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
tokenize.py
|
|
|
|
traceback.py
|
Use Marc Lemburg's tb_lineno() to calculate the correct line number.
|
1997-09-26 22:43:02 +00:00 |
|
tty.py
|
|
|
|
types.py
|
Use sys.exc_info() where needed.
|
1997-09-29 23:22:12 +00:00 |
|
tzparse.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
|
urllib.py
|
This should hopefully finally clean up the remaining __del__ related
|
1997-10-27 18:56:19 +00:00 |
|
urlopen.py
|
|
|
|
urlparse.py
|
|
|
|
user.py
|
#typo
|
1997-08-30 20:04:42 +00:00 |
|
UserDict.py
|
UserDict.get(): New method to mirror built-in dictionaries' get()
|
1997-10-06 17:50:04 +00:00 |
|
UserList.py
|
|
|
|
util.py
|
|
|
|
uu.py
|
|
|
|
wave.py
|
|
|
|
whatsound.py
|
Turns out whatsound.py and sndhdr.py were identical modules.
|
1997-10-04 20:29:17 +00:00 |
|
whichdb.py
|
|
|
|
whrandom.py
|
|
|
|
xdrlib.py
|
|
|
|
zmod.py
|
|
|