| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 2 | -10/+9 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 13 | -13/+13 |
| * | Merge the Python 3 branch. | Barry Warsaw | 2015-01-04 | 14 | -100/+64 |
| |\ |
|
| | * | Even if we're not loading a user-defined mailman.cfg file (i.e. the user ran | Barry Warsaw | 2015-01-02 | 1 | -5/+6 |
| | * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 13 | -65/+18 |
| | * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -2/+38 |
| | |\ |
|
| | * | | Don't propagate flufl.lock logger to its root, which prevents test suite spew | Barry Warsaw | 2014-12-21 | 1 | -0/+3 |
| | * | | Refactor subject-prefix handler out of cook-headers handler and make all tests | Barry Warsaw | 2014-12-21 | 1 | -0/+1 |
| | * | | Core tests pass. | Barry Warsaw | 2014-12-15 | 2 | -3/+3 |
| | * | | Use listid instead of (fqdn) listname in the metadata pickle. | Barry Warsaw | 2014-12-15 | 4 | -8/+18 |
| | * | | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 |
| | * | | Port model/tests/test_user.py | Barry Warsaw | 2014-12-01 | 1 | -7/+6 |
| | * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 3 | -21/+21 |
| * | | | It's possible $HOME isn't defined. | Barry Warsaw | 2015-01-01 | 1 | -1/+1 |
| * | | | Back port from py3 branch: | Barry Warsaw | 2014-12-29 | 1 | -0/+3 |
| | |/
|/| |
|
| * | | LP: #1130696 - AttributeError on .sender | Barry Warsaw | 2014-12-10 | 1 | -2/+38 |
| |\ \
| |/
|/| |
|
| | * | Make the MIMEDigester generate a subclass of MIMEMultipart with our additions | Aurélien Bompard | 2014-12-09 | 2 | -11/+13 |
| | * | Handle the MIMEMultipart created by the DigestRunner properly | Aurélien Bompard | 2014-11-30 | 2 | -2/+21 |
| |/ |
|
| * | Fix a few issues with `python2 -3` compatibility. | Barry Warsaw | 2014-11-19 | 1 | -2/+2 |
| * | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 1 | -0/+8 |
| * | Database | Barry Warsaw | 2014-11-01 | 2 | -22/+35 |
| |\ |
|
| | * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -0/+4 |
| | * | Add the [logging.database] section and use it to configure the SQLAlchemy and | Barry Warsaw | 2014-10-12 | 1 | -19/+30 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 7 | -10/+10 |
| * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 13 | -13/+13 |
| * | * When --sort is used, watch out for continuation lines, which shouldn't get | Barry Warsaw | 2013-10-18 | 1 | -2/+1 |
| * | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 1 | -1/+25 |
| * | - Write ./var/etc/mailman.cfg if it doesn't already exist. | Barry Warsaw | 2013-03-20 | 1 | -1/+7 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 2 | -7/+17 |
| |\ |
|
| | * | change | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -1/+0 |
| | * | Comment fixed | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -1/+1 |
| | * | Test added to non_queue_runner bug | Sandesh Kumar Agrawal | 2013-01-17 | 2 | -14/+16 |
| | * | Fixed formation of /var/queue/* for non-queue runners | Sandesh Kumar Agrawal | 2013-01-11 | 1 | -7/+6 |
| | * | non-queue runner should not create var/tmp/* directory | Sandesh Kumar Agrawal | 2013-01-10 | 1 | -7/+16 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 13 | -13/+13 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 3 | -3/+4 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 3 | -3/+9 |
| * | * You can now PUT and PATCH on user resources to change the user's display | Barry Warsaw | 2012-09-22 | 1 | -0/+22 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 1 | -9/+7 |
| |\ |
|
| | * | Refactor to better handling the difference between a testing database and a | Barry Warsaw | 2012-07-25 | 1 | -10/+5 |
| | * | trunk merge | Barry Warsaw | 2012-07-06 | 9 | -39/+147 |
| | |\
| |/
|/| |
|
| * | | More consistency in the way post-configuration changes are processed. Less | Barry Warsaw | 2012-07-02 | 3 | -17/+27 |
| * | | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 1 | -0/+4 |
| * | | Add a test to ensure that the re-raising of the exception occurs. | Barry Warsaw | 2012-05-11 | 1 | -3/+7 |
| * | | * When a queue runner gets an exception in its _dispose() method, a | Barry Warsaw | 2012-05-11 | 2 | -2/+93 |
| * | | General code cleanup. | Barry Warsaw | 2012-04-25 | 6 | -22/+21 |
| | * | - Refactor the way databases are schema-migrated so that load_migrations() | Barry Warsaw | 2012-04-08 | 1 | -0/+3 |
| |/ |
|
| * | Architecture | Barry Warsaw | 2012-03-26 | 1 | -2/+1 |
| * | Add the OwnerPipeline, with tests, and rename some things for consistency. | Barry Warsaw | 2012-03-23 | 2 | -7/+68 |