| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR288 vetted | Barry Warsaw | 2017-08-29 | 1 | -10/+17 |
| | | |||||
| * | Rename metadata key for clarity | Barry Warsaw | 2017-08-04 | 1 | -1/+1 |
| | | |||||
| * | Convert to click for CLI options | Barry Warsaw | 2017-07-22 | 1 | -198/+206 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | Fixes ipython singleton class 'InteractiveShellEmbed' initialization | amitt001 | 2016-10-10 | 1 | -2/+2 |
| | | |||||
| * | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 1 | -1/+1 |
| | | |||||
| * | Pay down some minor tech-debt. | Barry Warsaw | 2016-05-01 | 1 | -2/+2 |
| | | |||||
| * | Use contextlib.suppress() where appropriate. | Barry Warsaw | 2016-04-30 | 1 | -4/+2 |
| | | |||||
| * | Fix #228 | Barry Warsaw | 2016-04-22 | 1 | -7/+37 |
| | | | | | | | | | ``mailman shell`` now supports readline history if you set the ``[shell]history_file`` variable in mailman.cfg. Also, many useful names are pre-populated in the namespace of the shell. (Closes: #228) With test coverage. | ||||
| * | Fix compatibility with IPython 4. | Barry Warsaw | 2016-04-10 | 1 | -8/+43 |
| | | |||||
| * | Fix regression with default banner. | Barry Warsaw | 2016-04-09 | 1 | -1/+2 |
| | | | | | Closes #225 | ||||
| * | Don't use `flake8: noqa`. | Barry Warsaw | 2016-04-01 | 1 | -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 commands subdirectory. | Barry Warsaw | 2016-03-24 | 1 | -9/+4 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Documentation fixes, given by Abhilash Raj. | Barry Warsaw | 2015-03-13 | 1 | -5/+5 |
| |\ | |||||
| | * | change bin/mailman to mailman everwhere in docs | Abhilash Raj | 2015-03-12 | 1 | -5/+5 |
| |/ | |||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -6/+3 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -25/+24 |
| | | | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization. | ||||
| * | Merge branch from Andrea Crotti, with a minor cleanup: | Barry Warsaw | 2012-04-06 | 1 | -2/+1 |
| |\ | | | | | | | | | - There is a tiny change from the version already merged, because now sys.ps1 is set correctly even if readline/rlcompleter fail.. | ||||
| | * | the sys prompt can be safely set also when the readline import fails | Andrea Crotti | 2012-03-14 | 1 | -2/+2 |
| | | | |||||
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -2/+2 |
| |/ | | | | | | | | | | | "display_name" across the board. * `IMailingList.real_name` -> `IMailingList.display_name` * `IUser.real_name` -> `IUser.display_name` * `IAddress.real_name` -> `IAddress.display_name` * Schema changes: - real_name -> display_name (mailinglist, user, address) | ||||
| * | Move the interact module to a better sub-package location. | Barry Warsaw | 2012-03-13 | 1 | -1/+1 |
| | | |||||
| * | * IPython support in `bin/mailman shell` contributed by Andrea Crotti. | Barry Warsaw | 2012-03-12 | 1 | -3/+28 |
| |\ | | | | | | | (LP: #949926). | ||||
| | * | various small fixes after reviewing with Barry Warsaw | Andrea Crotti | 2012-03-13 | 1 | -11/+9 |
| | | | |||||
| | * | - add a section in the schema to customize the shell | Andrea Crotti | 2012-03-13 | 1 | -2/+30 |
| |/ | | | | | - add the shell completion to the python shell - add an option to use IPython, disabled by default | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | * `bin/mailman shell` is an alias for `withlist`. | Barry Warsaw | 2011-11-13 | 1 | -0/+8 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+0 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Moderate testing of the withlist command. | Barry Warsaw | 2009-11-26 | 1 | -1/+1 |
| | | |||||
| * | Flesh out --run | Barry Warsaw | 2009-11-26 | 1 | -12/+40 |
| | | |||||
| * | * The start of a conversion of bin/withlist to bin/mailman withlist | Barry Warsaw | 2009-11-26 | 1 | -0/+187 |
| * Add lots of debugging to the SMTP delivery chain * Move the VERP calculation to the deliver module, since this is the central place we do delivery. For example, when it was in to_outgoing, other routes for injecting the message may not have been verp'd. to_outgoing is now really simple. | |||||
