summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_old_mailbox.py
Commit message (Collapse)AuthorAgeFilesLines
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-111-2/+2
| | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-17/+17
|
* Whitespace normalization.Tim Peters2007-01-301-1/+1
|
* Improve pattern used for mbox 'From' lines; add a simple testAndrew M. Kuchling2007-01-221-1/+34
|
* Make copy of test_mailbox.py. We'll still want to check the backwardAndrew M. Kuchling2006-04-221-0/+120
compatibility classes in the new mailbox.py that I'll be committing in a few minutes. One change has been made: the tests use len(mbox) instead of len(mbox.boxes). The 'boxes' attribute was never documented and contains some internal state that seems unlikely to have been useful.