]> granicus.if.org Git - python/commit
PEP 3107 - Function Annotations thanks to Tony Lownds
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 28 Dec 2006 06:47:50 +0000 (06:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 28 Dec 2006 06:47:50 +0000 (06:47 +0000)
commitc150536b5efadf71fcb4187cad7258be7268e157
treeaeb17f5e0ecc6cc8ccdecb2b64e3f46a0a3af85c
parentf6657e67b3cf89649d14d9012b3964a3490d45b0
PEP 3107 - Function Annotations thanks to Tony Lownds
32 files changed:
Grammar/Grammar
Include/Python-ast.h
Include/funcobject.h
Include/graminit.h
Include/token.h
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Lib/compiler/transformer.py
Lib/symbol.py
Lib/test/output/test_tokenize
Lib/test/test_ast.py
Lib/test/test_compiler.py
Lib/test/test_grammar.py
Lib/test/test_tokenize.py
Lib/test/tokenize_tests.txt
Lib/token.py
Lib/tokenize.py
Misc/NEWS
Modules/parsermodule.c
Objects/funcobject.c
Parser/Python.asdl
Parser/tokenizer.c
Python/Python-ast.c
Python/ast.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/symtable.c
Tools/compiler/ast.txt
Tools/compiler/astgen.py