summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/options.py (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-04-10Fix compatibility with IPython 4.Barry Warsaw2-9/+46
2016-04-09Ignore anything in /tmp and improve coverage.Barry Warsaw2-1/+2
2016-04-09Fix regression with default banner.Barry Warsaw1-1/+2
2016-04-08Fix a mock.Barry Warsaw1-1/+1
2016-04-08Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw5-20/+125
2016-04-06flake8 clean.Barry Warsaw2-2/+2
2016-04-04public() takes keyword arguments.Barry Warsaw12-46/+38
2016-04-03Floor the Falcon dependency.Barry Warsaw1-1/+1
2016-04-03Revert a few incorrect renames.Barry Warsaw4-42/+42
2016-04-03Don't pass `api` when it's readily available.Barry Warsaw3-33/+20
2016-04-03Unpin falcon.Barry Warsaw1-1/+3
2016-04-03Add news.Barry Warsaw1-0/+1
2016-04-03Fix some tests.Barry Warsaw2-3/+3