summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-16ignore modules starting with '.' when importingAbhilash Raj1-1/+1
2016-05-15Minor cleanups.Barry Warsaw2-3/+3
2016-05-15Added NEWS item about #234 fix.Mark Sapiro1-0/+2
2016-05-15Fixed mailman/issue#234.Mark Sapiro3-16/+39
2016-05-14Add NEWS.Barry Warsaw1-1/+6
2016-05-14Clean up REST bits.Barry Warsaw2-23/+20
2016-05-14Clean up the User.absorb() method and tests.Barry Warsaw4-98/+163
2016-05-13Clean up.Barry Warsaw3-55/+72
2016-05-04Fix Flake8 errorsAurélien Bompard5-16/+18
2016-05-04Implement suggestions from the reviewAurélien Bompard5-21/+31
2016-05-04Delete redundant memberships before deleting the absorbed userAurélien Bompard2-5/+11
2016-05-04Sort importsAurélien Bompard2-2/+2
2016-05-04Allow merging users from the REST interfaceAurélien Bompard2-6/+39
2016-05-04Add a method to merge a user into another userAurélien Bompard6-0/+262
2016-05-03Add NEWS.Barry Warsaw1-0/+4
2016-05-03Refactor and simplify.Barry Warsaw1-66/+53
2016-05-03Update docstrings and add a missing attribute.Barry Warsaw1-8/+10
2016-05-03Minor cleanups, rewording, style.Barry Warsaw2-49/+76
2016-05-03Change handling of rules for banned addresses.Aditya2-41/+54
2016-05-03Add testsAditya1-1/+77
2016-05-03Ensure that postings from alternative emails aren't heldAditya1-6/+38
2016-05-01Fix header match rule suffix inflation.Barry Warsaw3-41/+35
2016-05-01Give predictable names to header match rulesAurélien Bompard2-8/+57
2016-05-01Pay down some minor tech-debt.Barry Warsaw1-2/+2
2016-05-01Replace another rmtree() with a better solution.Barry Warsaw2-6/+9
2016-05-01A better solution to the test creating a var dir.Barry Warsaw1-5/+9
2016-04-30Some fixes.Barry Warsaw2-0/+5
2016-04-30Update all the starting documentation.Barry Warsaw11-318/+408
2016-04-30Use contextlib.suppress() where appropriate.Barry Warsaw16-82/+46
2016-04-30Ensure that $(PWD)/var/ is cleaned up.Barry Warsaw2-1/+9
2016-04-30Fix the gitlab scriptAurélien Bompard1-1/+1
2016-04-30Make the tox.ini file more flexibleAurélien Bompard1-3/+3
2016-04-29Skip a test if readline isn't available.Barry Warsaw1-0/+7
2016-04-29Restore the fix for PostgreSQL.Barry Warsaw1-2/+2
2016-04-29Restore a test from !151 which only fails on PostgreSQL.Barry Warsaw1-0/+44
2016-04-29Restore a test from !151 which only fails on PostgreSQL.Barry Warsaw2-2/+46
2016-04-29Tweaks and clean up.Barry Warsaw6-112/+223
2016-04-28Add batch unsubscribe option to REST API.Harshit Bansal3-28/+130
2016-04-28Sort the held requests.Aurélien Bompard1-1/+2
2016-04-25Tweak for landing.Barry Warsaw3-43/+63
2016-04-26Cover two more corner casesAurélien Bompard1-0/+43
2016-04-26Fix difference between iter and count in find_membersAurélien Bompard2-11/+36
2016-04-23Add some documentation.Barry Warsaw1-15/+38
2016-04-22Fix #228Barry Warsaw5-7/+119
2016-04-18This doesn't exactly close the REST bug.Barry Warsaw1-1/+1
2016-04-18Add NEWS, tweak an interface, and rewrite a unit test.Barry Warsaw5-133/+194
2016-04-18Extend ISubscriptionService interface.Harshit Bansal4-0/+218
2016-04-13__iter__() must sort just like mailing_lists property.Barry Warsaw1-1/+2
2016-04-12mailman subcommands commit transactionsBarry Warsaw6-5/+116
2016-04-10Fix comment.Barry Warsaw1-1/+1