summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/messagestore.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-5/+9
| | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm.
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-131-20/+4
|
* Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-2/+3
| | | | | | | | | | * Switch away from a deprecated unittest method. * Switch away from using deprecated Exceptions.message attribute. * Decode the bytes b32 encoded X-Message-ID-Hash header into a Unicode. * Fix a rather glaring bug in Pendings.add() where we were actually not properly coercing bytes to unicode for the keys and values! I guess it's a good thing that SQLAlchemy is more strict than Storm. * Some cosmetic fixes.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-8/+8
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+116