summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/misc.py
Commit message (Expand)AuthorAgeFilesLines
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-161-1/+1
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-211-8/+8
* add flatten helper functionJeremy Hylton2000-02-161-0/+11
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
* add remove method to setJeremy Hylton2000-02-101-0/+2
* checking in initial weekend's workJeremy Hylton2000-02-041-0/+18