| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Yet another typo in database/types.py | Mark Sapiro | 2016-12-30 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Mark Sapiro | 2016-12-30 | 1 | -2/+2 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 1 | -1/+45 |
| | | | | | Given by Abhilash Raj. | ||||
| * | Import order flake8 plugin. | Barry Warsaw | 2016-03-27 | 1 | -1/+1 |
| | | | | | Fix lots of import order errors discovered by the new plugin. | ||||
| * | Clean up the database directory. | Barry Warsaw | 2016-03-24 | 1 | -8/+3 |
| | | |||||
| * | Super duper. | Barry Warsaw | 2016-01-26 | 1 | -1/+1 |
| | | | | | | * Python 3-ify super() calls. * Remove a bunch of obsolete exception classes. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Port to Python 3.5. | Barry Warsaw | 2015-06-22 | 1 | -4/+2 |
| | | |||||
| * | 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 | -5/+2 |
| | | |||||
| * | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 1 | -1/+2 |
| |\ | |||||
| | * | Add support for postgresql | Abhilash Raj | 2014-09-25 | 1 | -1/+2 |
| |/ | | | | | | | | | * revert changes in message_id_has encoding by barry * Change message_id_hash column to LargeBinary (from previously mistaken one i.e.unicode) * add missing import in database/types.py * fix a bug in database/Model.py, transaction has no method abort(), instead it is rollback() | ||||
| * | Use a simpler UUID implementation. | Barry Warsaw | 2014-09-23 | 1 | -29/+17 |
| | | | | | Fix a typo. | ||||
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -36/+9 |
| | | |||||
| * | * fix the circular dependecy problem between User and Adress | Abhilash Raj | 2014-09-19 | 1 | -3/+1 |
| | | | | | * fix almost all the errors relating to doctests | ||||
| * | fix all tests in mailman.model.tests | Abhilash Raj | 2014-09-13 | 1 | -1/+5 |
| | | |||||
| * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 1 | -2/+3 |
| | | | | | * update some queries to match SA style | ||||
| * | add new UUID type | Abhilash Raj | 2014-09-05 | 1 | -23/+85 |
| | | |||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -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 Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 1 | -12/+12 |
| | | | | | | | | | should always be stored as INTEGER columns, with the enum class explicitly described in the code. This should be more efficient, and besides EIBTI. Also, filled in a few additional IMailingList attributes which were not documented in the interface. | ||||
| * | * 'where' -> context | Barry Warsaw | 2011-05-13 | 1 | -1/+4 |
| | | | | | * Improve documentation for Enum Storm type. | ||||
| * | 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 | -2/+0 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Refactor __import__'s into a separate utility module. | Barry Warsaw | 2009-05-16 | 1 | -4/+4 |
| | | |||||
| * | rsplit -> rpartition | Barry Warsaw | 2009-05-15 | 1 | -4/+4 |
| | | |||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+64 |
| correctly regardless of how it's used. | |||||
