summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_templates.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-5/+5
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-5/+5
* New template system. Closes #249Barry Warsaw2016-07-161-63/+1
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-1/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-4/+4
* Clean up the utilities directory.Barry Warsaw2016-03-251-24/+12
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-271-0/+7
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-7/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-10/+9
* 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-6/+2
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-112/+133
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-10/+0
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-6/+4
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-3/+0
* make() and some tests.Barry Warsaw2011-03-161-2/+72
* Checkpointing migration of findtext() and maketext() out of Utils.py. TestsBarry Warsaw2011-03-161-13/+128
* Basic tests for Utils.py findtext(). This will go away, but for now it'sBarry Warsaw2011-03-151-0/+107