summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/interact.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
|
* Handle a Python 3.6 difference in interact().Barry Warsaw2016-11-251-1/+8
| | | | | | | Also: * Fix a regexp that 3.6 raises an exception on. * Remove a deprecated attribute from passlib.cfg.
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
|
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-3/+2
|
* Ignore anything in /tmp and improve coverage.Barry Warsaw2016-04-091-1/+1
|
* Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw2016-04-081-6/+4
| | | | Closes #224
* Replace execfile() with a Python 3 compatible alternative.Barry Warsaw2016-04-011-4/+2
|
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
| | | | | | | This suppresses all errors in the file. Use `noqa`, although pep8 doesn't honor this for all errors. There may be a plugin which helps.
* Clean up the utilities directory.Barry Warsaw2016-03-251-7/+5
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Python 3.4 has no sys.exc_clear()Barry Warsaw2015-01-021-6/+0
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* 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
|
* Move the interact module to a better sub-package location.Barry Warsaw2012-03-131-0/+86