summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-1750-4047/+535
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-1621-908/+397
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-1532-3162/+149
* | * Improved "8 mile high" document distilled by Stephen Turnbull from theBarry Warsaw2012-03-164-3/+199
|\ \
| * | Use minlen to disentagle the POSTING queue.Stephen J. Turnbull2012-03-151-5/+4
| * | Remove redundant PNGs.Stephen J. Turnbull2012-03-153-0/+0
| * | We gots a graphviz! Now WAT?!Stephen J. Turnbull2012-03-151-22/+22
| * | groups helpStephen J. Turnbull2012-03-151-41/+39
| * | source, chains, sink subgraphs formStephen J. Turnbull2012-03-151-40/+44
| * | Improved layout of graphviz version of chains.Stephen J. Turnbull2012-03-141-8/+7
| * | Combine my sprint work into Andrea's.Stephen J. Turnbull2012-03-144-8/+4
| * | Revert errors='' change for 2.6 compatibility.Stephen J. Turnbull2012-03-141-3/+3
| * | Merge my sprint changes into Andrea's branch.Stephen J. Turnbull2012-03-146-0/+197
| |\ \
| | * | Sphinxify docs: add conf.py, contents.rst.Stephen J. Turnbull2012-03-133-3/+78
| | * | Add overview document based on PyCon sprint briefing by Barry Warsaw.Stephen J. Turnbull2012-03-134-0/+122
| * | | make readthedocs happy, and remove the sphinx artifact directories notAndrea Crotti2012-03-141-2/+3
| | |/ | |/|
* | | * Add property `IRoster.member_count`.Barry Warsaw2012-03-155-28/+203
* | | * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-155-4/+65
|\ \ \
| * | | Unittest to show that adding members to a list is reflected in the rest apitoshio2012-03-151-1/+43
| * | | Merge upstreamtoshio2012-03-159-33/+159
| |\ \ \
| * | | | Fix up doctests for the addition of volume and member_count to the rest api l...toshio2012-03-152-1/+7
| * | | | Export both the count of members and the latest digest volume in the rest apitoshio2012-03-151-0/+2
* | | | | After discussion at Pycon, we're changing "real_name" to "display_name" acrossBarry Warsaw2012-03-1569-284/+290
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-1569-284/+290
|/ / / /
* | | | Add a test for a corner case of UserNotification.send() as suggested by Mark.Barry Warsaw2012-03-153-5/+65
* | | | * Subscription disabled probe warning notification messages are now sentBarry Warsaw2012-03-146-23/+89
|\ \ \ \
| * | | | Fixed a logic error and added more conditions to the doctest.Mark Sapiro2012-03-142-1/+39
| * | | | Subscription disabled warnings are now sent without a Precedence:Mark Sapiro2012-03-143-3/+7
* | | | | A follow up with test improvements given by Toshio.Barry Warsaw2012-03-141-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a potential unicode tracebacktoshio2012-03-141-5/+5
| * | | | Merge the changes that went into mailman trunktoshio2012-03-146-116/+148
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | test_archive_maildir_created(): I was dumb when I rewrote Toshio's originalBarry Warsaw2012-03-141-2/+5
* | | | | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-148-6/+240
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-148-6/+240
|/| | | |
| | * | | Python-2.6 compat fixestoshio2012-03-144-8/+8
| |/| | | | |/ / / |/| | |
* | | | Do not taunt Happy Python 2.6 Fun Ball.Barry Warsaw2012-03-144-8/+8
| |/ / |/| |
| * | Merge with upstreamtoshio2012-03-1428-152/+523
| |\ \ | |/ / |/| |
* | | Move the interact module to a better sub-package location.Barry Warsaw2012-03-133-2/+2
* | | * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-1321-140/+445
* | | * Global ``-C`` option now accepts an absolute path to the configurationBarry Warsaw2012-03-122-2/+6
|\ \ \
| * | | Get rid of the function and inline the path callAndrea Crotti2012-03-131-9/+1
| * | | expand the user home and use the absolute path for the -C optionAndrea Crotti2012-03-131-1/+11
* | | | TypoBarry Warsaw2012-03-121-1/+1
* | | | * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav.Barry Warsaw2012-03-122-3/+6
* | | | * IPython support in `bin/mailman shell` contributed by Andrea Crotti.Barry Warsaw2012-03-125-8/+64
|\ \ \ \
| * | | | various small fixes after reviewing with Barry WarsawAndrea Crotti2012-03-133-15/+15
| * | | | - add a section in the schema to customize the shellAndrea Crotti2012-03-133-4/+41
| | | * | Revert to using a try: except: finally: for locking as the context managertoshio2012-03-141-14/+15
| | | * | Unittests for the prototype archivertoshio2012-03-142-0/+151
| | | * | Use 2.6+ syntax for assigning an exceptiontoshio2012-03-131-1/+1