log src/memory/persistent.py @ 2162:c9a67eb5bf72

age author description
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-03-30 Goffi 2015 copyright dates update
2015-02-24 Goffi core (persistent dict): added setdefault method frontends_multi_profiles
2015-01-26 Goffi core: added items() and iteritems() methods to PersistentDict frontends_multi_profiles
2014-05-10 souliane memory: add class ProfileSessions based on Sessions
2014-04-19 Goffi core: use of the new core.log module:
2014-04-07 Goffi core (memory): added __iter__ to PersistentDict
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-18 Emmanuel Gil Peyrot Remove useless trailing semicolons.
2013-01-07 Goffi dates update
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-06 Goffi copyleft date update
2011-12-03 Goffi core: added get method to PersistentDictionary
2011-12-03 Goffi plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data
2011-11-20 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory)