log setup.py @ 24:363a3d8bd466

age author description
Thu, 16 Dec 2010 16:46:17 +0000 mcroydon Updated queues to 0.6.
Wed, 16 Sep 2009 14:39:50 +0000 mcroydon Updated version to 0.5 which includes a dummy backend useful for testing, fixed a bug in delete_queue in the redis backend, and updated tests to deal with some backends returning unicode and some not.
Wed, 20 May 2009 19:39:37 +0000 mcroydon Updated version to 0.4 which includes two new backends: redisd and zenqueued.
Thu, 08 Jan 2009 18:39:27 +0000 mcroydon Remove import from setup.py.
Thu, 08 Jan 2009 18:37:34 +0000 mcroydon Bump version number for Django compatability fix.
Thu, 08 Jan 2009 08:08:08 +0000 mcroydon Replaced url in setup.py to point to the project. Thanks, Eric.
Thu, 08 Jan 2009 07:59:00 +0000 mcroydon Add test module to setup.py.
Thu, 08 Jan 2009 07:49:35 +0000 mcroydon Initial commit with two tested backends: memcached protocol and Amazon SQS. Because of the non-guaranteed nature of SQS queues, some tests may fail even though the library is working properly.