cpython/Lib
Guido van Rossum 955c5d156d Set the base for atoi() and atol() to 0, since we're reading Python
numbers here, and so that atol() doesn't barf on the trailing 'L'.
Add a test case involving a long integer.
1996-05-15 22:49:57 +00:00
..
irix5
lib-old
lib-stdwin
lib-tk
linux1
plat-irix5
plat-linux1
plat-sunos4
plat-sunos5
stdwin
sunos4
sunos5
test
tkinter
addpack.py
aifc.py
anydbm.py
ArrayIO.py *** empty log message *** 1996-02-28 23:58:09 +00:00
audiodev.py
base64.py
BaseHTTPServer.py
bdb.py
binhex.py new binhex from Jack (much faster) 1996-03-25 18:54:33 +00:00
bisect.py
builtin.py
calendar.py
cgi.py Added print_arguments() function. 1996-03-14 21:30:28 +00:00
CGIHTTPServer.py
cmd.py
cmp.py
cmpcache.py
codehack.py
colorsys.py
commands.py
compileall.py
Complex.py
copy.py
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
dump.py
emacs.py
find.py
fmt.py
fnmatch.py
formatter.py even better way to normalize spaces in add_flowing_data 1996-02-13 00:01:28 +00:00
fpformat.py
ftplib.py Changed makefile() args from r/w to rb/wb, for non-unix compatability. 1996-02-14 16:06:24 +00:00
getopt.py
glob.py
gopherlib.py Changed makefile() args from r/w to rb/wb, for non-unix compatability. 1996-02-14 16:06:24 +00:00
grep.py
htmlentitydefs.py
htmllib.py improved test() 1996-02-13 00:02:10 +00:00
httplib.py Changed makefile() args from r/w to rb/wb, for non-unix compatability. 1996-02-14 16:06:24 +00:00
ihooks.py
imghdr.py
importall.py
linecache.py
lockfile.py
macpath.py
macstat.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py
mimify.py Module to convert a mail message to or from quoted-printable. The 1996-02-14 10:40:03 +00:00
multifile.py
mutex.py
newdir.py
newimp.py
ni.py
ni1.py
nntplib.py Changed makefile() args from r/w to rb/wb, for non-unix compatability. 1996-02-14 16:06:24 +00:00
ntpath.py
os.py
ospath.py
packmail.py
Para.py
pdb.doc
pdb.py
persist.py
pickle.py Set the base for atoi() and atol() to 0, since we're reading Python 1996-05-15 22:49:57 +00:00
pipes.py
poly.py
popen2.py
posixfile.py
posixpath.py Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. 1996-04-02 22:30:03 +00:00
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
Queue.py
quopri.py
rand.py
random.py
regex_syntax.py
regexp.py
regsub.py
repr.py
rexec.py
rfc822.py
sched.py
sgmllib.py Reformatted with 4-space tab stops. 1996-03-28 18:45:04 +00:00
shelve.py
shutil.py
SimpleHTTPServer.py
sndhdr.py
SocketServer.py Changed makefile() args from r/w to rb/wb, for non-unix compatability. 1996-02-14 16:06:24 +00:00
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
traceback.py
tty.py
types.py better way to define ComplexType 1996-02-13 00:04:31 +00:00
tzparse.py
urllib.py move mac url2path conversion to separate module 1996-03-21 16:31:41 +00:00
urlopen.py
urlparse.py Update reference (it's now RFC 1808); added http to list of protocols 1996-03-29 21:23:25 +00:00
UserDict.py
UserList.py
util.py
uu.py
wave.py
whatsound.py
whrandom.py
zmod.py