summaryrefslogtreecommitdiff
path: root/src/mailman/database/types.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Yet another typo in database/types.pyMark Sapiro2016-12-301-1/+1
|
* Fix typos Mark Sapiro2016-12-301-2/+2
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-1/+45
| | | | Given by Abhilash Raj.
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the database directory.Barry Warsaw2016-03-241-8/+3
|
* Super duper.Barry Warsaw2016-01-261-1/+1
| | | | | * Python 3-ify super() calls. * Remove a bunch of obsolete exception classes.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Port to Python 3.5.Barry Warsaw2015-06-221-4/+2
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+2
|
* PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-271-1/+2
|\
| * Add support for postgresqlAbhilash Raj2014-09-251-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 Warsaw2014-09-231-29/+17
| | | | Fix a typo.
* Clean up pass.Barry Warsaw2014-09-221-36/+9
|
* * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-191-3/+1
| | | | * fix almost all the errors relating to doctests
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-1/+5
|
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-2/+3
| | | | * update some queries to match SA style
* add new UUID typeAbhilash Raj2014-09-051-23/+85
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-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 Warsaw2014-01-011-1/+1
|
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-4/+4
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-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' -> contextBarry Warsaw2011-05-131-1/+4
| | | | * Improve documentation for Enum Storm type.
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-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 Warsaw2010-05-021-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-4/+4
|
* rsplit -> rpartitionBarry Warsaw2009-05-151-4/+4
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+64
correctly regardless of how it's used.