aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/compiler/misc.py
Commit message (Expand)AuthorAge
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-14
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Stomp out more hsa_key() calls.Guido van Rossum2006-08-19
* No need for types, use isinstanceNeal Norwitz2005-11-25
* Whitespace normalization.Tim Peters2001-10-18
* Add utility to set filename attribute on all nodesJeremy Hylton2001-09-17
* Add __getitem__() handler for use by visitContinue()Jeremy Hylton2001-08-29
* Handle private namesJeremy Hylton2001-08-27
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-06
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-16
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-21
* add flatten helper functionJeremy Hylton2000-02-16
* add an __len__ to Set and StackJeremy Hylton2000-02-10
* add remove method to setJeremy Hylton2000-02-10
* checking in initial weekend's workJeremy Hylton2000-02-04