===========
* Fixed cache warnings when using memcache: counters where computed using
datetime.datetime, which generates whitespaces. It now uses time.time, which is
a UNIX timestamp
* The unit tests system is now refactored, and running runtests.sh from the
top-level directory should make the tests run.
* Test coverage was upped to about 93%