summaryrefslogtreecommitdiff
path: root/src/mailman/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* We don't need the 'six' package any more.Barry Warsaw2015-01-042-10/+9
* Bump copyright years.Barry Warsaw2015-01-0413-13/+13
* Merge the Python 3 branch.Barry Warsaw2015-01-0414-100/+64
|\
| * Even if we're not loading a user-defined mailman.cfg file (i.e. the user ranBarry Warsaw2015-01-021-5/+6
| * Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2213-65/+18
| * Trunk merge.Barry Warsaw2014-12-221-2/+38
| |\
| * | Don't propagate flufl.lock logger to its root, which prevents test suite spewBarry Warsaw2014-12-211-0/+3
| * | Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-211-0/+1
| * | Core tests pass.Barry Warsaw2014-12-152-3/+3
| * | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-154-8/+18
| * | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-151-1/+1
| * | Port model/tests/test_user.pyBarry Warsaw2014-12-011-7/+6
| * | Checkpointing.Barry Warsaw2014-11-303-21/+21
* | | It's possible $HOME isn't defined.Barry Warsaw2015-01-011-1/+1
* | | Back port from py3 branch:Barry Warsaw2014-12-291-0/+3
| |/ |/|
* | LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-101-2/+38
|\ \ | |/ |/|
| * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-092-11/+13
| * Handle the MIMEMultipart created by the DigestRunner properlyAurélien Bompard2014-11-302-2/+21
|/
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-191-2/+2
* * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-091-0/+8
* DatabaseBarry Warsaw2014-11-012-22/+35
|\
| * Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-0/+4
| * Add the [logging.database] section and use it to configure the SQLAlchemy andBarry Warsaw2014-10-121-19/+30
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-287-10/+10
* Several internal improvements:Barry Warsaw2014-01-061-1/+1
* Bump copyright years.Barry Warsaw2014-01-0113-13/+13
* * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-181-2/+1
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-1/+25
* - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-201-1/+7
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-202-7/+17
|\
| * changeSandesh Kumar Agrawal2013-01-171-1/+0
| * Comment fixedSandesh Kumar Agrawal2013-01-171-1/+1
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-172-14/+16
| * Fixed formation of /var/queue/* for non-queue runnersSandesh Kumar Agrawal2013-01-111-7/+6
| * non-queue runner should not create var/tmp/* directorySandesh Kumar Agrawal2013-01-101-7/+16
|/
* Bump copyright years.Barry Warsaw2013-01-0113-13/+13
* LP: #975692 phase 1Barry Warsaw2012-12-283-3/+4
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-313-3/+9
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-0/+22
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-9/+7
|\
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-10/+5
| * trunk mergeBarry Warsaw2012-07-069-39/+147
| |\ | |/ |/|
* | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-023-17/+27
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-0/+4
* | Add a test to ensure that the re-raising of the exception occurs.Barry Warsaw2012-05-111-3/+7
* | * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-112-2/+93
* | General code cleanup.Barry Warsaw2012-04-256-22/+21
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-0/+3
|/
* ArchitectureBarry Warsaw2012-03-261-2/+1
* Add the OwnerPipeline, with tests, and rename some things for consistency.Barry Warsaw2012-03-232-7/+68