summaryrefslogtreecommitdiff
path: root/src/mailman/database/pending.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-175/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-5/+3
|
* rsplit -> rpartitionBarry Warsaw2009-05-151-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+177
correctly regardless of how it's used.