0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Fred Drake 0ea1fc8acf Fix bug #379, reported by Phillip Porch <root@theproch.com>:
openpty():  Fallback code when os.openpty() does not exist attempted to
            call _slave_open(), which should have been slave_open().

This bug only showed on platforms which do not provide a working openpty()
in the C library.
2000-07-03 13:44:25 +00:00
..
compiler
curses Fix comment typo noticed by Rob Hooft 2000-06-27 14:15:29 +00:00
distutils Simplify the registry-module-finding code: _winreg or win32api/win32con. 2000-06-30 19:37:59 +00:00
dos-8x3 the usual 2000-07-01 04:23:47 +00:00
encodings Marc-Andre Lemburg <mal@lemburg.com>: 2000-06-13 12:04:05 +00:00
lib-old
lib-tk Nils Fischbeck: added doc strings to everything. Martin von Loewis 2000-06-29 16:30:50 +00:00
plat-aix3
plat-aix4
plat-beos
plat-freebsd2
plat-freebsd3
plat-generic
plat-irix5 typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
plat-irix6 typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win test(): Removed; regression test is in test.test_winreg2, not testreg. 2000-07-01 20:57:03 +00:00
site-packages
test Fixed test output 2000-07-01 19:17:43 +00:00
xml Typo (mine): Garsholm --> Garshol 2000-07-02 13:52:21 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py Added the atexit module and documentation from Skip Montanaro 2000-06-28 15:07:31 +00:00
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
bisect.py
builtin.py
calendar.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
cgi.py
CGIHTTPServer.py
chunk.py
cmd.py
code.py
codecs.py Marc-Andre Lemburg <mal@lemburg.com>: 2000-06-21 21:21:04 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
copy_reg.py
copy.py
dbhash.py
dircache.py
dis.py
dospath.py getatime() returned the mtime instead of the atime. 2000-07-01 10:52:49 +00:00
dumbdbm.py
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
getopt.py
getpass.py
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py initial commit of a new HTTP library, supporting HTTP/1.1 and persistent 2000-06-26 08:28:01 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py now that imputil is in the main Python repository, clean up the header 2000-06-26 17:31:49 +00:00
keyword.py
knee.py
linecache.py
locale.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
macpath.py getatime() returned the mtime instead of the atime. 2000-07-01 10:52:49 +00:00
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py Convert to use class-based exceptions. 2000-06-29 05:06:02 +00:00
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py
ntpath.py Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: 2000-07-01 06:36:51 +00:00
nturl2path.py
os.py
pdb.doc
pdb.py
persist.py
pickle.py Change string exceptions to class exceptions. 2000-06-29 16:15:52 +00:00
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
pprint.py
pre.py Switch to sre for regular expression matching (the new mini-re module 2000-06-30 16:25:20 +00:00
profile.doc
profile.py
pstats.py
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
Queue.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
quopri.py
random.py
re.py replaced <some suitable mail address> with something slightly 2000-06-30 22:01:36 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
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 Eric S. Raymond <esr@thyrsus.com>: 2000-07-03 09:56:23 +00:00
shutil.py
SimpleHTTPServer.py
site.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
smtplib.py
sndhdr.py
SocketServer.py
sre_compile.py - experimental: added two new attributes to the match object: 2000-07-02 22:25:39 +00:00
sre_constants.py - actually enabled charset anchors in the engine (still not 2000-07-02 17:33:27 +00:00
sre_parse.py - experimental: added two new attributes to the match object: 2000-07-02 22:25:39 +00:00
sre.py - changed sre.Scanner to use lastindex instead of index. 2000-07-02 22:59:57 +00:00
stat.py
statcache.py
statvfs.py
string.py Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: 2000-07-03 07:23:13 +00:00
StringIO.py
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
urllib2.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
urllib.py Fix bug #314, reported by Craig Allen <cba@mediaone.net>: 2000-07-01 07:03:30 +00:00
urlopen.py
urlparse.py Pekka Pessi <Pekka.Pessi@nokia.com>: 2000-06-20 18:32:16 +00:00
user.py
UserDict.py
UserList.py
UserString.py
uu.py
wave.py
whichdb.py
whrandom.py Line-wrap and properly indent a couple of docstrings. 2000-06-30 19:33:35 +00:00
xdrlib.py
xmllib.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
zipfile.py James C. Ahlstron <jim@interet.com>: 2000-06-13 18:49:53 +00:00