log pytouhou/utils/bitstream.pyx @ 754:a6875f90c141

age author description
Wed, 26 Nov 2014 13:36:38 +0100 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
Fri, 04 Oct 2013 14:28:49 +0200 Emmanuel Gil Peyrot Decrease PBG3 loading time by improving lzss and bitstream integration.
Thu, 12 Sep 2013 15:47:08 +0200 Emmanuel Gil Peyrot Add “except *” to cdef void functions, and type some more.
Thu, 22 Aug 2013 12:21:12 +0200 Emmanuel Gil Peyrot Remove the type of the self argument in extension types, as it clutters the code with useless information.