| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Don't send welcome messages on import | Aurélien Bompard | 2015-02-21 | 1 | -0/+11 |
| | * | Don't import invalid emails | Aurélien Bompard | 2015-02-21 | 1 | -0/+24 |
| |/ |
|
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -3/+2 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 5 | -5/+5 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 5 | -26/+18 |
| * | test_import passes. | Barry Warsaw | 2014-12-16 | 1 | -4/+8 |
| * | Fix some of the import tests. Python 2 str types seem to always unpickle as | Barry Warsaw | 2014-12-16 | 1 | -27/+30 |
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -7/+8 |
| * | Improve coverage: | Barry Warsaw | 2014-11-17 | 1 | -6/+3 |
| * | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 1 | -2/+3 |
| * | Merge abompard's fixes to the importer for encode_ascii_prefixes. | Barry Warsaw | 2014-10-30 | 1 | -0/+10 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -7/+18 |
| * | IUserManager.create_address() is a better API to create unlinked addresses. | Barry Warsaw | 2014-04-14 | 1 | -29/+5 |
| * | Trunk merge | Barry Warsaw | 2014-04-14 | 5 | -5/+5 |
| |\ |
|
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 5 | -5/+5 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 1 | -6/+725 |
| |\ \
| |/
|/| |
|
| | * | Minor pyflakes fixes | Aurélien Bompard | 2013-10-22 | 1 | -2/+1 |
| | * | Merge from the main branch | Aurélien Bompard | 2013-10-22 | 1 | -80/+107 |
| | |\
| |/
|/| |
|
| | * | Text templates should be in UTF-8 | Aurélien Bompard | 2013-10-21 | 1 | -2/+19 |
| | * | Handle acceptable_aliases being a list in the pickle | Aurélien Bompard | 2013-10-15 | 1 | -0/+13 |
| | * | Better handling of mixed case email addresses | Aurélien Bompard | 2013-10-11 | 1 | -1/+49 |
| | * | Handle 'local-part-only' acceptable aliases | Aurélien Bompard | 2013-10-11 | 1 | -1/+17 |
| | * | Don't change the mail_host when importing | Aurélien Bompard | 2013-10-11 | 1 | -3/+4 |
| | * | Use the full language code in the configuration hint | Aurélien Bompard | 2013-10-11 | 1 | -4/+2 |
| | * | Deal with non-ascii bans and aliases | Aurélien Bompard | 2013-10-09 | 1 | -5/+12 |
| | * | Make sure the imported preferred_language exists, and work around Python issu... | Aurélien Bompard | 2013-10-08 | 1 | -1/+38 |
| | * | Some more unicode checks when importing | Aurélien Bompard | 2013-10-08 | 1 | -1/+16 |
| | * | More unicode fixes in the import script | Aurélien Bompard | 2013-10-03 | 1 | -1/+21 |
| | * | Strings are almost always bytestrings in the pickle, test for that | Aurélien Bompard | 2013-10-03 | 1 | -55/+55 |
| | * | Import most list parameters from the 2.1 pickle | Aurélien Bompard | 2013-09-30 | 1 | -1/+567 |
| | * | When importing from 2.1, handle the archiving policy | Aurélien Bompard | 2013-09-20 | 1 | -0/+32 |
| * | | * Fix importation from MM2.1 to MM3 of the archive policy. Given by Aurélien | Barry Warsaw | 2013-10-18 | 1 | -0/+55 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 5 | -5/+5 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -1/+1 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -6/+2 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 1 | -1/+1 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 1 | -3/+4 |
| |\ |
|
| | * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 1 | -2/+2 |
| |/ |
|
| * | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 1 | -0/+60 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -4/+4 |
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -3/+72 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -112/+133 |
| * | copybump | Barry Warsaw | 2012-01-01 | 4 | -4/+4 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 1 | -204/+0 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 5 | -56/+7 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -4/+4 |
| * | Start the enablement of bounce detection. | Barry Warsaw | 2011-05-01 | 1 | -0/+49 |
| * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 1 | -0/+34 |
| * | make_user_friendly_password(): Ported from Mailman 2.1. | Barry Warsaw | 2011-04-07 | 1 | -0/+35 |
| * | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 2011-03-17 | 2 | -6/+155 |