Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-06 | Python: add support for auxiliary code (like for Prolog) | Timotej Lazar | |
2016-04-25 | Remove file encoding comments from python files | Timotej Lazar | |
UTF-8 is the default. | |||
2015-10-14 | Add "sandbox violated" hint for Python | Timotej Lazar | |
2015-10-08 | Add language/group IDs and group numbers for Prolog | Timotej Lazar | |
2015-10-06 | Add "program is already correct" hints | Timotej Lazar | |
2015-10-02 | Removed unnecessary HintSequences. | Martin | |
2015-09-22 | Added Greatest Negative problem. | Martin | |
2015-09-22 | Update test functions for existing problems | Timotej 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-21 | Added exception text to sl.py. | Martin | |
2015-09-11 | Replace session parameter with Python run function | Timotej Lazar | |
In hint and test functions, we don't need any session data except the Python runner. | |||
2015-09-11 | Add language hints for Python and use Hint classes | Timotej Lazar | |