Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
747d5b63db5db038f514409e1b783b244c9e1742
/
Lib
/
compiler
/
transformer.py
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