summaryrefslogtreecommitdiff
path: root/src/mailman/testing/i18n.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
|
* Clean up the testing directory.Barry Warsaw2016-03-251-8/+2
|
* Clean up the interfaces directory.Barry Warsaw2016-03-251-1/+2
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* 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
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+2
| | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes.
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-2/+2
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Do not create the .mo files during setup. This makes things go much faster.Barry Warsaw2009-11-241-0/+56
The tests do require a partial French translation for digester.txt, so just include the bare minimum, already msgfmt'd in the mailman.testing package.