summaryrefslogtreecommitdiff
path: root/src/mailman/utilities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-303-16/+13
* Ignore anything in /tmp and improve coverage.Barry Warsaw2016-04-091-1/+1
* Fix a mock.Barry Warsaw2016-04-081-1/+1
* Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw2016-04-082-6/+103
* flake8 clean.Barry Warsaw2016-04-061-1/+1
* public() takes keyword arguments.Barry Warsaw2016-04-041-16/+8
* Replace execfile() with a Python 3 compatible alternative.Barry Warsaw2016-04-011-4/+2
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-1/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-013-6/+6
* Allow fall backs for moderation actions.Barry Warsaw2016-04-012-2/+2
* Import the unmoderated members with action 'defer'Aurélien Bompard2016-03-312-3/+7
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-312-4/+3
* Import order flake8 plugin.Barry Warsaw2016-03-271-3/+2
* Clean up the utilities directory.Barry Warsaw2016-03-2521-273/+149
* Clean up the core directory.Barry Warsaw2016-03-242-2/+2
* Last cleanups.Barry Warsaw2016-02-291-1/+2
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-292-10/+10
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-292-10/+10
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-3/+3
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-272-14/+25
* Several optimizations:Barry Warsaw2016-01-111-2/+1
* Delegate more to the underlying query object and don't use a cached results.Barry Warsaw2016-01-102-4/+10
* Boost coverage.Barry Warsaw2016-01-091-0/+35
* Docstring.Barry Warsaw2016-01-061-0/+6
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-0/+42
* Boost coverage.Barry Warsaw2016-01-031-2/+2
* Happy New Year.Barry Warsaw2016-01-0219-19/+19
* Coverage improvements.Barry Warsaw2015-12-294-7/+49
* Boost coverage.Barry Warsaw2015-12-262-9/+90
* Tweak the API.Barry Warsaw2015-12-261-23/+37
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-261-25/+45
* Return predictable token IDs in testing mode.Aurélien Bompard2015-12-261-4/+28
* Clean up pass through abompard's branch.Barry Warsaw2015-10-202-48/+59
* Use and interface for the set of header_matchesAurélien Bompard2015-10-202-11/+26
* Implement changes from the reviewAurélien Bompard2015-10-202-6/+28
* Adapt the code and the tests to the new HeaderMatch objectAurélien Bompard2015-10-202-7/+12
* Convert header_filter_rules from 2.1 to header_matchesAurélien Bompard2015-10-202-0/+168
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
* Do a cleansing pass on abompard's branch.Barry Warsaw2015-06-242-35/+41
* Better import of a member's moderation flagAurélien Bompard2015-06-172-22/+56
* Only keep regexps in the *_these_nonmembers propertyAurélien Bompard2015-06-172-8/+21
* Import: handle the '*_these_nonmembers' parametersAurélien Bompard2015-06-172-3/+39
* Fix import of the default_member_moderation valueAurélien Bompard2015-06-172-17/+28
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-142-16/+75
* * A handful of unused legacy exceptions have been removed. The redundantBarry Warsaw2015-05-241-2/+2
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-7/+2
* Remove the obsolete and mostly unimplemented onebounce script.Barry Warsaw2015-05-031-0/+142
* * The test suite now runs successfully again with PostgreSQL. Given byBarry Warsaw2015-04-221-8/+7
|\
| * Import: autodetect boolean columnsAurélien Bompard2015-04-221-7/+5
|/
* Open templates for reading in utf-8; given by abompard.Barry Warsaw2015-04-151-1/+1