log src/memory/persistent.py @ 1856:d7e29a12ec2c

age author description
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Tue, 24 Feb 2015 16:54:28 +0100 Goffi core (persistent dict): added setdefault method frontends_multi_profiles
Mon, 26 Jan 2015 01:57:06 +0100 Goffi core: added items() and iteritems() methods to PersistentDict frontends_multi_profiles
Sat, 10 May 2014 17:37:32 +0200 souliane memory: add class ProfileSessions based on Sessions
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Mon, 07 Apr 2014 16:22:33 +0200 Goffi core (memory): added __iter__ to PersistentDict
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Remove every old-style class.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Fri, 18 Jan 2013 17:53:08 +0100 Emmanuel Gil Peyrot Remove useless trailing semicolons.
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Sat, 03 Dec 2011 22:21:52 +0100 Goffi core: added get method to PersistentDictionary
Sat, 03 Dec 2011 15:50:09 +0100 Goffi plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data
Sun, 20 Nov 2011 15:34:37 +0100 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory)