Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
48ecaccf9e2abd230b5745edc829118a1c526b64
/
Lib
/
compiler
/
transformer.py
05522ad
Fix bug
by Michael W. Hudson
· 20 years ago
c054a8b
This is jiwon's patch to fix:
by Michael W. Hudson
· 20 years ago
0e9980f
Whitespace normalization.
by Tim Peters
· 20 years ago
8f00a24
Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError.
by Jeremy Hylton
· 20 years ago
566d934
compiler.transformer: correct lineno attribute when possible SF patch #1015989
by Jeremy Hylton
· 20 years ago
1a4ddae
SF patch #1007189, multi-line imports, for instance:
by Anthony Baxter
· 20 years ago
0ccff07
This is Mark Russell's patch:
by Michael W. Hudson
· 20 years ago
6db15d7
Whitespace normalization.
by Tim Peters
· 20 years ago
c2a5a63
PEP-0318, @decorator-style. In Guido's words:
by Anthony Baxter
· 20 years ago
3f06189
this is patch
by Michael W. Hudson
· 20 years ago
354433a
SF patch #872326: Generator expression implementation
by Raymond Hettinger
· 20 years ago
ff41c48
SF patch #701494: more apply removals
by Raymond Hettinger
· 22 years ago
669454e
Whitespace normalization.
by Tim Peters
· 22 years ago
8d0ffe0
Remove debugging prints.
by Michael W. Hudson
· 22 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
· 22 years ago
8d22b04
Fix com_arglist() and update grammar fragment.
by Jeremy Hylton
· 23 years ago
51e234a
Patch #522279: transformer.py nodes shadows global.
by Martin v. Löwis
· 23 years ago
52acb49
Merge of the release22 branch changes back into the trunk.
by Barry Warsaw
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 23 years ago
d114261
Handle testlist_safe as if it were testlist.
by Jeremy Hylton
· 23 years ago
9dca364
API change:
by Jeremy Hylton
· 23 years ago
2e4cc7e
Last set of change to get regression tests to pass
by Jeremy Hylton
· 23 years ago
7845cf8
Make sure that atoms (Tuple, List, etc.) have lineno attributes
by Jeremy Hylton
· 23 years ago
7abf520
Add support for // and //=.
by Jeremy Hylton
· 23 years ago
da8db8c
Don't include doc string of class in its code child
by Jeremy Hylton
· 23 years ago
7e30c9b
Add lookup_name() to optimize use of stack frames
by Jeremy Hylton
· 23 years ago
ec92734
Add Yield() statement handler
by Jeremy Hylton
· 23 years ago
4c1f427
Add lineno attributes to Discard nodes
by Jeremy Hylton
· 24 years ago
42a0830
Fix "import as" (has always skipping the as name)
by Jeremy Hylton
· 24 years ago
4ebf3be
a few small optimizations that seem to give a 5-10% speedup; the
by Jeremy Hylton
· 24 years ago
a59ac0a
If a function contains a doc string, remove the doc string node from
by Jeremy Hylton
· 24 years ago
7cff7fe
Many changes.
by Jeremy Hylton
· 24 years ago
9c048f9
Now supports entire Python 2.0 language and still supports Python
by Jeremy Hylton
· 24 years ago
4e1be72
Fix SF bug #116263: support for from .. import *
by Jeremy Hylton
· 24 years ago
572bdce
change 2-space indent to 4-space indent
by Jeremy Hylton
· 24 years ago
2051608
Update magic number.
by Jeremy Hylton
· 24 years ago
8612f1c
update my email address
by Jeremy Hylton
· 24 years ago
fd342bf
add a bit more legal junk
by Greg Stein
· 24 years ago
be317e6
patches from Mark Hammond
by Jeremy Hylton
· 25 years ago
b631b8e
fix list.append problems
by Jeremy Hylton
· 25 years ago
fa974a9
change node Classdef to Class
by Jeremy Hylton
· 25 years ago
3d9f5e4
more robust assignment of lineno for keyword args
by Jeremy Hylton
· 25 years ago
1ebba96
fix creation of Ellipsis node
by Jeremy Hylton
· 25 years ago
d603dee
add line numbers to nodes in the except clause (when possible)
by Jeremy Hylton
· 25 years ago
4290779
(), [], and {} should not be represented as constant expressions, they
by Jeremy Hylton
· 25 years ago
1851901
add spaces to comparison names is not and not in to match dis
by Jeremy Hylton
· 25 years ago
9605c11
move constants out of transformer so that they can be shared with ast
by Jeremy Hylton
· 25 years ago
f968e85
three files from the p2c cvs tree. the message here indicates the
by Jeremy Hylton
· 25 years ago