summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/string.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-3/+28
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Clean up the utilities directory.Barry Warsaw2016-03-251-12/+6
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Coverage improvements.Barry Warsaw2015-12-291-3/+5
| | | | | | | | * Boost coverage. * Don't report coverage on the test modules. * In one test, when acquiring the lock, set a timeout. Hopefully this will eliminate the occasional test deadlock. * Fix a buglet in wrap()
* 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.