summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/pyassem.py
Commit message (Expand)AuthorAgeFilesLines
* move pruneNext method to correct object (doh!)Jeremy Hylton2000-11-061-24/+24
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-061-12/+108
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-131-2/+8
* Fix SF bug #116263: support for from .. import *Jeremy Hylton2000-10-121-1/+3
* patch by Neil Schemenauer to improve (fix?) line number generationJeremy Hylton2000-09-011-15/+26
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-121-130/+128
* patches from Mark HammondJeremy Hylton2000-05-021-7/+12
* complete rewriteJeremy Hylton2000-03-161-283/+341
* revise arguments for addCode method on lnotab. take several numbersJeremy Hylton2000-03-061-10/+13
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-211-90/+90
* changes to _lookupNameJeremy Hylton2000-02-171-14/+13
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-171-9/+23
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-161-2/+13
* add a little debugging support when new.code raises SystemErrorJeremy Hylton2000-02-151-5/+21
* split compile.py into two filesJeremy Hylton2000-02-141-0/+437