summaryrefslogtreecommitdiff
path: root/Mailman/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2745-7364/+0
* Rework the master.py script and the master.txt doctest so that it's muchBarry Warsaw2008-02-273-126/+161
* Add a test for mailmanctl and master.py. Also fix a bug in master where itBarry Warsaw2008-02-262-1/+29
* Update mailmanctl for the new master.py script. Fortunately, we can simplifyBarry Warsaw2008-02-252-364/+91
* Rework the basic infrastructure for qrunner process control. Split out theBarry Warsaw2008-02-255-42/+441
* The start of a cleaning up of Errors.py. Eventually, I want to get rid ofBarry Warsaw2008-02-191-1/+3
* PEP 292 style, $-strings are used by the translation service everywhere now.Barry Warsaw2008-02-1840-66/+1
* Tweak copyright years.Barry Warsaw2008-02-0743-43/+43
* Convert IncomingRunner to use the new chains disposition architecture. moveBarry Warsaw2008-02-021-2/+2
* Initial pylint/pyflakes cleanupBarry Warsaw2007-11-174-12/+16
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-315-69/+62
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-104-101/+57
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-102-4/+4
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-093-3/+3
* Remove an unnecessary (and now broken) import.Barry Warsaw2007-10-051-2/+1
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-2910-39/+48
* qrunner, mailmanctl and various other repairs.Barry Warsaw2007-09-293-20/+21
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-275-3/+187
* Get bin/add_members and bin/list_members to work again (for the mostBarry Warsaw2007-09-204-118/+81
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-193-15/+10
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-091-10/+25
* Simple update.Barry Warsaw2007-08-061-4/+2
* Make bin/list_owners work again.Barry Warsaw2007-08-061-8/+9
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-052-57/+4
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-051-18/+2
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-054-136/+72
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-3/+1
|\
* | Remove last vestiges of dbcontextBarry Warsaw2007-07-231-1/+0
|/
* Remove some obsolete command line scripts:Barry Warsaw2007-07-213-3/+136
* The Mailman/bin package's __all__ now contains the list of all command lineBarry Warsaw2007-07-181-0/+59
* More work on completing the transition to setuptools.Barry Warsaw2007-07-183-7/+11
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-165-40/+86
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-21/+35
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-132-71/+120
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-101-0/+3
* Add support for code coverage with 'testall --coverage'. However, I'm notBarry Warsaw2007-07-011-1/+20
* Cleaned up a couple of style issues. No actual code changes.Mark Sapiro2007-06-281-6/+7
* check_perms checked archives/private/ and archives/private/<list>/database/Mark Sapiro2007-06-281-10/+16
* Convert the Switchboard test in test_runners.py to a doctest. Add anBarry Warsaw2007-06-271-19/+35
* senddigests.py - Changed to catch exceptions thrown by mlist.send_digest_now(...msapiro2007-06-151-2/+13
* Support resetting a user's password if the imported file does not have abwarsaw2007-05-291-6/+13
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-2814-157/+18
* Another round of merges of my Pycon branch...bwarsaw2007-04-171-8/+51
* r8187 from 2.1-maint branch; fix bin/withlist -r to work with package pathsbwarsaw2007-04-051-2/+3
* Fix passwords in bin/newlist. Yes, this needs unit tests!bwarsaw2007-03-271-6/+6
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-221-3/+4
* A few style fixes based on commit reviews.bwarsaw2007-03-211-1/+0
* Some fixes for rev 8162 for mmsitepass to work.tkikuchi2007-03-031-2/+2
* Fixes for i18n digest to work.tkikuchi2007-03-021-1/+2
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-031-3/+11