| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix all tests except outgoing.txt and common.txt | Barry Warsaw | 2009-11-02 | 1 | -2/+2 |
| | | |||||
| * | Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the Utils | Barry Warsaw | 2009-02-12 | 1 | -0/+70 |
| | | | | | module. | ||||
| * | Remove Utils.ParseEmail() and Utils.midnight(). | Barry Warsaw | 2009-02-12 | 1 | -0/+41 |
| | | |||||
| * | Much clean up of the language code, though more can be done. Factor out the | Barry Warsaw | 2009-02-12 | 1 | -8/+4 |
| | | | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done. | ||||
| * | Update an __all__ section. | Barry Warsaw | 2009-02-09 | 1 | -0/+2 |
| | | |||||
| * | Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to | Barry Warsaw | 2009-02-09 | 2 | -0/+251 |
| Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports. | |||||
