]> granicus.if.org Git - python/commit
Patch #1550800: make exec a function.
authorGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 06:51:57 +0000 (06:51 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 06:51:57 +0000 (06:51 +0000)
commit7cae87ca7b0a3a7ce497cbd335c8ec82fe680476
tree612cc46e728bef49b19f3d4bc26fa4951b2c1c83
parent4e472e05bdddde72d91d6f25d6e048371cf3c9be
Patch #1550800: make exec a function.
105 files changed:
Demo/parser/unparse.py
Demo/pysvr/pysvr.py
Demo/sockets/rpythond.py
Doc/howto/doanddont.tex
Doc/lib/libdis.tex
Doc/lib/libexcs.tex
Doc/lib/libfuncs.tex
Doc/lib/libhotshot.tex
Doc/lib/libparser.tex
Doc/lib/libpdb.tex
Doc/lib/libprofile.tex
Doc/lib/librexec.tex
Doc/lib/libstdtypes.tex
Doc/lib/libtraceback.tex
Doc/ref/ref2.tex
Doc/ref/ref4.tex
Doc/ref/ref6.tex
Doc/ref/ref8.tex
Doc/ref/reswords.py
Doc/tut/tut.tex
Grammar/Grammar
Include/Python-ast.h
Include/graminit.h
Include/opcode.h
Include/symtable.h
Lib/Bastion.py
Lib/bdb.py
Lib/bsddb/__init__.py
Lib/cProfile.py
Lib/cgi.py
Lib/code.py
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/doctest.py
Lib/hashlib.py
Lib/idlelib/PyShell.py
Lib/idlelib/run.py
Lib/ihooks.py
Lib/imputil.py
Lib/keyword.py
Lib/lib-tk/Tkinter.py
Lib/opcode.py
Lib/pdb.py
Lib/plat-irix5/flp.py
Lib/plat-irix5/panel.py
Lib/plat-irix6/flp.py
Lib/plat-irix6/panel.py
Lib/plat-mac/aetypes.py
Lib/plat-mac/appletrawmain.py
Lib/plat-mac/pimp.py
Lib/profile.py
Lib/rexec.py
Lib/runpy.py
Lib/site.py
Lib/socket.py
Lib/symbol.py
Lib/test/crashers/bogus_code_obj.py
Lib/test/output/test_cProfile
Lib/test/output/test_grammar
Lib/test/output/test_profile
Lib/test/test___all__.py
Lib/test/test_ast.py
Lib/test/test_binop.py
Lib/test/test_builtin.py
Lib/test/test_class.py
Lib/test/test_codeop.py
Lib/test/test_compile.py
Lib/test/test_compiler.py
Lib/test/test_descr.py
Lib/test/test_descrtut.py
Lib/test/test_dis.py
Lib/test/test_doctest.py
Lib/test/test_exceptions.py
Lib/test/test_funcattrs.py
Lib/test/test_gc.py
Lib/test/test_getopt.py
Lib/test/test_grammar.py
Lib/test/test_import.py
Lib/test/test_importhooks.py
Lib/test/test_inspect.py
Lib/test/test_multibytecodec.py
Lib/test/test_operations.py
Lib/test/test_parser.py
Lib/test/test_scope.py
Lib/test/test_transformer.py
Lib/test/time_hashlib.py
Lib/timeit.py
Lib/trace.py
Misc/vgrindefs
Modules/parsermodule.c
Modules/symtablemodule.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/symtable.c
Tools/compiler/ast.txt
Tools/modulator/modulator.py
Tools/scripts/fixdiv.py
Tools/scripts/h2py.py