| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rename the member recipients calculating handler to make way for the owner | Barry Warsaw | 2012-03-23 | 1 | -1/+1 |
| * | Rename the src/mailman/pipeline directory to src/mailman/handlers since that's | Barry Warsaw | 2012-03-23 | 1 | -1/+1 |
| * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 3 | -27/+100 |
| * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -3/+1 |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 3 | -4/+5 |
| * | Restore the RFC 2369 headers to accepted list posts. | Barry Warsaw | 2012-03-01 | 3 | -0/+63 |
| * | * The `mailman.cfg` configuration file will now automatically be detected if | Barry Warsaw | 2012-02-27 | 1 | -4/+11 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -2/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 11 | -11/+11 |
| * | A couple of small cleanups. | Barry Warsaw | 2011-11-04 | 1 | -4/+1 |
| * | * Fix a couple of spelling errors. | Barry Warsaw | 2011-11-02 | 1 | -2/+2 |
| * | * `bin/mailman start --force` option is fixed. (LP: #869317) | Barry Warsaw | 2011-10-16 | 1 | -10/+14 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 1 | -0/+0 |
| * | * Moderating a message with Action.accept now sends the message. (LP: #827697) | Barry Warsaw | 2011-08-22 | 1 | -0/+7 |
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -0/+2 |
| * | Remove all pylint vestiges. | Barry Warsaw | 2011-08-03 | 2 | -6/+0 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 4 | -28/+30 |
| * | Rename 'queue' directory to 'runners' since not all subprocesses run a queue. | Barry Warsaw | 2011-05-29 | 5 | -0/+778 |
| * | Test (and fix!) the path in the outgoing runner where a socket.error gets | Barry Warsaw | 2011-05-17 | 1 | -3/+3 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 9 | -9/+9 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 1 | -16/+16 |
| |\ |
|
| * | | Support Python 2.7. (LP: 667472) | Barry Warsaw | 2010-10-27 | 1 | -1/+1 |
| |/ |
|
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 5 | -6/+2 |