| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 29 | -29/+29 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 3 | -8/+8 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 4 | -84/+68 |
| * | Change the semantics of the -f and -b flags. Now -f prints the fully | bwarsaw | 2007-01-08 | 1 | -14/+8 |
| * | In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(), | bwarsaw | 2007-01-05 | 2 | -4/+4 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 6 | -61/+29 |
| * | Ported from 2.1 branch: | bwarsaw | 2007-01-02 | 2 | -15/+27 |
| * | Import list topics and header filters. Still to do: user topic selections. | bwarsaw | 2006-12-31 | 1 | -5/+7 |
| * | A rudimentary import script. Several things are not yet imported, including | bwarsaw | 2006-12-30 | 2 | -14/+342 |