| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 2011-03-17 | 1 | -134/+0 |
| | | |||||
| * | Utils.maketext() and Utils.findtext() are gone. | Barry Warsaw | 2011-03-16 | 1 | -128/+0 |
| | | |||||
| * | Basic tests for Utils.py findtext(). This will go away, but for now it's | Barry Warsaw | 2011-03-15 | 1 | -3/+3 |
| | | | | | useful for ensuring current functionality. | ||||
| * | More eradication of Utils.py. | Barry Warsaw | 2011-02-26 | 1 | -38/+0 |
| | | |||||
| * | Cue Freddy Mercury. Another one bites the dust. | Barry Warsaw | 2011-02-25 | 1 | -6/+0 |
| | | |||||
| * | nntpsplit() is replaced by lazr.config.as_host_port(). | Barry Warsaw | 2011-02-25 | 1 | -11/+0 |
| | | |||||
| * | Two more unused functions removed. Utils.py, your days are numbered. | Barry Warsaw | 2011-02-25 | 1 | -20/+0 |
| | | |||||
| * | Move oneline() out of Utils.py. | Barry Warsaw | 2011-02-25 | 1 | -17/+0 |
| | | |||||
| * | Remove an unused function from Utils.py. | Barry Warsaw | 2011-02-25 | 1 | -55/+0 |
| | | |||||
| * | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 2011-02-25 | 1 | -26/+0 |
| | | | | | | | | | | subscription bans so as not to have to rely on BLOBS or pickles in the database. Also, be sure to include .rst files in both doctests and in the packaged tarballs. With the now awesome reST mode for Emacs, I plan to rename all .txt doctest files to .rst. | ||||
| * | Move passwords module to the utilities subpackage. | Barry Warsaw | 2011-02-25 | 1 | -4/+0 |
| | | |||||
| * | Remove some unused/untested stuff regarding password creation from Utils.py. | Barry Warsaw | 2011-01-04 | 1 | -114/+0 |
| | | | | | Also, remove a obsolete test. | ||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -4/+1 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Refactor the language manager off of the config object and into a utility. | Barry Warsaw | 2009-12-10 | 1 | -2/+4 |
| | | | | | | | | | * Fix a few small typos in exception handlers. * Move the initialization of the Zope Component Architecture into the first initialization step. The only reason we couldn't do that previously was because the domain object referenced the config, causing a circularity problem. Refactor the Domain implementation to avoid that. | ||||
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -2/+2 |
| | | | | | package. | ||||
| * | Many pylint cleanups. | Barry Warsaw | 2009-06-30 | 1 | -5/+7 |
| | | |||||
| * | Remove one more unused function. | Barry Warsaw | 2009-02-12 | 1 | -21/+0 |
| | | |||||
| * | Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the Utils | Barry Warsaw | 2009-02-12 | 1 | -34/+0 |
| | | | | | module. | ||||
| * | Remove Utils.ParseEmail() and Utils.midnight(). | Barry Warsaw | 2009-02-12 | 1 | -26/+4 |
| | | |||||
| * | Much clean up of the language code, though more can be done. Factor out the | Barry Warsaw | 2009-02-12 | 1 | -10/+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. | ||||
| * | Clean up and reorganization languages and the language manager. | Barry Warsaw | 2009-02-10 | 1 | -1/+1 |
| | | |||||
| * | More cleanup of Utils.py on the path of its eventual demise. | Barry Warsaw | 2009-02-09 | 1 | -73/+0 |
| | | | | | | Move the attic and web directories out of src/mailman for easier grepping. Eventually these will go away. | ||||
| * | Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to | Barry Warsaw | 2009-02-09 | 1 | -4/+10 |
| | | | | | | | | | | 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. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+702 |
| correctly regardless of how it's used. | |||||
