tabulate: fix iterabale -> iterable typo in _statistic().
[pygrader.git] / pygrader / test /
2012-09-02 W. Trevor KingRan update-copyright.py.
2012-04-25 W. Trevor KingFinish mailpipe respond() doctests.
2012-04-24 W. Trevor KingAdd Assignment.submittable attribute to configure stude...
2012-04-24 W. Trevor KingAdd Course.robot attribute (for automatic email generat...
2012-04-24 W. Trevor KingAdd Course.name attribute (for clearer email generation).
2012-04-24 W. Trevor KingAdd pygrader.test.course for managing testing course...
2012-04-24 W. Trevor KingAdd pygrader.test with asyncore SMTP client/server...