summaryrefslogtreecommitdiff
path: root/src/mailman/queue/outgoing.py (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-25nntpsplit() is replaced by lazr.config.as_host_port().Barry Warsaw3-16/+6
2011-02-25Two more unused functions removed. Utils.py, your days are numbered.Barry Warsaw1-20/+0
2011-02-25Move oneline() out of Utils.py.Barry Warsaw8-24/+46
2011-02-25Remove an unused function from Utils.py.Barry Warsaw1-55/+0
2011-02-25Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw12-39/+462
2011-02-25Move passwords module to the utilities subpackage.Barry Warsaw4-6/+2
2011-01-31Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw6-16/+110
2011-01-06Implement the email address validator as a utility for easier pluggability.Barry Warsaw7-42/+72
2011-01-04Remove some unused/untested stuff regarding password creation from Utils.py.Barry Warsaw3-355/+1
2011-01-03Better wording given by Patrick Ben Koetter.Barry Warsaw1-2/+14
2011-01-03Catch up on news for 3.0.0a7.Barry Warsaw1-4/+42
2011-01-02LP: #490044 - Support SMTP AUTH.Barry Warsaw7-3/+160
2011-01-02Make sure all documentation is included in the toctree.Barry Warsaw1-0/+1
2011-01-02Split member and nonmember moderation.Barry Warsaw15-230/+363
2011-01-01Happy New Year.Barry Warsaw260-261/+261
2011-01-01Because it was just to damn confusing, rename IAddress.address toBarry Warsaw33-352/+429
2010-12-31* Simplify the membership.txt doctest.Barry Warsaw6-156/+176
2010-12-29Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw21-437/+397
2010-12-28Clean up from the previous commit.Barry Warsaw3-3/+14
2010-12-26In the REST API, include the fqdn_listname and email address in the member'sBarry Warsaw2-0/+44
2010-12-22Insulate the test environment from the running environment. Sadly, the testBarry Warsaw11-93/+105
2010-12-22* Start to get rid of pylint; it's more trouble than it's worth and pyflakesBarry Warsaw7-52/+245
2010-11-27Upgrade from using the locknix package to using flufl.lock.Barry Warsaw11-23/+22
2010-10-27Support Python 2.7. (LP: 667472)Barry Warsaw3-6/+12
2010-10-13Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti...root2-0/+29
2010-10-12* We now have to disable site-packages because of LP: #659231Barry Warsaw2-6/+28
2010-10-08Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw69-119/+59
2010-10-08Don't include the eggs/ or parts/ directory in the tarball, otherwise theBarry Warsaw1-1/+3
2010-09-29Add doctest for connecting using invalid credentials and some documentation r...root3-8/+33
2010-09-28Add HTTP authentication to the REST APIroot2-2/+19
2010-09-23Fix typo in scan_message(). (LP: #645897)Barry Warsaw3-9/+51
2010-09-20Post release version bump.Barry Warsaw2-3/+8
2010-09-20 * Allow X-Approved and X-Approve headers, equivalent to Approved andBarry Warsaw5-17/+70
2010-09-15Last of the documentation fixes.Barry Warsaw6-45/+82
2010-09-15More documentation updates.Barry Warsaw14-67/+84
2010-09-15More documentation fixes.Barry Warsaw6-30/+60
2010-09-14More documentation cleanups.Barry Warsaw8-15/+59
2010-09-10More documentation updatesBarry Warsaw2-15/+24
2010-09-10More documentation updatesBarry Warsaw1-22/+23
2010-09-10More documentation updatesBarry Warsaw2-6/+8
2010-09-10More documentation updatesBarry Warsaw1-34/+38
2010-09-10More documentation updatesBarry Warsaw3-39/+55
2010-09-09More doc fixes.Barry Warsaw5-44/+54
2010-09-09More documentation improvements.Barry Warsaw7-61/+76
2010-09-08Many documentation fixes for better Sphinx output.Barry Warsaw36-146/+240
2010-09-07Doc fixesBarry Warsaw2-2/+2
2010-09-03Let's release.Barry Warsaw1-1/+1
2010-09-03Update NEWS for 3.0a6Barry Warsaw1-2/+34
2010-09-01Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partialBarry Warsaw4-15/+98
2010-08-30This is a better fix than the previous commit, since it uses a principled app...Barry Warsaw3-3/+19