| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | We also support Python 3.6 | Barry Warsaw | 2017-04-16 | 1 | -0/+1 |
| | | |||||
| * | Require aiosmtpd>=1.0a5 | Mark Sapiro | 2017-04-08 | 1 | -1/+1 |
| | | |||||
| * | Remove the dependency on httplib2. | Barry Warsaw | 2017-02-06 | 1 | -1/+0 |
| | | | | | Closes #42 | ||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into mr215-review. | Barry Warsaw | 2016-12-30 | 1 | -2/+0 |
| |\ | |||||
| | * | Various setup/tox/testing tweaks. | Barry Warsaw | 2016-12-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | - Introduce a `nocov` factor until https://github.com/tox-dev/tox/issues/418 is fixed. - Eliminate extraneous test run for coverage and diff_cover tests. - Rename coverage factor to cov. - Quieter diffcov and cov output. - Move around some dependencies. flufl.testing are not runtime deps. | ||||
| * | | Merged from master. | Mark Sapiro | 2016-12-09 | 1 | -1/+2 |
| |\| | |||||
| | * | More fixes & flufl.testing. | Barry Warsaw | 2016-11-29 | 1 | -0/+1 |
| | | | |||||
| | * | Use flufl.testing's flake8 plugin. | Barry Warsaw | 2016-11-29 | 1 | -1/+0 |
| | | | |||||
| | * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarc | Mark Sapiro | 2016-11-26 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | DMARC mitigations, part 1a. | Mark Sapiro | 2016-10-31 | 1 | -0/+1 |
| | | | |||||
| * | | Start converting lazr.smtptest | Barry Warsaw | 2016-11-24 | 1 | -1/+0 |
| | | | |||||
| * | | Replace smtpd with aiosmtpd. | Barry Warsaw | 2016-11-24 | 1 | -0/+1 |
| |/ | |||||
| * | Fix flake8.extension spec for flake8 v3. | Barry Warsaw | 2016-10-16 | 1 | -1/+1 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -0/+1 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Floor the Falcon dependency. | Barry Warsaw | 2016-04-03 | 1 | -1/+1 |
| | | |||||
| * | Unpin falcon. | Barry Warsaw | 2016-04-03 | 1 | -1/+3 |
| | | |||||
| * | Checkpointing. | Barry Warsaw | 2016-04-02 | 1 | -1/+1 |
| | | |||||
| * | Pin Falcon version <1.0 (see GL #20). | Barry Warsaw | 2016-03-28 | 1 | -1/+1 |
| | | |||||
| * | Import order flake8 plugin. | Barry Warsaw | 2016-03-27 | 1 | -1/+1 |
| | | | | | Fix lots of import order errors discovered by the new plugin. | ||||
| * | Start of import order testing. | Barry Warsaw | 2016-03-27 | 1 | -0/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added Trove classifiers to setup.py. (Closes: #152) | Barry Warsaw | 2015-10-29 | 1 | -0/+12 |
| | | |||||
| * | * Remove the test_suite key from setup.py; it isn't the right way to run the | Barry Warsaw | 2015-10-08 | 1 | -1/+0 |
| | | | | | | tests suite (for that, use tox). * Use resource_filename() to locate the top mailman package. | ||||
| * | Core no longer depends on the standalone `mock` module. (Closes: #146) | Barry Warsaw | 2015-09-22 | 1 | -1/+0 |
| | | |||||
| * | Don't create the onebounce console script. | Barry Warsaw | 2015-05-03 | 1 | -1/+1 |
| | | |||||
| * | Now that we're on Python 3.4, we don't need enum34. | Barry Warsaw | 2015-04-28 | 1 | -1/+0 |
| | | |||||
| * | use falcon >= 0.3rc1 till a stable release | Abhilash Raj | 2015-04-28 | 1 | -1/+1 |
| | | |||||
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -1/+0 |
| | | |||||
| * | 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 | -3/+1 |
| | | |||||
| * | Update the setup.py, tox.ini, template.py and documentation for the switch to | Barry Warsaw | 2014-12-22 | 1 | -2/+2 |
| | | | | | Python 3. | ||||
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -0/+1 |
| | | | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now. | ||||
| * | Trunk merge. | Barry Warsaw | 2014-11-02 | 1 | -1/+2 |
| |\ | |||||
| | * | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 1 | -0/+1 |
| | | | |||||
| | * | replace storm with sqlalchemy as dependency | Abhilash Raj | 2014-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 1 | -1/+1 |
| |/ | | | | REST tests pass. This requires an as yet unmerged internal change to falcon. | ||||
| * | * Use ``setuptools`` instead of ``distribute``, since the latter is defunct. | Barry Warsaw | 2014-04-15 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Use the ``enum34`` package instead of ``flufl.enum``. | Barry Warsaw | 2013-08-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -1/+1 |
| | | | |||||
| * | | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. | Barry Warsaw | 2013-08-25 | 1 | -2/+2 |
| |/ | |||||
| * | Remove unnecessary install_requires. | Barry Warsaw | 2013-01-05 | 1 | -1/+0 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -2/+2 |
| | | | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506 | ||||
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -0/+1 |
| | | | | | | | | | - 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. | ||||
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -0/+1 |
| | | | | | Beta testers can can safely remove `$var_dir/queue/news`. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
