summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't send welcome messages on importAurélien Bompard2015-02-211-0/+11
| * Don't import invalid emailsAurélien Bompard2015-02-211-0/+24
|/
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-3/+2
* Bump copyright years.Barry Warsaw2015-01-045-5/+5
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-225-26/+18
* test_import passes.Barry Warsaw2014-12-161-4/+8
* Fix some of the import tests. Python 2 str types seem to always unpickle asBarry Warsaw2014-12-161-27/+30
* Checkpointing.Barry Warsaw2014-11-301-7/+8
* Improve coverage:Barry Warsaw2014-11-171-6/+3
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-2/+3
* Merge abompard's fixes to the importer for encode_ascii_prefixes.Barry Warsaw2014-10-301-0/+10
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-282-7/+18
* IUserManager.create_address() is a better API to create unlinked addresses.Barry Warsaw2014-04-141-29/+5
* Trunk mergeBarry Warsaw2014-04-145-5/+5
|\
| * Bump copyright years.Barry Warsaw2014-01-015-5/+5
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-6/+725
|\ \ | |/ |/|
| * Minor pyflakes fixesAurélien Bompard2013-10-221-2/+1
| * Merge from the main branchAurélien Bompard2013-10-221-80/+107
| |\ | |/ |/|
| * Text templates should be in UTF-8Aurélien Bompard2013-10-211-2/+19
| * Handle acceptable_aliases being a list in the pickleAurélien Bompard2013-10-151-0/+13
| * Better handling of mixed case email addressesAurélien Bompard2013-10-111-1/+49
| * Handle 'local-part-only' acceptable aliasesAurélien Bompard2013-10-111-1/+17
| * Don't change the mail_host when importingAurélien Bompard2013-10-111-3/+4
| * Use the full language code in the configuration hintAurélien Bompard2013-10-111-4/+2
| * Deal with non-ascii bans and aliasesAurélien Bompard2013-10-091-5/+12
| * Make sure the imported preferred_language exists, and work around Python issu...Aurélien Bompard2013-10-081-1/+38
| * Some more unicode checks when importingAurélien Bompard2013-10-081-1/+16
| * More unicode fixes in the import scriptAurélien Bompard2013-10-031-1/+21
| * Strings are almost always bytestrings in the pickle, test for thatAurélien Bompard2013-10-031-55/+55
| * Import most list parameters from the 2.1 pickleAurélien Bompard2013-09-301-1/+567
| * When importing from 2.1, handle the archiving policyAurélien Bompard2013-09-201-0/+32
* | * Fix importation from MM2.1 to MM3 of the archive policy. Given by AurélienBarry Warsaw2013-10-181-0/+55
|/
* Bump copyright years.Barry Warsaw2013-01-015-5/+5
* ConfigurationBarry Warsaw2012-11-041-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-6/+2
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+1
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-3/+4
|\
| * Working for SQLite:Barry Warsaw2012-07-251-2/+2
|/
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-0/+60
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-4/+4
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-3/+72
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-112/+133
* copybumpBarry Warsaw2012-01-014-4/+4
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-204/+0
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-305-56/+7
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-4/+4
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+49
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-0/+34
* make_user_friendly_password(): Ported from Mailman 2.1.Barry Warsaw2011-04-071-0/+35
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-172-6/+155