summaryrefslogtreecommitdiff
path: root/mailman/interfaces/database.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-97/+0
| | | | correctly regardless of how it's used.
* Several important cleanups.Barry Warsaw2009-01-161-3/+5
| | | | | | | | | | * Turn on absolute_import and unicode_literals everywhere, and deal with the aftermath. * Use 'except X as Y' everywhere. * Make the module prologues much more consistent. * Use '{}'.format() consistently, except for logger interface. * Because of the problems with calling ** args with unicode keywords, hide calls to Template.substitute() behind an API.
* Picking some (py)lint.Barry Warsaw2009-01-041-0/+8
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* mailman.Version -> mailman.versionBarry Warsaw2008-03-311-1/+1
|
* Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add anBarry Warsaw2008-03-121-4/+8
| | | | implementation of these to StockDatabase. Expose 'commit' to doctest globals.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+83