summaryrefslogtreecommitdiff
path: root/python/common.py
AgeCommit message (Collapse)Author
2016-10-06Python: add support for auxiliary code (like for Prolog)Timotej Lazar
2016-04-25Remove file encoding comments from python filesTimotej Lazar
UTF-8 is the default.
2015-10-14Add "sandbox violated" hint for PythonTimotej Lazar
2015-10-08Add language/group IDs and group numbers for PrologTimotej Lazar
2015-10-06Add "program is already correct" hintsTimotej Lazar
2015-10-02Removed unnecessary HintSequences.Martin
2015-09-22Added Greatest Negative problem.Martin
2015-09-22Update test functions for existing problemsTimotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-21Added exception text to sl.py.Martin
2015-09-11Replace session parameter with Python run functionTimotej Lazar
In hint and test functions, we don't need any session data except the Python runner.
2015-09-11Add language hints for Python and use Hint classesTimotej Lazar