summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* patches from Mark HammondJeremy Hylton2000-05-021-3/+25
* fix list.append problemsJeremy Hylton2000-03-161-3/+3
* change node Classdef to ClassJeremy Hylton2000-03-061-20/+21
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-161-3/+3
* fix creation of Ellipsis nodeJeremy Hylton2000-02-151-1/+1
* add line numbers to nodes in the except clause (when possible)Jeremy Hylton2000-02-151-1/+3
* (), [], and {} should not be represented as constant expressions, theyJeremy Hylton2000-02-141-3/+3
* add spaces to comparison names is not and not in to match disJeremy Hylton2000-02-081-2/+2
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-081-8/+2
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-041-0/+1204