| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 45 | -7364/+0 |
| * | Rework the master.py script and the master.txt doctest so that it's much | Barry Warsaw | 2008-02-27 | 3 | -126/+161 |
| * | Add a test for mailmanctl and master.py. Also fix a bug in master where it | Barry Warsaw | 2008-02-26 | 2 | -1/+29 |
| * | Update mailmanctl for the new master.py script. Fortunately, we can simplify | Barry Warsaw | 2008-02-25 | 2 | -364/+91 |
| * | Rework the basic infrastructure for qrunner process control. Split out the | Barry Warsaw | 2008-02-25 | 5 | -42/+441 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 1 | -1/+3 |
| * | PEP 292 style, $-strings are used by the translation service everywhere now. | Barry Warsaw | 2008-02-18 | 40 | -66/+1 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 43 | -43/+43 |
| * | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 2008-02-02 | 1 | -2/+2 |
| * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 4 | -12/+16 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 5 | -69/+62 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 4 | -101/+57 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 2 | -4/+4 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 3 | -3/+3 |
| * | Remove an unnecessary (and now broken) import. | Barry Warsaw | 2007-10-05 | 1 | -2/+1 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 10 | -39/+48 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 3 | -20/+21 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 5 | -3/+187 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 4 | -118/+81 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 3 | -15/+10 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -10/+25 |
| * | Simple update. | Barry Warsaw | 2007-08-06 | 1 | -4/+2 |
| * | Make bin/list_owners work again. | Barry Warsaw | 2007-08-06 | 1 | -8/+9 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 2 | -57/+4 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 1 | -18/+2 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 4 | -136/+72 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -3/+1 |
| |\ |
|
| * | | Remove last vestiges of dbcontext | Barry Warsaw | 2007-07-23 | 1 | -1/+0 |
| |/ |
|
| * | Remove some obsolete command line scripts: | Barry Warsaw | 2007-07-21 | 3 | -3/+136 |
| * | The Mailman/bin package's __all__ now contains the list of all command line | Barry Warsaw | 2007-07-18 | 1 | -0/+59 |
| * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 3 | -7/+11 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 5 | -40/+86 |
| * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 1 | -21/+35 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 2 | -71/+120 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 1 | -0/+3 |
| * | Add support for code coverage with 'testall --coverage'. However, I'm not | Barry Warsaw | 2007-07-01 | 1 | -1/+20 |
| * | Cleaned up a couple of style issues. No actual code changes. | Mark Sapiro | 2007-06-28 | 1 | -6/+7 |
| * | check_perms checked archives/private/ and archives/private/<list>/database/ | Mark Sapiro | 2007-06-28 | 1 | -10/+16 |
| * | Convert the Switchboard test in test_runners.py to a doctest. Add an | Barry Warsaw | 2007-06-27 | 1 | -19/+35 |
| * | senddigests.py - Changed to catch exceptions thrown by mlist.send_digest_now(... | msapiro | 2007-06-15 | 1 | -2/+13 |
| * | Support resetting a user's password if the imported file does not have a | bwarsaw | 2007-05-29 | 1 | -6/+13 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 14 | -157/+18 |
| * | Another round of merges of my Pycon branch... | bwarsaw | 2007-04-17 | 1 | -8/+51 |
| * | r8187 from 2.1-maint branch; fix bin/withlist -r to work with package paths | bwarsaw | 2007-04-05 | 1 | -2/+3 |
| * | Fix passwords in bin/newlist. Yes, this needs unit tests! | bwarsaw | 2007-03-27 | 1 | -6/+6 |
| * | Restore the use of passwords.Schemes enum for selection of password hashing | bwarsaw | 2007-03-22 | 1 | -3/+4 |
| * | A few style fixes based on commit reviews. | bwarsaw | 2007-03-21 | 1 | -1/+0 |
| * | Some fixes for rev 8162 for mmsitepass to work. | tkikuchi | 2007-03-03 | 1 | -2/+2 |
| * | Fixes for i18n digest to work. | tkikuchi | 2007-03-02 | 1 | -1/+2 |
| * | Where should etc directory belong, $prefix or $var-prefix? | tkikuchi | 2007-02-03 | 1 | -3/+11 |