log pytouhou/resource/loader.py @ 617:a6af3ff86612

age author description
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Sat, 05 Apr 2014 18:53:48 +0200 Emmanuel Gil Peyrot Make archives return files by default, instead of bytes.
Wed, 23 Oct 2013 18:24:17 +0200 Emmanuel Gil Peyrot Make ANM garbage collectable.
Sat, 03 Aug 2013 15:49:04 +0200 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
Sat, 03 Aug 2013 15:48:57 +0200 Emmanuel Gil Peyrot Implement PCB’s ANM2 format and vm.
Wed, 12 Jun 2013 18:32:35 +0200 Emmanuel Gil Peyrot Let the gc do its work, don’t keep useless references.