Fixing performance regression on Python 2
This version fixes performance issues with pickling in Python 2 by reverting to cPickle in that case. Also includes slab stats and removal of the "time" argument to delete when it is not specifically set (this has been deprecated in the memcache server).