Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
compiler
/
pyassem.py
f5469cf
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
b646547
Issue #2333: Backport set and dict comprehensions syntax.
by Alexandre Vassalotti
· 15 years ago
ee936a2
Issue #2335: Backport set literals syntax from Python 3.x.
by Alexandre Vassalotti
· 15 years ago
68d6852
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
by Jeffrey Yasskin
· 16 years ago
4db626f
Overhaul Lib/compiler block ordering. The previous code was filled with
by Neil Schemenauer
· 16 years ago
2d2fe57
#4578: fix has_key() usage in compiler package.
by Georg Brandl
· 16 years ago
c756d00
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
by Christian Heimes
· 17 years ago
f669436
Um, I thought I'd already checked this in.
by Guido van Rossum
· 19 years ago
10be2ea
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back.
by Neal Norwitz
· 19 years ago
fa0cf4f
Add support for absolute/relative imports and if/else expressions:
by Thomas Wouters
· 19 years ago
baf3eb2
Forgot to explain the effect of the new opcode.
by Guido van Rossum
· 19 years ago
d752f7d
No need for types, use isinstance
by Neal Norwitz
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 20 years ago
accb62b
SF patch [ 597919 ] compiler package and SET_LINENO
by Jeremy Hylton
· 22 years ago
a312c3a
Remove uses of string module and stat.ST_MODE
by Neal Norwitz
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 24 years ago
138d90e
Vastly improved stacksize calculation.
by Jeremy Hylton
· 24 years ago
1e99a77
Various sundry changes for 2.2 compatibility
by Jeremy Hylton
· 24 years ago
71ebc33
Fix _convert_NAME() so that it doesn't store locals for class bodies.
by Jeremy Hylton
· 24 years ago
9263848
Improve stack depth computation for try/except and try/finally
by Jeremy Hylton
· 24 years ago
4ba9001
Fix off-by-one errors in code to find depth of stack.
by Jeremy Hylton
· 24 years ago
bf77c46
Undo change from list to dict for handling varnames, consts, etc.
by Jeremy Hylton
· 24 years ago
e4e9cd4
Modify name conversion to be (hopefully) a bit more efficient.
by Jeremy Hylton
· 24 years ago
63db7b9
XXX_NAME ops should affect varnames
by Jeremy Hylton
· 24 years ago
2a7f384
SF bug 430991: wrong co_lnotab
by Tim Peters
· 24 years ago
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