summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2016-09-27Added ast related functions.Martin Možina
2016-09-27Added python util functions.Martin Možina
2015-12-10Add copyright infoTimotej Lazar
2015-10-14Use sandbox for testing Python programsTimotej Lazar
2015-10-14Add support for command arguments to sandboxTimotej Lazar
2015-10-10Use a selector instead of polling Python interpreterTimotej Lazar
2015-10-10Sandbox: setgid before setuidTimotej Lazar
2015-10-09Added exception handling to get_tokens functions.Martin
2015-10-08Make the Python interpreter even more unbufferedTimotej Lazar
2015-10-07Add a sandbox for Python interpreterTimotej Lazar
2015-10-06Fixed a bug with function almost_equal.Martin
2015-09-23Only show ^C on interrupt if user code is runningTimotej Lazar
2015-09-23Allow syscalls needed for help() in Python sandboxTimotej Lazar
2015-09-22Added basic handling of exception to util.pyMartin
2015-09-22Merge branch 'master' of ssh://212.235.189.51:22122/codeq-serverMartin
2015-09-22Add support for execing the user's Python programTimotej Lazar
2015-09-21Changed testing in util.pyMartin
2015-09-18Merge branch 'master' of ssh://212.235.189.51:22122/codeq-serverMartin
2015-09-18Added functions to util.py.Martin
2015-09-16Implement async. comm. with Python interpreterTimotej Lazar
2015-09-15Added utility functions to util.pyMartin
2015-09-03Use multiprocessing.managers for the Python runnerTimotej Lazar
2015-08-31Add a Python utility moduleTimotej Lazar
2015-08-28Change timeout result in python runnerTimotej Lazar
2015-08-28Add support for creating Python interpretersTimotej Lazar
2015-08-24Simplify python.engineTimotej Lazar
2015-08-21Add a Python server for running users' codeTimotej Lazar