summaryrefslogtreecommitdiff
path: root/python/util.py
AgeCommit message (Collapse)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
Use interpreter.py for running tests as well as interactive sessions. Signals are now sent with "sandbox <user> kill", so terminator is not needed anymore.
2015-10-09Added exception handling to get_tokens functions.Martin
2015-10-06Fixed a bug with function almost_equal.Martin
2015-09-22Added basic handling of exception to util.pyMartin
2015-09-21Changed testing in util.pyMartin
Changed output when timeout occurs in Python
2015-09-18Added functions to util.py.Martin
2015-09-15Added utility functions to util.pyMartin
2015-08-31Add a Python utility moduleTimotej Lazar