0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Guido van Rossum 706dbd03bd Mark Hammond: Ooops - even though Win32 handles the same args, there
was a superfluous check for the platform.
2000-03-31 01:20:33 +00:00
..
compiler complete rewrite 2000-03-16 20:06:59 +00:00
distutils Oops: 'build_extensions()' no longer takes an 'extensions' list. 2000-03-30 19:47:22 +00:00
dos-8x3
encodings Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
lib-old
lib-stdwin
lib-tk Show Tcl/Tk version number in _test() and show Unicode test if possible. 2000-03-30 23:19:44 +00:00
plat-aix3
plat-aix4
plat-beos
plat-freebsd2
plat-freebsd3
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win
test Mark Hammond: Ooops - even though Win32 handles the same args, there 2000-03-31 01:20:33 +00:00
aifc.py Sjoerd Mullender: 2000-03-07 15:19:31 +00:00
anydbm.py
asynchat.py
asyncore.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
CGIHTTPServer.py
chunk.py
cmd.py
code.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
codecs.py Marc-Andre Lemburg: 2000-03-24 22:14:19 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py allow comments beginning with ; in key: value as well as key = value 2000-03-03 20:43:57 +00:00
copy_reg.py
copy.py
dbhash.py
dircache.py
dis.py Michael Hudson: With the (cool!) new call syntax, the longest opcode 2000-03-30 15:02:11 +00:00
dospath.py
dumbdbm.py
exceptions.py Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. 2000-03-10 23:16:02 +00:00
filecmp.py Fredrik Lundh: 2000-03-28 21:42:38 +00:00
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
getopt.py
getpass.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
glob.py
gopherlib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ihooks.py
imaplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
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
newimp.py
nntplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ntpath.py
nturl2path.py
os.py
pdb.doc
pdb.py Sjoerd Mullender: 2000-03-06 20:39:59 +00:00
persist.py
pickle.py Marc-Andre Lemburg: support pickling Unicode objects, both in text 2000-03-10 23:20:09 +00:00
pipes.py
popen2.py
poplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
posixfile.py
posixpath.py Remove some redundant logic from walk() -- there's no need to check 2000-02-29 13:31:16 +00:00
pprint.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 Skip Montanaro: 2000-03-27 19:29:31 +00:00
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
site.py
smtplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
sndhdr.py
SocketServer.py
stat.py
statcache.py
statvfs.py
string.py Marc-Andre Lemburg: the maxsplit argument for split() and replace() 2000-03-10 23:22:10 +00:00
StringIO.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
stringold.py
sunau.py
sunaudio.py
symbol.py
tabnanny.py
telnetlib.py
tempfile.py
threading.py Fix a typo in a comment 2000-02-29 00:10:24 +00:00
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py Marc-Andre Lemburg: add UnicodeType. 2000-03-10 23:18:11 +00:00
tzparse.py
urllib2.py
urllib.py
urlopen.py
urlparse.py
user.py Lawrence Kesteloot noted: Lib/user.py has a comment that says that the 2000-03-30 15:00:33 +00:00
UserDict.py
UserList.py robustify UserList constructor -- will now accept any sequence 2000-03-31 00:17:46 +00:00
uu.py
wave.py
whichdb.py
whrandom.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
xdrlib.py
xmllib.py