AUTHORS
CONTRIBUTE.rst
ChangeLog
MANIFEST.in
NEWS.md
README.rst
__pkginfo__.py
setup.py
test/__init__.py
test/test_args.py
test/test_basic.py
test/test_basic_compat.py
test/test_exceptions.py
test/test_functions.py
test/test_with.py
test/vmtest.py
test/examples/compile-file.py
test/examples/test_at_context_manager_complete.py
test/examples/test_at_context_manager_simplified.py
test/examples/test_attribute_access.py
test/examples/test_attributes.py
test/examples/test_constant.py
test/examples/test_continue_in_with.py
test/examples/test_decorator.py
test/examples/test_defining_functions_with_args_kwargs.py
test/examples/test_different_globals_may_have_different_builtins.py
test/examples/test_for.py
test/examples/test_for_loop.py
test/examples/test_generator_expression.py
test/examples/test_generator_with_context_manager.py
test/examples/test_globals.py
test/examples/test_greater.py
test/examples/test_inplace_operators.py
test/examples/test_no_builtins.py
test/examples/test_pos_args.py
test/examples/test_raise_in_context_manager.py
test/examples/test_simple_context_manager.py
test/examples/test_slice.py
test/examples/test_strange_sequence_ops.py
x_python.egg-info/PKG-INFO
x_python.egg-info/SOURCES.txt
x_python.egg-info/dependency_links.txt
x_python.egg-info/entry_points.txt
x_python.egg-info/requires.txt
x_python.egg-info/top_level.txt
xpython/__init__.py
xpython/__main__.py
xpython/execfile.py
xpython/pyobj.py
xpython/pyvm2.py
xpython/version.py
xpython/byteop/__init__.py
xpython/byteop/byteop25.py
xpython/byteop/byteop26.py
xpython/byteop/byteop27.py
xpython/byteop/byteop32.py
xpython/byteop/byteop33.py
xpython/byteop/byteop34.py
xpython/byteop/byteop35.py