Loreon
Labs
Platform
Search…
⌘K
Docs
Home
Ecosystems
Python
cappython
clone of https://code.launchpad.net/cappython
Python
Emerging
GitHub
Stars
—
Forks
—
Contributors
1
Last push
17mo ago
Recent commits
Latest commits.
Add add_module() method to ModuleLoader
c8450a1
Mark Seaborn
216mo ago
Block assignments to self.__class__, because that allows an object to change its type
1c602f9
Mark Seaborn
216mo ago
Handle and reject "exec" statements so that running the verifier on safeeval.py gives a nicely-formatted error message instead of raising AssertionError
b935d08
Mark Seaborn
216mo ago
Disallow use of __metaclass__, which would allow method functions to escape
c187be4
Mark Seaborn
216mo ago
Make the __builtins__ object a module rather than a dict so that it is read-only to CapPython code
63d30d4
Mark Seaborn
216mo ago
Wrap __import__ so that it cannot be used to capture a local environment dictionary
f396e24
Mark Seaborn
216mo ago
Fix handling of "from X import Y"
1d5c78b
Mark Seaborn
216mo ago
Allow AssList (list lvalue), which is equivalent to AssTuple (tuple lvalue)
351d0c8
Mark Seaborn
216mo ago
Top contributors
Builders behind this project.
mseaborn
44 commits