cpython/Lib
Jeremy Hylton 3ec7e2c4be the previous quick hack to fix def foo((x,y)) failed on some cases
(big surprise).  new solution is a little less hackish.

Code gen adds a TupleArg instance in the argument slot. The tuple arg
includes a copy of the names that it is responsble for binding.  The
PyAssembler uses this information to calculate the correct argcount.

all fix this wacky case: del (a, ((b,), c)), d
which is the same as: del a, b, c, d
(Can't wait for Guido to tell me why.)

solution uses findOp which walks a tree to find out whether it
contains OP_ASSIGN or OP_DELETE or ...
2000-02-17 22:09:35 +00:00
..
compiler the previous quick hack to fix def foo((x,y)) failed on some cases 2000-02-17 22:09:35 +00:00
distutils Ditched '_find_SET()', since it was a no-value-added wrapper around 2000-02-11 02:52:39 +00:00
dos-8x3
lib-old no real change -- testing syncmail 2000-02-15 21:57:14 +00:00
lib-stdwin
lib-tk
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 Added test for new crc32() function. 2000-02-16 21:13:06 +00:00
aifc.py
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
CGIHTTPServer.py
chunk.py
cmd.py
code.py
codeop.py
colorsys.py Fix the question marks next to the expansions of some of the 2000-02-14 21:30:52 +00:00
commands.py
compileall.py
ConfigParser.py
copy.py
copy_reg.py
dbhash.py
dircache.py
dis.py
dospath.py
dumbdbm.py
exceptions.py Added WindowsError, for Mark Hammond's extensions. 2000-02-17 15:12:01 +00:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
ihooks.py
imaplib.py Patches by Piers Lauder. 2000-02-17 17:12:39 +00:00
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py Added new exception classes: 2000-02-10 20:25:53 +00:00
ntpath.py Typo in a comment: "wheter" --> "whether" 2000-02-17 17:30:40 +00:00
nturl2path.py
os.py
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py
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 Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
shlex.py
shutil.py
SimpleHTTPServer.py
site.py
smtplib.py
sndhdr.py
SocketServer.py
stat.py
statcache.py
statvfs.py
string.py Detabify. 2000-02-10 16:21:11 +00:00
StringIO.py
stringold.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
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
urllib.py
urllib2.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
urlopen.py
urlparse.py
user.py
UserDict.py
UserList.py
uu.py
wave.py
whichdb.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
whrandom.py
xdrlib.py
xmllib.py