.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.rst
CONTRIBUTING.md
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
buildout.cfg
constraints.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/changes.rst
docs/conf.py
docs/idea.rst
docs/index.rst
docs/logo.jpg
docs/make.bat
docs/requirements.txt
docs/_build/doctest/output.txt
docs/_build/html/_images/logo.jpg
docs/_build/html/_sources/changes.rst.txt
docs/_build/html/_sources/idea.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/contributing/changes_from310to311.rst.txt
docs/_build/html/_sources/contributing/changes_from311to312.rst.txt
docs/_build/html/_sources/contributing/changes_from312to313.rst.txt
docs/_build/html/_sources/contributing/changes_from313to314.rst.txt
docs/_build/html/_sources/contributing/changes_from38to39.rst.txt
docs/_build/html/_sources/contributing/changes_from39to310.rst.txt
docs/_build/html/_sources/contributing/index.rst.txt
docs/_build/html/_sources/install/index.rst.txt
docs/_build/html/_sources/roadmap/index.rst.txt
docs/_build/html/_sources/usage/api.rst.txt
docs/_build/html/_sources/usage/basic_usage.rst.txt
docs/_build/html/_sources/usage/framework_usage.rst.txt
docs/_build/html/_sources/usage/index.rst.txt
docs/_build/html/_sources/usage/policy.rst.txt
docs/_build/html/_static/scripts/furo.js.LICENSE.txt
docs/contributing/changes_from310to311.rst
docs/contributing/changes_from311to312.rst
docs/contributing/changes_from312to313.rst
docs/contributing/changes_from313to314.rst
docs/contributing/changes_from38to39.rst
docs/contributing/changes_from39to310.rst
docs/contributing/index.rst
docs/contributing/ast/python3_10.ast
docs/contributing/ast/python3_11.ast
docs/contributing/ast/python3_12.ast
docs/contributing/ast/python3_13.ast
docs/contributing/ast/python3_14.ast
docs/contributing/ast/python3_8.ast
docs/contributing/ast/python3_9.ast
docs/install/index.rst
docs/roadmap/index.rst
docs/usage/api.rst
docs/usage/basic_usage.rst
docs/usage/framework_usage.rst
docs/usage/index.rst
docs/usage/policy.rst
src/RestrictedPython/Eval.py
src/RestrictedPython/Guards.py
src/RestrictedPython/Limits.py
src/RestrictedPython/PrintCollector.py
src/RestrictedPython/Utilities.py
src/RestrictedPython/__init__.py
src/RestrictedPython/_compat.py
src/RestrictedPython/compile.py
src/RestrictedPython/transformer.py
src/RestrictedPython.egg-info/PKG-INFO
src/RestrictedPython.egg-info/SOURCES.txt
src/RestrictedPython.egg-info/dependency_links.txt
src/RestrictedPython.egg-info/not-zip-safe
src/RestrictedPython.egg-info/requires.txt
src/RestrictedPython.egg-info/top_level.txt
tests/__init__.py
tests/helper.py
tests/test_Guards.py
tests/test_NamedExpr.py
tests/test_Utilities.py
tests/test_compile.py
tests/test_compile_restricted_function.py
tests/test_eval.py
tests/test_imports.py
tests/test_iterating_over_dict_items.py
tests/test_print_function.py
tests/builtins/test_limits.py
tests/builtins/test_utilities.py
tests/transformer/test_assert.py
tests/transformer/test_assign.py
tests/transformer/test_async.py
tests/transformer/test_attribute.py
tests/transformer/test_augassign.py
tests/transformer/test_base_types.py
tests/transformer/test_breakpoint.py
tests/transformer/test_call.py
tests/transformer/test_classdef.py
tests/transformer/test_comparators.py
tests/transformer/test_conditional.py
tests/transformer/test_dict_comprehension.py
tests/transformer/test_eval_exec.py
tests/transformer/test_fstring.py
tests/transformer/test_functiondef.py
tests/transformer/test_generic.py
tests/transformer/test_global_local.py
tests/transformer/test_import.py
tests/transformer/test_inspect.py
tests/transformer/test_iterator.py
tests/transformer/test_lambda.py
tests/transformer/test_loop.py
tests/transformer/test_name.py
tests/transformer/test_slice.py
tests/transformer/test_subscript.py
tests/transformer/test_try.py
tests/transformer/test_tstring.py
tests/transformer/test_with_stmt.py
tests/transformer/test_yield.py
tests/transformer/operators/test_arithmetic_operators.py
tests/transformer/operators/test_bit_wise_operators.py
tests/transformer/operators/test_bool_operators.py
tests/transformer/operators/test_comparison_operators.py
tests/transformer/operators/test_identity_operators.py
tests/transformer/operators/test_logical_operators.py
tests/transformer/operators/test_unary_operators.py