pygrader.git
2012-09-02 W. Trevor Kingcolor: add ColoredFormatter for more transparent coloring.
2012-09-01 W. Trevor Kingmailpipe|handler: with the Response framework, handlers...
2012-09-01 W. Trevor Kingmailpipe: replace `respond` callback with exceptions.
2012-09-01 W. Trevor Kinghandler:get: add `get` handler for grade requests.
2012-09-01 W. Trevor Kinghandler:submission: fix non-lowercase subject assignmen...
2012-09-01 W. Trevor Kingtemplate: add targets argument to construct_student_email.
2012-09-01 W. Trevor KingREADME: elaborate on grade file format and mailpipe...
2012-09-01 W. Trevor Kinghandler:submission: add doctest to run().
2012-09-01 W. Trevor Kingtemplate: remove extra blank lines from construct stude...
2012-09-01 W. Trevor Kingmailpipe: clarify the source of missing `Return-Path...
2012-09-01 W. Trevor Kingmailpipe: add .authenticated attribute to _get_verified...
2012-09-01 W. Trevor Kingmailpipe: add support for multi-part subjects in _get_m...
2012-08-31 W. Trevor Kingmailpipe|handler: split mailpipe's submission handler...
2012-08-31 W. Trevor Kingmailpipe: split initial _parse_message processing into...
2012-08-31 W. Trevor Kingmailpipe: update doctests now that I'm using GnuPG...
2012-08-31 W. Trevor Kingsetup.py: explicitly list Python 3.2 and 3.3 as supported.
2012-07-22 W. Trevor KingBump to version 0.2. v0.2
2012-07-22 W. Trevor KingAdd MANIFEST.in to distribute COPYING.
2012-04-25 W. Trevor KingAdd --respond option to pg.py's mailpipe command.
2012-04-25 W. Trevor KingFinish mailpipe respond() doctests.
2012-04-24 W. Trevor KingDocument course.robot and assignment.submittable in...
2012-04-24 W. Trevor KingReject attempted submissions for unsubmittable assignme...
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)