summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/string.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* CheckpointingBarry Warsaw2014-12-121-3/+2
|
* Improve coverage:Barry Warsaw2014-11-171-45/+0
| | | | | * Remove some unused code * pragma: no cover
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-13/+1
| | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506
* - Test welcome message notifications.Barry Warsaw2012-03-041-1/+1
| | | | | - welcome.txt is no longer inserted into subscribeack.txt. This latter is renamed to welcome.txt as the default welcome message.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-3/+90
|
* More eradication of Utils.py.Barry Warsaw2011-02-261-0/+39
|
* Cue Freddy Mercury. Another one bites the dust.Barry Warsaw2011-02-251-0/+7
|
* Move oneline() out of Utils.py.Barry Warsaw2011-02-251-1/+36
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+59
correctly regardless of how it's used.