summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/pyassem.py
Commit message (Expand)AuthorAgeFilesLines
* 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