]> granicus.if.org Git - python/commit
Jiwon Seo's PEP 3102 implementation.
authorGuido van Rossum <guido@python.org>
Fri, 27 Oct 2006 23:31:49 +0000 (23:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Oct 2006 23:31:49 +0000 (23:31 +0000)
commit4f72a78684bbfcdc43ceeabb240ceee54706c4b0
tree743c27c5125dcef580cffe77395fe97bedf40d5f
parentfc2a0a8e3cb1d40fd965576060c28c8bd2ea1ad5
Jiwon Seo's PEP 3102 implementation.
See SF#1549670.
The compiler package has not yet been updated.
31 files changed:
Grammar/Grammar
Include/Python-ast.h
Include/code.h
Include/eval.h
Include/funcobject.h
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/test/output/test_extcall
Lib/test/test_ast.py
Lib/test/test_code.py
Lib/test/test_compiler.py
Lib/test/test_frozen.py
Lib/test/test_grammar.py
Lib/test/test_new.py
Modules/_ctypes/callbacks.c
Modules/parsermodule.c
Modules/pyexpat.c
Objects/codeobject.c
Objects/funcobject.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/import.c
Python/marshal.c
Python/symtable.c
Tools/compiler/ast.txt