summaryrefslogtreecommitdiff
path: root/src/mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add test to check deletion of nonmmeber record.Aditya2016-05-311-0/+20
* Remove nonmember subscriptions if susbcribed as member.Aditya2016-05-311-0/+6
* Clean up the environment properly.Barry Warsaw2016-05-231-24/+48
* run the tests with temporary directory and packagesAbhilash Raj2016-05-231-14/+43
* add test for module import failure in the presence of emacs lock filesAbhilash Raj2016-05-221-0/+46
* ignore modules starting with '.' when importingAbhilash Raj2016-05-161-1/+1
* Minor cleanups.Barry Warsaw2016-05-152-3/+3
* Added NEWS item about #234 fix.Mark Sapiro2016-05-151-0/+2
* Fixed mailman/issue#234.Mark Sapiro2016-05-153-16/+39
* Add NEWS.Barry Warsaw2016-05-141-1/+6
* Clean up REST bits.Barry Warsaw2016-05-142-23/+20
* Clean up the User.absorb() method and tests.Barry Warsaw2016-05-144-98/+163
* Clean up.Barry Warsaw2016-05-133-55/+72
* Fix Flake8 errorsAurélien Bompard2016-05-045-16/+18
* Implement suggestions from the reviewAurélien Bompard2016-05-045-21/+31
* Delete redundant memberships before deleting the absorbed userAurélien Bompard2016-05-042-5/+11
* Sort importsAurélien Bompard2016-05-042-2/+2
* Allow merging users from the REST interfaceAurélien Bompard2016-05-042-6/+39
* Add a method to merge a user into another userAurélien Bompard2016-05-046-0/+262
* Add NEWS.Barry Warsaw2016-05-031-0/+4
* Refactor and simplify.Barry Warsaw2016-05-031-66/+53
* Update docstrings and add a missing attribute.Barry Warsaw2016-05-031-8/+10
* Minor cleanups, rewording, style.Barry Warsaw2016-05-032-49/+76
* Change handling of rules for banned addresses.Aditya2016-05-032-41/+54
* Add testsAditya2016-05-031-1/+77
* Ensure that postings from alternative emails aren't heldAditya2016-05-031-6/+38
* Fix header match rule suffix inflation.Barry Warsaw2016-05-013-41/+35
* Give predictable names to header match rulesAurélien Bompard2016-05-012-8/+57
* Pay down some minor tech-debt.Barry Warsaw2016-05-011-2/+2
* Replace another rmtree() with a better solution.Barry Warsaw2016-05-012-6/+9
* A better solution to the test creating a var dir.Barry Warsaw2016-05-011-5/+9
* Some fixes.Barry Warsaw2016-04-302-0/+5
* Update all the starting documentation.Barry Warsaw2016-04-307-315/+394
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-3016-82/+46
* Ensure that $(PWD)/var/ is cleaned up.Barry Warsaw2016-04-302-1/+9
* Skip a test if readline isn't available.Barry Warsaw2016-04-291-0/+7
* Restore the fix for PostgreSQL.Barry Warsaw2016-04-291-2/+2
* Restore a test from !151 which only fails on PostgreSQL.Barry Warsaw2016-04-292-2/+46
* Tweaks and clean up.Barry Warsaw2016-04-296-112/+223
* Add batch unsubscribe option to REST API.Harshit Bansal2016-04-283-28/+130
* Sort the held requests.Aurélien Bompard2016-04-281-1/+2
* Tweak for landing.Barry Warsaw2016-04-253-43/+63
* Cover two more corner casesAurélien Bompard2016-04-261-0/+43
* Fix difference between iter and count in find_membersAurélien Bompard2016-04-262-11/+36
* Add some documentation.Barry Warsaw2016-04-231-15/+38
* Fix #228Barry Warsaw2016-04-225-7/+119
* This doesn't exactly close the REST bug.Barry Warsaw2016-04-181-1/+1
* Add NEWS, tweak an interface, and rewrite a unit test.Barry Warsaw2016-04-185-133/+194
* Extend ISubscriptionService interface.Harshit Bansal2016-04-184-0/+218
* __iter__() must sort just like mailing_lists property.Barry Warsaw2016-04-131-1/+2