summaryrefslogtreecommitdiff
path: root/mailman/tests/test_passwords.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-150/+0
| | | | correctly regardless of how it's used.
* Get rid of a few now unnecessary u-prefixes.Barry Warsaw2009-01-161-21/+2
|
* Several important cleanups.Barry Warsaw2009-01-161-0/+8
| | | | | | | | | | * 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.
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* mailman.Errors -> mailman.core.errorsBarry Warsaw2008-09-261-5/+5
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+161