Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aa97f0496412ed834aada921e29588ed16d68e40
/
Lib
/
compiler
/
symbols.py
d16e81a
Fix the compiler package w.r.t. the new metaclass syntax.
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
49061f7
Stomp out more hsa_key() calls.
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
f923267
Use sorted() builtin
by Neal Norwitz
· 20 years ago
c2a5a63
PEP-0318, @decorator-style. In Guido's words:
by Anthony Baxter
· 21 years ago
4e0e1b6
Whitespace normalization.
by Tim Peters
· 21 years ago
354433a
SF patch #872326: Generator expression implementation
by Raymond Hettinger
· 21 years ago
ead21f5
Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py
by Jeremy Hylton
· 22 years ago
accb62b
SF patch [ 597919 ] compiler package and SET_LINENO
by Jeremy Hylton
· 23 years ago
52acb49
Merge of the release22 branch changes back into the trunk.
by Barry Warsaw
· 24 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 24 years ago
652a224
The object-being sliced in an assignment to a slice is referenced, not bound.
by Jeremy Hylton
· 24 years ago
d4be10d
Add generator detection to symbol table.
by Jeremy Hylton
· 24 years ago
c59e220
Handle private names
by Jeremy Hylton
· 24 years ago
cd8a127
Fix for sibling nodes that define the same free variable
by Jeremy Hylton
· 24 years ago
5c9aad6
Only treat an AugAssign as def if its the target is a Name.
by Jeremy Hylton
· 24 years ago
364f9b9
Preliminary support for nested scopes
by Jeremy Hylton
· 24 years ago
dbdb28e
Add globals to list of names returned by get_names().
by Jeremy Hylton
· 24 years ago
f870c95
Add two arguments to Scope constructor, module scope and class name
by Jeremy Hylton
· 24 years ago
8b966dc
Add preliminary module symbol table constructor
by Jeremy Hylton
· 24 years ago