summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-73/+0
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Stomp out more hsa_key() calls.Guido van Rossum2006-08-191-2/+2
* No need for types, use isinstanceNeal Norwitz2005-11-251-2/+1
* Whitespace normalization.Tim Peters2001-10-181-1/+0
* Add utility to set filename attribute on all nodesJeremy Hylton2001-09-171-0/+9
* Add __getitem__() handler for use by visitContinue()Jeremy Hylton2001-08-291-0/+2
* Handle private namesJeremy Hylton2001-08-271-0/+23
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-061-0/+6
* 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