summaryrefslogtreecommitdiff
path: root/server/python_session.py
AgeCommit message (Expand)Author
2016-10-06Python: add support for auxiliary code (like for Prolog)Timotej Lazar
2016-09-22Re-add support for disabling some hint typesTimotej Lazar
2016-05-22Fix: store current solution when tests passTimotej Lazar
2016-02-24Merge hint function into test for {Prolog,Python}SessionTimotej Lazar
2015-12-10Add copyright infoTimotej Lazar
2015-10-16Record solved problems in databaseTimotej Lazar
2015-10-15Store identifiers instead of IDs in Problem modelTimotej Lazar
2015-10-14Use sandbox for testing Python programsTimotej Lazar
2015-10-10Use a selector instead of polling Python interpreterTimotej Lazar
2015-10-07Add a sandbox for Python interpreterTimotej Lazar
2015-10-06Test user's program before looking for hintsTimotej Lazar
2015-10-04Unification of language session implementations. Added load_problem and end_p...Aleš Smodiš
2015-09-23Kill Python interpreter on excessive outputTimotej Lazar
2015-09-22Merge branch 'master' of ssh://212.235.189.51:22122/codeq-serverMartin
2015-09-22Create the hint-list in individual test functionsTimotej Lazar
2015-09-22Add support for execing the user's Python programTimotej Lazar
2015-09-21Changed testing in util.pyMartin
2015-09-18Simplify exceptions returned by PythonSession.runTimotej Lazar
2015-09-16Implement async. comm. with Python interpreterTimotej Lazar
2015-09-11Pass PythonSession.run to hint and test functionsTimotej Lazar
2015-09-11Use Hint classes in PythonSessionTimotej Lazar
2015-09-08Check for syntax errors in python_session.hintTimotej Lazar
2015-09-04Add Python push&pull services to wsgi_serverTimotej Lazar
2015-09-03Pass the session object to test and hint functionsTimotej Lazar
2015-09-03Use multiprocessing.managers for the Python runnerTimotej Lazar
2015-08-31s/Problem.identifier()/Problem.get_identifier()Timotej Lazar
2015-08-31Add hint & test functions for PythonSessionTimotej Lazar
2015-08-28Add Python session supportTimotej Lazar