| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Update the documentation | Abhilash Raj | 2015-01-17 | 1 | -35/+24 | |
| | * | | Add how to migrate in DATABASE.rst | Abhilash Raj | 2015-01-13 | 1 | -0/+23 | |
| | * | | fix for migration autogeneration using alembic | Abhilash Raj | 2015-01-10 | 1 | -2/+7 | |
| * | | | Fix autonumbering in style guide. | Barry Warsaw | 2015-01-20 | 1 | -1/+1 | |
| * | | | * Fix calculation of default configuration file to use when the ``$var_dir`` | Barry Warsaw | 2015-01-20 | 2 | -5/+19 | |
| |/ / | ||||||
| * | | We don't need the lazr.config workaround any more. | Barry Warsaw | 2015-01-05 | 1 | -13/+2 | |
| * | | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 44 | -110/+87 | |
| * | | Bump copyright years. | Barry Warsaw | 2015-01-04 | 330 | -331/+331 | |
| * | | Merge the Python 3 branch. | Barry Warsaw | 2015-01-04 | 370 | -2946/+2698 | |
| |\ \ | ||||||
| | * | | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg`` | Barry Warsaw | 2015-01-03 | 14 | -32/+477 | |
| | * | | Correct a comment. | Barry Warsaw | 2015-01-02 | 1 | -2/+2 | |
| | * | | Add NEWS. | Barry Warsaw | 2015-01-02 | 1 | -0/+13 | |
| | * | | Add $cfg_file as an expansion variable for relative paths in the mailman.cfg | Barry Warsaw | 2015-01-02 | 2 | -8/+16 | |
| | * | | Python 3.4 has no sys.exc_clear() | Barry Warsaw | 2015-01-02 | 1 | -6/+0 | |
| | * | | Even if we're not loading a user-defined mailman.cfg file (i.e. the user ran | Barry Warsaw | 2015-01-02 | 2 | -6/+9 | |
| | * | | Fix the passing of certain essential environment variables down from the | Barry Warsaw | 2015-01-02 | 2 | -8/+16 | |
| | * | | Bump version. | Barry Warsaw | 2014-12-30 | 1 | -1/+1 | |
| | * | | Documentation cleanup. | Barry Warsaw | 2014-12-30 | 1 | -0/+1 | |
| | * | | Prep for release. | Barry Warsaw | 2014-12-29 | 1 | -1/+1 | |
| | * | | * You can access the system configuration via the resource path | Barry Warsaw | 2014-12-26 | 11 | -17/+257 | |
| | * | | Deprecate <api>/system path in favor of <api>/system/versions. | Barry Warsaw | 2014-12-26 | 4 | -13/+34 | |
| | * | | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 305 | -1378/+338 | |
| | * | | Update the setup.py, tox.ini, template.py and documentation for the switch to | Barry Warsaw | 2014-12-22 | 4 | -36/+30 | |
| | * | | Trunk merge. | Barry Warsaw | 2014-12-22 | 25 | -137/+750 | |
| | |\ \ | ||||||
| | * | | | Another test cleansing. | Barry Warsaw | 2014-12-21 | 1 | -6/+6 | |
| | * | | | Don't propagate flufl.lock logger to its root, which prevents test suite spew | Barry Warsaw | 2014-12-21 | 1 | -0/+3 | |
| | * | | | Clean up a SA warning. | Barry Warsaw | 2014-12-21 | 1 | -2/+2 | |
| | * | | | Refactor subject-prefix handler out of cook-headers handler and make all tests | Barry Warsaw | 2014-12-21 | 7 | -177/+356 | |
| | * | | | Move internationalized digest tests to unittests. | Barry Warsaw | 2014-12-20 | 3 | -199/+101 | |
| | * | | | Only convert payload if it's bytes. | Barry Warsaw | 2014-12-18 | 1 | -11/+10 | |
| | * | | | Fix the digest.rst doctest. | Barry Warsaw | 2014-12-18 | 1 | -2/+4 | |
| | * | | | One more test fixed. | Barry Warsaw | 2014-12-18 | 1 | -2/+2 | |
| | * | | | Use universal_newlines in Python 3 to get unicode output. Fixes common.rst | Barry Warsaw | 2014-12-17 | 1 | -1/+1 | |
| | * | | | Fix subject-munging.rst | Barry Warsaw | 2014-12-17 | 1 | -14/+12 | |
| | * | | | Fix test_bounces. | Barry Warsaw | 2014-12-17 | 1 | -1/+1 | |
| | * | | | Fix test_bounces. | Barry Warsaw | 2014-12-17 | 1 | -2/+2 | |
| | * | | | Fix the administrivia rule. | Barry Warsaw | 2014-12-17 | 1 | -1/+1 | |
| | * | | | Fix the NNTP errors | Barry Warsaw | 2014-12-17 | 2 | -4/+5 | |
| | * | | | Fix LMTP runner tests. | Barry Warsaw | 2014-12-17 | 2 | -47/+44 | |
| | * | | | Fix mta and lmtp tests. | Barry Warsaw | 2014-12-17 | 7 | -45/+78 | |
| | * | | | test_import passes. | Barry Warsaw | 2014-12-16 | 2 | -12/+17 | |
| | * | | | Fix some of the import tests. Python 2 str types seem to always unpickle as | Barry Warsaw | 2014-12-16 | 2 | -38/+45 | |
| | * | | | Make sure that TestConfigurationErrors doesn't break global state. | Barry Warsaw | 2014-12-16 | 2 | -4/+19 | |
| | * | | | Pass all command tests. | Barry Warsaw | 2014-12-15 | 4 | -9/+4 | |
| | * | | | app/docs and app.tests all pass now. | Barry Warsaw | 2014-12-15 | 5 | -9/+14 | |
| | * | | | More test repair. | Barry Warsaw | 2014-12-15 | 8 | -21/+21 | |
| | * | | | Core tests pass. | Barry Warsaw | 2014-12-15 | 6 | -11/+11 | |
| | * | | | All the REST tests pass. | Barry Warsaw | 2014-12-15 | 15 | -71/+109 | |
| | * | | | Lots of REST test fixes. | Barry Warsaw | 2014-12-15 | 6 | -20/+20 | |
| | * | | | Two more REST tests passing. | Barry Warsaw | 2014-12-15 | 3 | -9/+9 | |
