| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -2/+2 |
| * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 2 | -0/+2 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 12 | -12/+12 |
| * | More fixes. | Barry Warsaw | 2013-11-26 | 1 | -0/+1 |
| * | Checkpointing. | Barry Warsaw | 2013-11-25 | 1 | -0/+14 |
| * | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 2 | -4/+4 |
| * | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 2 | -0/+53 |
| * | * Creation of lists with upper case names should be coerced to lower case. | Barry Warsaw | 2013-03-06 | 1 | -0/+27 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -0/+8 |
| |\ |
|
| | * | Test added to non_queue_runner bug | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -0/+7 |
| * | | Whitespace. | Barry Warsaw | 2013-01-20 | 1 | -1/+1 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 11 | -11/+11 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 1 | -5/+1 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -3/+0 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 3 | -12/+7 |
| * | trunk merge | Barry Warsaw | 2012-07-06 | 6 | -28/+38 |
| |\ |
|
| | * | General code cleanup. | Barry Warsaw | 2012-04-25 | 3 | -9/+17 |
| | * | Two more module modernizations and transaction context manager uses. | Barry Warsaw | 2012-04-22 | 2 | -8/+9 |
| | * | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 1 | -11/+12 |
| * | | - Rename the model attributes. | Barry Warsaw | 2012-04-08 | 1 | -9/+9 |
| |/ |
|
| * | The port of NNTPRunner to Mailman 3 is complete. | Barry Warsaw | 2012-04-01 | 1 | -4/+148 |
| * | - More tests of mailman.runners.nntp.prepare_message(), this time of the | Barry Warsaw | 2012-04-01 | 2 | -31/+68 |
| * | More tests, though still not 100% coverage. | Barry Warsaw | 2012-03-31 | 1 | -0/+27 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -0/+141 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 2 | -6/+156 |
| * | Last minute emergency bandaid for bug LP: #963612 | Barry Warsaw | 2012-03-23 | 1 | -1/+15 |
| * | Test repair. | Barry Warsaw | 2012-03-23 | 1 | -1/+1 |
| * | Verp all messages to the -owners. Add a test to prove that email to -owners | Barry Warsaw | 2012-03-23 | 1 | -0/+142 |
| * | Extend the pipeline runner to handle messages to the -owner address. | Barry Warsaw | 2012-03-23 | 1 | -0/+115 |
| * | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 1 | -0/+94 |
| * | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 2 | -2/+5 |
| * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -0/+112 |
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 2 | -3/+101 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -0/+30 |
| * | Prevent the `confirm` command from running more than once on the same token. | Barry Warsaw | 2012-03-01 | 1 | -2/+47 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -4/+100 |
| * | Make sure that an email subscription request is ignored for addresses which | Barry Warsaw | 2012-02-29 | 1 | -0/+40 |
| * | Remove test turd. | Barry Warsaw | 2012-02-29 | 1 | -3/+0 |
| * | Don't try to double join someone via a single email command. | Barry Warsaw | 2012-02-29 | 2 | -0/+96 |
| * | Greatly improve handling non-ascii in email commands. | Barry Warsaw | 2012-02-28 | 1 | -0/+92 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -0/+96 |
| * | copybump | Barry Warsaw | 2012-01-01 | 3 | -3/+3 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 1 | -11/+0 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 1 | -6/+60 |
| * | * Fixed KeyError in retry runner, contributed by Stephen A. Goss. | Barry Warsaw | 2011-10-24 | 1 | -0/+61 |
| |\ |
|
| | * | LP: #872391, fix Retry runner bug with unit test | Stephen A. Goss | 2011-10-24 | 1 | -0/+65 |
| |/ |
|
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 2 | -10/+10 |
| * | Rename 'queue' directory to 'runners' since not all subprocesses run a queue. | Barry Warsaw | 2011-05-29 | 3 | -0/+785 |