summaryrefslogtreecommitdiff
path: root/src/mailman/database/sqlite.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-09Replaced mailman.public with public.public.Mark Sapiro4-11/+38
2016-12-053.1.0b1Barry Warsaw1-2/+2
2016-12-03Prevent the occasional CI/testsuite hang.Barry Warsaw1-3/+55
2016-11-30Remove some unused imports.Barry Warsaw1-2/+0
2016-11-30Finish configuring flufl.testing.Barry Warsaw3-4/+15
2016-11-29Enable the flufl.testing extension.Barry Warsaw1-3/+1
2016-11-29More fixes & flufl.testing.Barry Warsaw4-120/+7
2016-11-29Fix an import.Barry Warsaw1-1/+2
2016-11-29Use flufl.testing's flake8 plugin.Barry Warsaw3-142/+2
2016-11-29Use `atpublic` for @public instead of internal copy.Barry Warsaw242-255/+243
2016-11-28Remove cruft.Barry Warsaw1-5/+0
2016-11-28Starting to clean up the branch.Barry Warsaw6-25/+13
2016-11-28Fix Flake8 errorsAurélien Bompard3-23/+9
2016-11-28Learn to encode Messages and Header instances to JSONAurélien Bompard2-1/+38
2016-11-28Fix a crash with the suspicious rule and Header instancesAurélien Bompard2-1/+55
2016-11-28Fix a crash with the no_subject rule and Header instancesAurélien Bompard2-1/+60
2016-11-28Fix the email senders list when there's a Header instanceAurélien Bompard2-3/+14
2016-11-28Officially support Python 3.6.Barry Warsaw2-3/+4
2016-11-26Forward port MM 2.1 fix for LP: #1643210.Mark Sapiro1-32/+28
2016-11-26NEWS.Barry Warsaw1-0/+2
2016-11-25Fix QA.Barry Warsaw1-1/+0
2016-11-25Add NEWS and a little bit of cleanup.Barry Warsaw3-7/+10
2016-11-25Rename test email and use resource filename instead of __file__.Abhilash Raj3-4/+6
2016-11-25Return 'defective message' for a bad held messageAbhilash Raj3-1/+34
2016-11-25Minor cleanup and test added.Barry Warsaw2-1/+19
2016-11-25Transmit the moderation reason to hold_message()Aurélien Bompard3-1/+12
2016-11-25Handle a Python 3.6 difference in interact().Barry Warsaw3-5/+12
2016-11-24A couple of fixes for Python 3.6Barry Warsaw1-1/+1
2016-11-24Back out the last change.Barry Warsaw1-1/+1
2016-11-24Start porting to Python 3.6Barry Warsaw3-2/+7
2016-11-24Use aiosmtpd 1.0a3 and add NEWS.Barry Warsaw3-57/+17
2016-11-24Remove some unused code.Barry Warsaw1-12/+0
2016-11-24Remove some unnecessary code and update a comment.Barry Warsaw2-5/+1
2016-11-24Fix the connection count tests.Barry Warsaw2-9/+83
2016-11-24Sort the recipients list.Barry Warsaw1-1/+3
2016-11-24Mostly converted to aiosmtpd.Barry Warsaw1-127/+118
2016-11-24Start converting lazr.smtptestBarry Warsaw2-1/+1
2016-11-24Replace smtpd with aiosmtpd.Barry Warsaw5-1038/+54
2016-11-24Minor style cleanup.Barry Warsaw1-23/+23
2016-11-24Remove some unused code.Barry Warsaw1-12/+0
2016-11-24Remove some unnecessary code and update a comment.Barry Warsaw2-5/+1
2016-11-24Fix the connection count tests.Barry Warsaw2-9/+83
2016-11-24Sort the recipients list.Barry Warsaw1-1/+3
2016-11-23Mostly converted to aiosmtpd.Barry Warsaw1-127/+118
2016-11-23Start converting lazr.smtptestBarry Warsaw2-1/+1
2016-11-22Replace smtpd with aiosmtpd.Barry Warsaw5-1038/+54
2016-11-22A couple of fixes for Python 3.6Barry Warsaw2-2/+2
2016-11-22Back out the last change.Barry Warsaw1-1/+1
2016-11-22Start porting to Python 3.6Barry Warsaw3-2/+7
2016-11-21Fix an API callAurélien Bompard1-1/+1