summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Added classifiers to indicate supported Python versionsAlex Grönholm2012-08-071-1/+8
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-26/+25
* long description is now the contents of the readme fileAndy McCurdy2011-06-011-2/+7
* reverting download_url back to redis-VERSION.tar.gz to fix #94. This is becom...Andy McCurdy2011-01-071-1/+1
* updating setuptools to look for redis-py-VERSION.tar.gzAndy McCurdy2010-12-211-12/+4
* version bumpAndy McCurdy2010-12-201-1/+1
* version bumpAndy McCurdy2010-09-031-1/+1
* version bumpAndy McCurdy2010-06-281-1/+1
* HEXISTS and HLEN implementationsAndy McCurdy2010-03-181-1/+1
* incremented revisionandymccurdy2010-02-191-1/+1
* - added ability for subclasses of Redis to provide their own decode logic if ...andymccurdy2010-02-161-1/+1
* Changelog updated, version incrementedandymccurdy2010-02-151-1/+1
* new client passes all command tests, still need tests for connection pool and...andymccurdy2010-02-151-17/+10
* Added support for ZINCRBY via the `zincr` command. Passing negative values do...andy2009-12-151-1/+1
* adding support for setuptools to allow setup.py developAaron Raddon2009-12-061-1/+4
* changing the homepage urlandy2009-11-251-1/+1
* added support for setuptools, finally. props to Paul Hubbard for authoring s...andy2009-11-251-0/+46