Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-23 | Only show ^C on interrupt if user code is running | Timotej Lazar | |
2015-09-23 | Allow syscalls needed for help() in Python sandbox | Timotej Lazar | |
2015-09-22 | Add support for execing the user's Python program | Timotej Lazar | |
2015-09-16 | Implement async. comm. with Python interpreter | Timotej Lazar | |
Creating, destroying and communicationg with the interpreter subprocess is now handled by a thread attached to PythonSession. Interpreter is sandboxed using libseccomp. |