summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/listmanager.py
Commit message (Expand)AuthorAgeFilesLines
* IListManager.get() now accepts both List-IDs and FQDN list names.Barry Warsaw2017-06-241-8/+22
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Implement the review suggestionsAurélien Bompard2016-10-261-2/+3
* Add a method to find list using properties filtersAurélien Bompard2016-10-261-0/+9
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the interfaces directory.Barry Warsaw2016-03-251-14/+8
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* DatabaseBarry Warsaw2014-11-011-4/+5
|\
| * Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-2/+4
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Checkpointing.Barry Warsaw2013-11-251-4/+4
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-0/+13
* * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw2012-01-271-7/+0
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-271-0/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+16
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-161-0/+16
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+0
* Add POST validators.Barry Warsaw2010-03-011-19/+0
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-231-17/+25
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-9/+0
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-0/+13
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-061-1/+2
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-1/+20
* Clean a few more lints.Barry Warsaw2009-07-101-0/+14
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+84