summaryrefslogtreecommitdiff
path: root/Mailman/tests/bounces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert from bzr to git.Barry Warsaw2015-04-281-66/+0
|
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2787-10368/+0
|
* No executableBarry Warsaw2007-12-291-0/+0
|
* Added a test message.Mark Sapiro2007-11-111-0/+81
|
* Changed file format from dos to unix as neededMark Sapiro2007-11-1114-1721/+1721
|
* Merge the setuptools branch. Fix a couple of test modules that areBarry Warsaw2007-07-211-0/+66
| | | | disabled anyway.
* More work on completing the transition to setuptools.Barry Warsaw2007-07-1886-0/+10287
* Mailman/testing -> Mailman/test * Removed Mailman/testing/base.py * Fix mailmanctl by using a different way of calculating where the qrunner script is. The configuration file no longer knows what BIN_DIR is, but the mailmanctl script knows where it lives via sys.argv[0]. Also, PREFIX_DIR -> VAR_DIR. Also, * Since the overwhelmingly predominant use of ILanguageManager is to get the description, and since .get_language_data(code)[0] is not very readable, split the interface into .get_description() and .get_charset(). * In the setup, automatically add all Mailman.bin modules as command line scripts.