This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-01 11:15:56 +01:00
Code
Issues
Releases
Activity
70c7f48b9b
cpython
/
Lib
History
Guido van Rossum
69c70a2fd1
Support 'whence' parameter to seek().
1998-03-25 16:25:26 +00:00
..
dos-8x3
lib-old
lib-stdwin
lib-tk
Give in to the tab police.
1998-03-20 20:45:49 +00:00
plat-aix3
plat-aix4
plat-freebsd2
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win
test
Add test for core dump -- make sure it doesn't come back!
1998-02-25 17:51:50 +00:00
addpack.py
aifc.py
anydbm.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
CGIHTTPServer.py
cmd.py
cmp.py
cmpcache.py
code.py
codehack.py
colorsys.py
commands.py
Fix indent of one line in mkarg(), that got indented badly by the
1998-03-19 15:14:24 +00:00
compileall.py
ConfigParser.py
copy_reg.py
copy.py
As Mike Fletcher pointed out, a __deepcopy__() method should be called
1998-03-13 20:12:17 +00:00
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
dump.py
exceptions.py
fileinput.py
find.py
fmt.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
glob.py
gopherlib.py
grep.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imghdr.py
keyword.py
knee.py
linecache.py
locale.py
lockfile.py
macpath.py
Instead of 'import mac', use 'import os' -- this way, the path syntax
1998-03-03 21:49:01 +00:00
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
Sjoerd writes: When a multipart message is incomplete, mimify crashes.
1998-02-27 14:40:38 +00:00
multifile.py
Support 'whence' parameter to seek().
1998-03-25 16:25:26 +00:00
mutex.py
newdir.py
newimp.py
ni1.py
nntplib.py
ntpath.py
nturl2path.py
os.py
packmail.py
Para.py
pdb.doc
pdb.py
A working version of the 'args' command (it prints the current values
1998-02-25 20:50:32 +00:00
persist.py
pickle.py
pipes.py
poly.py
popen2.py
posixfile.py
posixpath.py
pprint.py
profile.doc
profile.py
Prefer clock() over times() for timer function, except on the Mac,
1998-03-17 14:46:43 +00:00
pstats.py
Give in to Timmy's Tedious Tab Theorem.
1998-03-23 15:31:22 +00:00
pty.py
py_compile.py
Typo (coestring -> codestring) discovered by Mark Hammond.
1998-03-02 02:40:39 +00:00
pyclbr.py
Queue.py
quopri.py
rand.py
random.py
re1.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
Initialize adlist variable in getrouteaddr(), so an illegal address
1998-03-03 16:17:52 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shutil.py
SimpleHTTPServer.py
site.py
smtplib.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
string.py
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
tb.py
telnetlib.py
tempfile.py
toaiff.py
token.py
tokenize.py
traceback.py
Add obvious needed else clause to format_exception().
1998-03-18 17:48:06 +00:00
tty.py
types.py
tzparse.py
urllib.py
Added support for "data" URL, by Sjoerd Mullender.
1998-03-12 14:32:55 +00:00
urlopen.py
urlparse.py
user.py
UserDict.py
UserList.py
util.py
uu.py
wave.py
whatsound.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zmod.py