summaryrefslogtreecommitdiff
path: root/src/mailman/database/types.py
Commit message (Expand)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
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the database directory.Barry Warsaw2016-03-241-8/+3
* Super duper.Barry Warsaw2016-01-261-1/+1
* 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
|/
* Use a simpler UUID implementation.Barry Warsaw2014-09-231-29/+17
* Clean up pass.Barry Warsaw2014-09-221-36/+9
* * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-191-3/+1
* 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
* 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
* 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
* * 'where' -> contextBarry Warsaw2011-05-131-1/+4
* 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
* 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