index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
compiler
/
symbols.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
*
Fix the compiler package w.r.t. the new metaclass syntax.
Guido van Rossum
2007-03-19
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
*
Stomp out more hsa_key() calls.
Guido van Rossum
2006-08-19
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Use sorted() builtin
Neal Norwitz
2005-11-25
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
*
Whitespace normalization.
Tim Peters
2004-07-07
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
*
Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py
Jeremy Hylton
2003-08-28
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
*
Whitespace normalization.
Tim Peters
2001-10-18
*
The object-being sliced in an assignment to a slice is referenced, not
Jeremy Hylton
2001-09-14
*
Add generator detection to symbol table.
Jeremy Hylton
2001-08-29
*
Handle private names
Jeremy Hylton
2001-08-27
*
Fix for sibling nodes that define the same free variable
Jeremy Hylton
2001-08-27
*
Only treat an AugAssign as def if its the target is a Name.
Jeremy Hylton
2001-04-12
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
*
Add globals to list of names returned by get_names().
Jeremy Hylton
2001-04-09
*
Add two arguments to Scope constructor, module scope and class name
Jeremy Hylton
2001-04-09
*
Add preliminary module symbol table constructor
Jeremy Hylton
2001-04-09