Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2a0af79269a19b4afc423c44f8b51c22fb8ad3a3
/
Lib
/
compiler
/
pyassem.py
542b11a
pyassem.py:
by Jeremy Hylton
· 24 years ago
bfb0cf8
Revise handling of tuple arguments so that the variables names match
by Jeremy Hylton
· 24 years ago
364f9b9
Preliminary support for nested scopes
by Jeremy Hylton
· 24 years ago
5af105e
Make sure the docstring is always entered as the first element in the
by Jeremy Hylton
· 24 years ago
eefaeb7
move pruneNext method to correct object (doh!)
by Jeremy Hylton
· 25 years ago
314e3fb
Change the graph structure to contain the code generator object for
by Jeremy Hylton
· 25 years ago
9c048f9
Now supports entire Python 2.0 language and still supports Python
by Jeremy Hylton
· 25 years ago
4e1be72
Fix SF bug #116263: support for from .. import *
by Jeremy Hylton
· 25 years ago
92f3972
patch by Neil Schemenauer to improve (fix?) line number generation
by Jeremy Hylton
· 25 years ago
46cc7c0
Bring Tools/compiler almost up to date. Specifically:
by Thomas Wouters
· 25 years ago
be317e6
patches from Mark Hammond
by Jeremy Hylton
· 25 years ago
36cc6a2
complete rewrite
by Jeremy Hylton
· 25 years ago
abd7ebf
revise arguments for addCode method on lnotab. take several numbers
by Jeremy Hylton
· 25 years ago
772dd41
satisfy the tabnanny (thanks to MH for noticing the problem)
by Jeremy Hylton
· 25 years ago
efd0694
changes to _lookupName
by Jeremy Hylton
· 25 years ago
3ec7e2c
the previous quick hack to fix def foo((x,y)) failed on some cases
by Jeremy Hylton
· 25 years ago
2ce27b2
fix argcount generation for arg lists containing tuple unpacks
by Jeremy Hylton
· 25 years ago
410e840
add a little debugging support when new.code raises SystemError
by Jeremy Hylton
· 25 years ago
a505812
split compile.py into two files
by Jeremy Hylton
· 25 years ago