summaryrefslogtreecommitdiff
path: root/src/mailman/bin/gate_news.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some old bin scripts to a holding tank.Barry Warsaw2015-03-021-244/+0
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-1/+1
| | | | | | load_external() now always opens in utf-8 mode. More test repair.
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-191-3/+3
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-1/+1
|
* nntpsplit() is replaced by lazr.config.as_host_port().Barry Warsaw2011-02-251-3/+3
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-6/+6
|
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-161-0/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+243
correctly regardless of how it's used.