cpython/Lib
Guido van Rossum ff18b800a4 Don't reference a module named test.test_support. Always use plain
test_support.  Also fixed the expected output.
2000-08-21 22:59:29 +00:00
..
compiler Bring Tools/compiler almost up to date. Specifically: 2000-08-12 20:32:46 +00:00
curses Tweak curses.wrapper so it initializes colors if they are available. 2000-08-09 21:11:07 +00:00
distutils Bump version to 0.9.1. 2000-08-15 13:14:27 +00:00
dos-8x3 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
encodings Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
idlelib Initial revision 2000-08-15 01:13:23 +00:00
lib-old Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
lib-tk -- added a couple of missing Tkinter constants (canvas item styles, 2000-08-09 19:37:16 +00:00
plat-aix3
plat-aix4
plat-freebsd2
plat-freebsd3
plat-generic
plat-irix5 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-irix6 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
site-packages
test Don't reference a module named test.test_support. Always use plain 2000-08-21 22:59:29 +00:00
xml Remove the outer test for __name__; not necessary. 2000-08-04 03:14:55 +00:00
BaseHTTPServer.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
Bastion.py
CGIHTTPServer.py
ConfigParser.py Small fixes by Petru Paler (patch #100946) checked in with esr's approval. 2000-07-21 05:19:59 +00:00
Cookie.py Added Tim O'Malley's Cookie.py module (master version at 2000-08-19 13:01:19 +00:00
Makefile
MimeWriter.py
Queue.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
SimpleHTTPServer.py Using shutil's function to copy data between file objects instead 2000-07-29 05:15:56 +00:00
SocketServer.py Add class variable allow_reuse_address in TCPServer -- if nonzero, the 2000-05-09 14:53:29 +00:00
StringIO.py
UserDict.py Barry's patch to implement the new setdefault() method. 2000-08-08 16:12:54 +00:00
UserList.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
UserString.py Denis S. Otkidach <den@analyt.chem.msu.ru>: 2000-08-21 21:47:20 +00:00
aifc.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
anydbm.py
asynchat.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
asyncore.py
atexit.py Added the atexit module and documentation from Skip Montanaro 2000-06-28 15:07:31 +00:00
audiodev.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
base64.py a couple of nits from Patch #100933 2000-07-25 14:34:38 +00:00
bdb.py
binhex.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
bisect.py
builtin.py
calendar.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
cgi.py Remove very long doc string (it's all in the docs) 2000-08-03 20:57:44 +00:00
chunk.py
cmd.py Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in 2000-07-11 13:03:55 +00:00
code.py
codecs.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
copy.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
copy_reg.py
dbhash.py
dircache.py
dis.py Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. 2000-08-21 17:18:40 +00:00
dospath.py damn! cut-n-paste from ntpath forgot the "import re" 2000-07-17 03:06:26 +00:00
dumbdbm.py Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: 2000-07-10 13:56:35 +00:00
filecmp.py cmpfiles(): Added shallow and use_statcache parameters, with same meanings 2000-07-03 08:18:47 +00:00
fileinput.py
fnmatch.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
formatter.py
fpformat.py
ftplib.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
getopt.py
getpass.py
glob.py
gopherlib.py
gzip.py SF patch #100740: Add optional size arguments to .readline() and 2000-07-29 20:15:26 +00:00
htmlentitydefs.py
htmllib.py
httplib.py add support for HTTPS 2000-08-01 17:33:32 +00:00
ihooks.py
imaplib.py Piers Lauder <piers@cs.su.oz.au>: 2000-05-25 03:25:26 +00:00
imghdr.py
imputil.py no changes other than indentation level (now 4) and comment reflow. 2000-07-18 09:09:48 +00:00
keyword.py
knee.py
linecache.py
locale.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
macpath.py Rewrite of normpath() by Corran Webster, so trailing :s are removed 2000-08-06 21:18:35 +00:00
macstat.py
macurl2path.py
mailbox.py Use built in function filter instead of doing it laboriously by hand. 2000-08-11 07:48:36 +00:00
mailcap.py
mhlib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
mimetools.py
mimetypes.py
mimify.py
multifile.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
mutex.py
netrc.py Apply Greg Kochanski's fix for open/265. 2000-07-13 13:25:07 +00:00
newimp.py
nntplib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
ntpath.py Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) 2000-08-14 06:20:32 +00:00
nturl2path.py Add 'r' to docstrings to avoid expanded backslash escapes. (Ka-Ping Yee) 2000-05-30 13:25:35 +00:00
os.py makedirs(), removedirs(): If the tail of the path is empty, do a second 2000-07-25 15:16:40 +00:00
pdb.doc
pdb.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
persist.py
pickle.py Change string exceptions to class exceptions. 2000-06-29 16:15:52 +00:00
pipes.py
popen2.py Changed the popen2.py _test function to use the "more" cmd when 2000-08-20 05:57:36 +00:00
poplib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
posixfile.py
posixpath.py added rewritten normpath from Moshe Zadka that does the right thing with 2000-07-19 17:09:51 +00:00
pprint.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
pre.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
profile.doc
profile.py remove all occurence of math.rint() from the sources 2000-08-10 04:23:30 +00:00
pstats.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
pty.py Fix bug #379, reported by Phillip Porch <root@theproch.com>: 2000-07-03 13:44:25 +00:00
py_compile.py
pyclbr.py
quopri.py
random.py
re.py My fix to the URL accidentally also switched back to the "pre" module. 2000-08-01 21:22:16 +00:00
reconvert.py Add 'r' to docstrings to avoid expanded backslash escapes. (Ka-Ping Yee) 2000-05-30 13:25:35 +00:00
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
rlcompleter.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
robotparser.py
sched.py
sgmllib.py [Old patch that hadn't been checked in.] 2000-06-29 18:50:59 +00:00
shelve.py
shlex.py Make tabnanny happy. 2000-07-09 16:44:26 +00:00
shutil.py apply patch #100868 from Moshe Zadka: 2000-07-12 09:55:30 +00:00
site.py -- fixed the comment, too 2000-07-15 20:58:44 +00:00
smtplib.py Use socket.getfqdn() instead of defining make_fqdn(). 2000-08-16 14:26:22 +00:00
sndhdr.py
socket.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
sre.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
sre_compile.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
sre_constants.py final 0.9.8 updates: 2000-08-01 22:47:49 +00:00
sre_parse.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
stat.py
statcache.py
statvfs.py
string.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
stringold.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
sunau.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
sunaudio.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
symbol.py Update to reflect the recent Grammar changes. 2000-08-17 23:08:05 +00:00
tabnanny.py
telnetlib.py Caolan McNamara: 2000-05-02 14:32:11 +00:00
tempfile.py Security patch for Unix by Chris McDonough. 2000-04-24 13:28:02 +00:00
threading.py Revise to use atexit instead of monkeying with sys.exitfunc directly. 2000-08-18 15:50:54 +00:00
toaiff.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
token.py
tokenize.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
traceback.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
tty.py
types.py
tzparse.py
urllib.py Patch from Paul Schreiber <paul@commerceflow.com>: 2000-08-21 21:42:42 +00:00
urllib2.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
urlopen.py
urlparse.py Pekka Pessi <Pekka.Pessi@nokia.com>: 2000-06-20 18:32:16 +00:00
user.py
uu.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
wave.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
webbrowser.py New module to control Web browsers; see the documentation for 2000-07-09 16:45:56 +00:00
whichdb.py Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) 2000-08-04 08:46:59 +00:00
whrandom.py Line-wrap and properly indent a couple of docstrings. 2000-06-30 19:33:35 +00:00
xdrlib.py
xmllib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
zipfile.py James C. Ahlstron <jim@interet.com>: 2000-06-13 18:49:53 +00:00