summaryrefslogtreecommitdiff
path: root/Mailman/UserDesc.py
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-65/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-7/+5
| | | | | | the builtin types. Two still remain: a check against ClassType and a check against MethodType. Also, fix some hinky type comparisons to use isinstance() consistently.
* back porting from 2.1.6tkikuchi2005-08-281-4/+14
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* __repr__(): Useful for debugging.bwarsaw2001-08-161-0/+13
|
* intermediatebwarsaw2001-07-291-0/+44