AUTHORS
CONTRIBUTE.rst
ChangeLog
MANIFEST.in
NEWS.md
README.rst
__pkginfo__.py
setup.py
test/__init__.py
test/compile-file.py
test/test_basic.py
test/test_compat.py
test/test_data.py
test/test_exceptions.py
test/test_functions.py
test/test_stmts.py
test/test_with.py
test/vmtest.py
test/examples/test_at_context_manager_complete.py
test/examples/test_at_context_manager_simplified.py
test/examples/test_decorator.py
test/examples/test_deep_closures.py
test/examples/test_defining_functions_with_args_kwargs.py
test/examples/test_generator_expression.py
test/examples/test_generator_with_context_manager.py
test/examples/test_get_yield_from_iter.py
test/examples/test_greater.py
test/examples/test_raise_in_context_manager.py
test/examples/test_raise_in_with.py
test/examples/test_simple_context_manager.py
test/examples/test_strange_sequence_ops.py
test/examples/test_suppressed_raise_in_context_manager.py
test/examples/test_yield_from_tuple.py
test/examples/basic/test_attribute_access.py
test/examples/basic/test_bound_method_on_falsy_objects.py
test/examples/data/test_attributes.py
test/examples/data/test_constant.py
test/examples/data/test_fstring.py
test/examples/data/test_map_unpack.py
test/examples/data/test_var_annotate.py
test/examples/exceptions/raise1.py
test/examples/exceptions/raise2.py
test/examples/exceptions/raise3.py
test/examples/exceptions/raise4.py
test/examples/expressions/test_comprehensions.py
test/examples/expressions/test_inplace_operators.py
test/examples/expressions/test_slice.py
test/examples/functions/test_call_ex_kw.py
test/examples/functions/test_closure_vars_from_static_parent.py
test/examples/functions/test_different_globals_may_have_different_builtins.py
test/examples/functions/test_no_builtins.py
test/examples/functions/test_partial_with_kwargs.py
test/examples/functions/test_pos_args.py
test/examples/stmts/test_for_loop.py
test/examples/stmts/test_global.py
test/examples/stmts/test_slice_stmts.py
test/examples/stmts/test_while.py
test/examples/with/test_break_in_with.py
test/examples/with/test_continue_in_with.py
test/stdlib/compile-file.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/buildclass.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/byteop26pypy.py
xpython/byteop/byteop27.py
xpython/byteop/byteop27pypy.py
xpython/byteop/byteop32.py
xpython/byteop/byteop32pypy.py
xpython/byteop/byteop33.py
xpython/byteop/byteop34.py
xpython/byteop/byteop35.py
xpython/byteop/byteop35pypy.py
xpython/byteop/byteop36.py
xpython/byteop/byteop36pypy.py
xpython/byteop/byteop37.py
xpython/byteop/byteoppypy.py