pygrader.git
2012-04-24 W. Trevor KingInitial `respond` implementation in the `mailpipe`...
2012-04-24 W. Trevor KingAdd Assignment.submittable attribute to configure stude...
2012-04-24 W. Trevor Kingpgp_mime.pgp.verify() no longer needs deepcopy().
2012-04-24 W. Trevor KingAdd Course.robot attribute (for automatic email generat...
2012-04-24 W. Trevor KingPull _construct_email out of construct_email and add...
2012-04-24 W. Trevor KingFix Built -> Build typo in construct_email docstring.
2012-04-24 W. Trevor KingAdd docstring and doctest to message_time().
2012-04-24 W. Trevor KingAdd Course.name attribute (for clearer email generation).
2012-04-24 W. Trevor KingAdd mailpipe doctests and allow saving from stream...
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...
2012-04-23 W. Trevor KingRemove myself as the hardcoded default sender.
2012-04-23 W. Trevor KingAlways sign/encrypt outgoing email in construct_email().
2012-04-22 W. Trevor KingUpdate to use pgp-mime v0.3
2012-04-22 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-04-06 W. Trevor KingOops, missed some pygrade -> pygrader updates in model...
2012-04-06 W. Trevor KingLog the gpg_message in mailpipe._get_verified_message...
2012-04-06 W. Trevor KingFix storage.load_person doctest typo (actually print...
2012-03-23 W. Trevor KingAdd AUTHORS to .gitignore (generated by update-copyrigh... v0.1
2012-03-23 W. Trevor KingRemove fingerprint stuff from the README (waiting on...
2012-03-23 W. Trevor KingFix link to Alex's pygrade in the README.
2012-03-23 W. Trevor KingOops, missed some pygrade -> pygrader updates in setup.py.
2012-03-23 W. Trevor KingMention update-copyright in the README.
2012-03-23 W. Trevor KingRan update-copyright.py.
2012-03-23 W. Trevor KingBegin versioning! (better late than never)