summaryrefslogtreecommitdiff
path: root/Mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* More work on completing the transition to setuptools.Barry Warsaw2007-07-1898-11846/+0
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-163-13/+11
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-132-148/+0
* Last bit of existing test suite cleanup for now. I've removed the inmemory.pyBarry Warsaw2007-07-123-400/+4
* Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwiseBarry Warsaw2007-07-121-106/+0
* Convert ToArchive tests to doctests and do a minimal amount of handler moduleBarry Warsaw2007-07-111-57/+0
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-102-120/+8
* Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code toBarry Warsaw2007-07-081-42/+0
* Convert the ToUsenet handlerto a doctest. No other handler clean up isBarry Warsaw2007-07-061-50/+0
* Convert MimeDel tests to doctest. No other changes to the handler module areBarry Warsaw2007-07-051-176/+0
* Convert the SpamDetect handler tests (what there was of them anyway) to aBarry Warsaw2007-07-051-38/+0
* Convert the TestTagger to a doctest. No other cleaning up of the handlerBarry Warsaw2007-07-041-117/+0
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-031-160/+0
* Convert TestFileRecips to a doctest, and update the handler to more modernBarry Warsaw2007-07-021-85/+0
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-011-98/+0
* Support for case-preserving addresses. When an Address is given an emailBarry Warsaw2007-07-011-1/+2
* Repair docfiles broken with the new ISwitchboard interface. Mostly these wereBarry Warsaw2007-06-271-0/+5
* Simplify doctests by having just a single test_documentation.py module inBarry Warsaw2007-06-2316-393/+69
* Refactor tests to get consistent clean up behavior. The clean up sectionsBarry Warsaw2007-06-2215-81/+62
* Convert the AvoidDuplicates handler tests to a doctest. Well,Barry Warsaw2007-06-211-0/+33
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-212-348/+35
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-192-65/+32
* Convert the tests for the CalcRecips handler to doc tests. There areBarry Warsaw2007-06-193-99/+33
* Convert the AfterDelivery handler test to a doctest. Also, change theBarry Warsaw2007-06-182-14/+32
* Remove both the model and interface for RosterSets. These are no longer usedBarry Warsaw2007-06-182-129/+32
* Update the IUser interface and tests, specifically as it relates toBarry Warsaw2007-06-151-1/+3
* More test updates based on simplified data model. Rosters are gone so theBarry Warsaw2007-06-101-30/+0
* Implement the new, simplified membership model. Rosters and RosterSets asBarry Warsaw2007-06-091-2/+5
* rename a few testsbwarsaw2007-06-022-2/+2
* Add doctest for Replybot handler. The test in test_handlers.py didn't reallybwarsaw2007-05-312-7/+32
* Go ahead and remove the Mailman/database/tables directory since all the Elixirbwarsaw2007-05-302-223/+32
* Minor style issue.bwarsaw2007-05-291-1/+1
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-289-218/+174
* Another round of merges of my Pycon branch...bwarsaw2007-04-176-58/+508
* api_lock(): When locking the MailList object, tell the SQLAlchemy session tobwarsaw2007-03-301-1/+0
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-251-1/+135
* CookHeaders.py:tkikuchi2007-03-241-10/+74
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-241-0/+35
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-231-0/+17
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-225-11/+49
* Added a test case for the code that Tokio fixed for enums in r8164.bwarsaw2007-03-211-1/+8
* Test suite repair. All tests are now passing again.bwarsaw2007-03-212-1/+17
* Scheme is selected by TAG. Use string not object reference.tkikuchi2007-03-201-5/+5
* Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw2007-03-022-0/+246
* Update copyright years.bwarsaw2007-01-196-6/+6
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-185-61/+65
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-295-32/+26
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-303-27/+27
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-162-1/+9
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-161-114/+0