[Python-modules-commits] [python-fakeredis] 07/08: d/rules: Add upstream changelog

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Thu Nov 9 13:18:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

kobla-guest pushed a commit to branch master
in repository python-fakeredis.

commit 68208849ba2e4a6d6d387ddebb85117bfdf5688f
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Thu Nov 9 13:57:01 2017 +0100

    d/rules: Add upstream changelog
---
 debian/CHANGELOG | 2830 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |    1 +
 debian/rules     |    3 +
 3 files changed, 2834 insertions(+)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
new file mode 100644
index 0000000..d621fda
--- /dev/null
+++ b/debian/CHANGELOG
@@ -0,0 +1,2830 @@
+commit 0e0cf4c1bb84328dd389127ea7d74fe1785c6b62
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Oct 13 08:09:11 2017 -0700
+
+    Bumping version to 0.9.0
+
+commit 53c9642102f9a76d2b4b44f08d0eb3b1e461f45f
+Merge: 993a69a ec8b2bb
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 12 08:22:52 2017 -0700
+
+    Merge pull request #156 from Tinche/master
+    
+    srandmember number argument and tests.
+
+commit 993a69a77c772aca2e1b990b65023d54809dbbf8
+Merge: f8c3921 0aa2709
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 12 08:20:40 2017 -0700
+
+    Merge pull request #161 from Matoking/setrange
+    
+    Implement SETRANGE command
+
+commit f8c39216347d4cc3ba8bb4137fd1dc6697e448c9
+Merge: 827f1e2 e85a687
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 12 08:13:05 2017 -0700
+
+    Merge branch 'faustow-fix-issue-91'
+    
+    Closes #160
+    Fixes #91
+    
+    * faustow-fix-issue-91:
+      Incorporate review feedback
+      Forcing encoding to UTF8 when using Python 2.x
+
+commit e85a687712a68f0fc0ec3122ab40cbeafa9c8fe6
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 12 08:02:26 2017 -0700
+
+    Incorporate review feedback
+    
+    * Check for unicode first in to_bytes.  That way we don't need the
+      try/except clause.  A unicode type was triggering the
+      hasattr(x, '__str__') check.
+    * Remove py2 conditional out of function body of _decode().
+    * Define DEFAULT_ENCODING for both py2 and py3.
+    * Add tests for unicode types for keys/values.
+
+commit de40ff3805269d6865daee5e9822009c5ed0bbb7
+Author: Fausto Woelflin <faustow at gmail.com>
+Date:   Mon Oct 2 19:25:30 2017 -0300
+
+    Forcing encoding to UTF8 when using Python 2.x
+
+commit 0aa270923cfba823ef7bca66c5a5ebef0a237bfc
+Author: Janne Pulkkinen <jannepulk at gmail.com>
+Date:   Sat Oct 7 17:04:49 2017 +0300
+
+    Implement SETRANGE Redis command
+
+commit ec8b2bbf440d4a4f4a944b09543be669b41bdbc0
+Author: Tin Tvrtkovic <tin.tvrtkovic at nanobit.co>
+Date:   Tue Jul 11 13:32:52 2017 +0200
+
+    srandmember number argument and tests.
+
+commit 827f1e2f8cd73bdf89302b9c838be867702f26d3
+Merge: 1b25f38 ef7ab8a
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu May 25 21:28:24 2017 -0700
+
+    Merge pull request #137 from jdufresne/persist
+    
+    Add persist functionality
+
+commit 1b25f38604a682378f168af15d8342eaec1ac8fc
+Merge: 1bc3111 c8dd5c0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu May 25 21:27:11 2017 -0700
+
+    Merge pull request #138 from jdufresne/py36
+    
+    Add Python 3.6 to Travis CI and document in setup.py
+
+commit 1bc3111b6e1d0ac8470b50da66bd2af7c77f9049
+Merge: 24e97b2 619143d
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu May 25 21:26:23 2017 -0700
+
+    Merge pull request #149 from catwell/pr-fix-none-type
+    
+    type('a_bad_key') returns the string 'none', not None
+
+commit 24e97b23a6f09674bae5b7d4ffefefd647245c34
+Merge: ba80ecd 55e0039
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu May 25 21:26:01 2017 -0700
+
+    Merge pull request #150 from amw/some-support-for-bytes-keys
+    
+    Support b'bytes' keys in `sinter` and similar.
+
+commit c8dd5c0c9e64a8fd6a2af41a580ec79eacc91679
+Author: Jon Dufresne <jon.dufresne at gmail.com>
+Date:   Sat Jan 28 09:39:39 2017 -0800
+
+    Add Python 3.6 to Travis CI and document in setup.py
+    
+    Alphabetized classifiers list.
+
+commit 55e00396801e02730b3ce6a5ad62d76ba7cba34f
+Author: Adam Wróbel <adam at adamwrobel.com>
+Date:   Tue May 23 17:49:41 2017 +0200
+
+    Support b'bytes' keys in `sinter` and similar.
+
+commit ba80ecd6364d10489cf6a89626eb1ce834a1f3a0
+Merge: 7090c09 f3b9e7a
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat May 20 17:36:32 2017 -0700
+
+    Merge pull request #148 from robodan/speed_up_listen
+    
+    Speed up listen loop
+
+commit 7090c0900e150960e1e836fc98cb4e8823921be5
+Merge: b4b1f1e ec74091
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat May 20 17:35:41 2017 -0700
+
+    Merge pull request #147 from sobolevn/patch-1
+    
+    Updates README.rst with svg badges
+
+commit 619143d740cc4accabe6764ce28d402ae5d44dfa
+Author: Pierre Chapuis <catwell at archlinux.us>
+Date:   Mon May 15 20:27:07 2017 +0200
+
+    type('a_bad_key') returns the string 'none', not None
+
+commit b4b1f1eb72e8fba348701192d6334b3dd17e3b7f
+Merge: 5f33b66 dec5133
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon May 15 09:19:42 2017 -0700
+
+    Merge pull request #144 from ch3pjw/float_expiry
+    
+    Make setex fail if passed an unacceptable expiry time type
+
+commit f3b9e7a6be47ba6c81d5f41642440ae143ec2ca4
+Author: Dan Christian <dchristian at arthrex.com>
+Date:   Tue Apr 25 08:43:14 2017 -0700
+
+    Speed up listen loop
+    
+    Read queued messages as fast as possible (no delay)
+    When the queue is empty, delay by 0.1 sec (was 1 sec)
+
+commit ec74091368d388b80904661da7f87cc08bcedf94
+Author: Sobolev Nikita <mail at sobolevn.me>
+Date:   Sat Apr 8 12:52:05 2017 +0300
+
+    Updates README.rst with svg badges
+
+commit dec513390ca9e2347baafe19252ee97254e26836
+Author: Paul Weaver <paul.weaver at osirium.com>
+Date:   Tue Feb 14 15:36:20 2017 +0000
+
+    Fix response message
+    
+    to make it a) identical to actual Redis, which I now see is tested on travis! and b)
+    compatible with old Python versions.
+
+commit 422c16b33c5df2116ba43beb8c93f567c8b7c6ec
+Author: Paul Weaver <paul.weaver at osirium.com>
+Date:   Tue Feb 14 15:23:55 2017 +0000
+
+    Make setex fail if passed an unacceptable expiry time type
+    
+    Real RedisStrict raises ResponseError if you pass it a float; FakeRedis
+    currently does not.
+
+commit ef7ab8ac75712af35349a717383c3d9f380709e2
+Author: Jon Dufresne <jon.dufresne at gmail.com>
+Date:   Sat Jan 28 08:39:11 2017 -0800
+
+    Add persist functionality
+
+commit 5f33b662457310093c97abad76950dba02c0ef5b
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Dec 6 21:08:28 2016 -0800
+
+    Bump version to 0.8.2
+
+commit ac30ed801c52d85091791c343e14207a410e79c1
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Dec 6 21:04:47 2016 -0800
+
+    Fix test on python3.x
+
+commit 67cebf69a86275155e9ce7adfb286ab3f02d2593
+Merge: df7d991 d4a4106
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Dec 6 20:53:19 2016 -0800
+
+    Merge branch 'nfvs-from_url'
+    
+    * nfvs-from_url:
+      Add test for passing through extra args
+      Pass through additional kwargs from `from_url` to the class initializer.
+
+commit d4a4106cef2b7e0158c9ec5cd8ba31d91b5571f0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Dec 6 20:53:09 2016 -0800
+
+    Add test for passing through extra args
+
+commit df7d9912a56d6e9e43cbc767009f399684f1b4ae
+Merge: b48dc03 bbeb86e
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Dec 6 20:47:15 2016 -0800
+
+    Merge pull request #134 from gazoon/issue#119-ttl_bag
+    
+    Fix issue #119
+
+commit bbeb86ecbba64a1e91b037acb377f1e1884b3bbe
+Author: g89250741413 <g8925074143 at yandex.ru>
+Date:   Wed Nov 16 17:02:08 2016 +0300
+
+    Now FakeStrictRedis ttl and pttl return -1 and -2 for non-expiring key and non-existent key, respectively. Add FakeRedis appropriate wrappers. Add tests
+
+commit 1fc0dbff7156e1e0800f4cc553a68faffee073d0
+Author: Nuno Santos <nunofvsantos at gmail.com>
+Date:   Fri Nov 11 15:39:47 2016 +0100
+
+    Pass through additional kwargs from `from_url` to the class initializer.
+
+commit b48dc03f2b11cadc1a5f8bd1919663624271dd8a
+Merge: 1c91de6 7ba9312
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 20 21:01:32 2016 -0700
+
+    Merge pull request #130 from matt-snider/fix-inconsistent-byte-storage
+    
+    Fix bugs related to inconsistent storage of bytes/strings
+
+commit 1c91de6c93bd976edcd060d8f14aff238064038d
+Merge: 4bfc7a2 b74eadc
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Oct 20 20:59:29 2016 -0700
+
+    Merge pull request #131 from mdawar/master
+    
+    Fixed setting a None value, it should be set as a string and it was being set as None
+
+commit b74eadc4b7a73abda8b181305249bfc6ec6e6d90
+Author: Pierre Mdawar <p.mdawar at hotmail.com>
+Date:   Tue Oct 11 16:08:45 2016 +0300
+
+    fixed setting a None value, should be set as a string
+
+commit 7ba9312514c4c26ea1d9523a215037ae97f2db0d
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sun Oct 2 21:54:52 2016 +0200
+
+    Ensure sub-results that have been patched to decode responses are stored as bytes
+
+commit 752363042b8f23e8f8de81bd60a34c771a4d5d25
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sun Oct 2 21:50:41 2016 +0200
+
+    Add tests to cover inconsistent storage of bytes/strings
+
+commit 4bfc7a2793aa93723c79512f8be4df2c497498ef
+Merge: 913d987 291b5dc
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Sep 6 09:39:01 2016 -0700
+
+    Merge pull request #126 from onovy/32b_fix
+    
+    Fix unit tests failing on 32 bits CPU archs
+
+commit 291b5dc3fcbf9ec6cdd66b89e8bc397d3c3375a3
+Author: Ondřej Nový <ondrej.novy at firma.seznam.cz>
+Date:   Fri Sep 2 22:57:33 2016 +0200
+
+    Fix unit tests failing on 32 bits CPU archs
+
+commit 913d98715c76e52826ec4282b20838afef5e4428
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Aug 16 20:55:00 2016 -0700
+
+    Remove pypip.in badges
+    
+    Service is no longer operational.
+
+commit 96524bd1d2aa6449ed58ed1e5e8c4d4938f1116e
+Merge: 6985108 16faccd
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Aug 16 20:53:36 2016 -0700
+
+    Merge branch 'fix-test-bug'
+    
+    * fix-test-bug:
+      Update test to not hide errors
+
+commit 16faccd71a21250f7ba943a44331b1b5ac2df758
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Aug 16 20:42:04 2016 -0700
+
+    Update test to not hide errors
+    
+    The way I previously fixed the py3 test failures resulted
+    in tests that could hide errors where redis returns binary objects
+    and we expect a decoded response.
+    
+    I've updated the test based on @matt-snider's suggestions on how
+    he has handled this in other tests.
+
+commit 6985108d54930fd797ba8ab5912e4e0a6675d097
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Aug 15 23:59:16 2016 -0700
+
+    Bump version to 0.8.1
+
+commit 0aa1cb353be848318bddc47971f92d162279d7b2
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Aug 15 23:55:35 2016 -0700
+
+    Decode container as well in assertIn override
+    
+    Fixes failing test.
+
+commit 95549de648892490ca7abf299936605a86b81123
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Aug 15 23:35:56 2016 -0700
+
+    Add note about new HelpWanted label on issues
+
+commit 95e9179885fc38ec633a3ef80ef557ab80f9c856
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Aug 15 22:56:53 2016 -0700
+
+    Bump version to 0.8.0
+
+commit 5b6932673ca1c256f9c255540cb36dd435a83be9
+Merge: e8f6d59 5aa60cb
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Aug 15 22:52:33 2016 -0700
+
+    Merge branch 'lburg-ignore_pubsub'
+    
+    Closes #114.
+    
+    * lburg-ignore_pubsub:
+      Add possibility to ignore subscribe messages when using pubsub
+
+commit 5aa60cb40449506f29adcce5474e2400f83c87d1
+Author: lburg <burg.lois at gmail.com>
+Date:   Wed May 18 17:39:15 2016 +0200
+
+    Add possibility to ignore subscribe messages when using pubsub
+
+commit e8f6d59a73f7fb5a8e368fbc923bae8f7347b3bc
+Merge: c71157c faac5a9
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Aug 13 16:17:58 2016 -0700
+
+    Merge branch 'matt-snider-decode-responses-patch'
+    
+    * matt-snider-decode-responses-patch:
+      Fixes for python 2.6 compatibility
+      Fix remaining tests failing due to encoding issues
+      Ensure assertEqual() method order is: redis expression, literal
+      Add decode_responses tests by inheriting from existing test classes
+      Add decode_responses support to FakePubSub
+      Update methods for decode_responses compatibility
+      Implement decode_responses support via method-patching
+
+commit faac5a96a9724ee90fe08a1ebf3fca5c7d559976
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 21:41:24 2016 +0200
+
+    Fixes for python 2.6 compatibility
+
+commit 905201521e32e6f92a25df9e82bdf8e9d6072dc6
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:09:00 2016 +0200
+
+    Fix remaining tests failing due to encoding issues
+
+commit 1fd76417b2780c1a2abe3adf529711e4abd1adcf
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:08:32 2016 +0200
+
+    Ensure assertEqual() method order is: redis expression, literal
+
+commit 3ea70521bb8bdd5a6df0a73a6ab1ea73d95771b8
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:07:33 2016 +0200
+
+    Add decode_responses tests by inheriting from existing test classes
+
+commit c57b470d21048c6277eed3c2352d70a65e3013c7
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:05:32 2016 +0200
+
+    Add decode_responses support to FakePubSub
+
+commit 4d633a79cc41afaa5053720fba8cd3db0cdec5fb
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:05:13 2016 +0200
+
+    Update methods for decode_responses compatibility
+
+commit 15cc7543a3aa6d3dad9c691a3fcb0ac9f1c4cf88
+Author: Matt Snider <matt.snider at alum.utoronto.ca>
+Date:   Sat Aug 13 20:04:31 2016 +0200
+
+    Implement decode_responses support via method-patching
+
+commit c71157c6791a89f312794fba227e278e53e941bf
+Merge: fd9bc80 0d5fb92
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu May 26 11:52:17 2016 -0700
+
+    Merge pull request #115 from aviddiviner/master
+    
+    Implement PEXPIREAT w/tests, update docs, bump version
+
+commit 0d5fb927a5f8ca5eac738e903e19f043bddc6002
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Thu May 26 13:44:05 2016 -0500
+
+    Revert version bump
+
+commit f8f17325b0670dca41cfb7b32943941eeb504446
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Tue May 24 21:11:14 2016 -0500
+
+    Add test and fix for rounding error
+
+commit e1f3bc339afde1c3c1a15e8e6d047e84d876b786
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Tue May 24 14:29:36 2016 -0500
+
+    Implement PEXPIREAT w/tests, update docs, bump version
+
+commit fd9bc8084e5ef5ba1cb0cb4d35e0d1457a5385d4
+Merge: 8de9cff 40caab7
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon May 23 09:26:39 2016 -0700
+
+    Merge pull request #113 from aviddiviner/master
+    
+    Fix TTL/EXPIRE, implement PEXPIRE and add tests.
+
+commit 40caab7c91f8ccdbea8cd96ce90db6379504b6a8
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Thu May 12 17:14:59 2016 -0500
+
+    Raise error on float EXPIRE values and return long TTL values
+
+commit afb592db50ba92040923408e75bc7c6652b90312
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Thu May 12 17:04:09 2016 -0500
+
+    Add failing TTL/EXPIRE tests which succeed on real redis
+
+commit e320b3a5bb0a48dc7760fbc88b2e8b3d29d52cfb
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Tue May 10 18:17:00 2016 -0500
+
+    Fixed tests; assert same behaviour as real redis
+
+commit fd310cbfa6f9540067e1883e6b9178d37934235b
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Tue May 10 17:48:35 2016 -0500
+
+    Tidy formatting, remove duplicate (unused) test
+
+commit 37cc3ca6772a274ddb4c9a1cb8ebf247039f9ab9
+Author: David Irvine <aviddiviner at gmail.com>
+Date:   Tue May 10 17:55:32 2016 -0500
+
+    Implement pexpire, add tests
+
+commit 8de9cff1d4b15bde573c73478596287fd7621427
+Merge: 343002a f9993b9
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Apr 25 15:44:56 2016 -0700
+
+    Merge pull request #111 from fyndiq/set_accepts_timedelta
+    
+    set() ex and px parameters accept timedelta
+
+commit f9993b9c499141f8fea9b50489df0798b5182127
+Author: Sergei Beilin <sergei.beilin at fyndiq.com>
+Date:   Mon Apr 11 13:24:43 2016 +0200
+
+    Add test for negative px parameter in set()
+
+commit b3dd1e90ff7fdd75e4c43f4eba01f4707fcb7544
+Author: Sergei Beilin <sergei.beilin at fyndiq.com>
+Date:   Mon Apr 11 13:17:33 2016 +0200
+
+    Add test for px parameter in set()
+
+commit 8061ec1c2c0922ad8179e48b2b8c2fcb54d7e6b6
+Author: Sergei Beilin <sergei.beilin at fyndiq.com>
+Date:   Mon Apr 11 11:24:58 2016 +0200
+
+    Add tests
+
+commit 78c1f15086271005511d79fe7d03a1ab75c6ed55
+Author: Sergei Beilin <sergei.beilin at fyndiq.com>
+Date:   Mon Apr 11 11:24:44 2016 +0200
+
+    Fix set() to properly handle timedelta as official redis-py does
+
+commit 343002ab2df71c6423512377d997c56885171986
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 16 18:34:19 2016 -0700
+
+    Test 3.5 on travis
+
+commit feb839a4719ccdd62611a5993596c44fc66f1b83
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 16 18:32:11 2016 -0700
+
+    Bumping version to 0.7.0
+
+commit ee3ffe7709881ba45b072169b375b65806c164f5
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 16 18:30:00 2016 -0700
+
+    Regen set of supported commands
+
+commit e836a8262c392d80ad4417d07a33193ea912d159
+Merge: 14570f9 555a03e
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Mar 12 20:56:49 2016 -0800
+
+    Merge pull request #108 from krakip/FixWindows
+    
+    Look for strtod in msvcrt.lib on Windows; test strtod search behavior
+
+commit 14570f9991bda8daf85bb011161409785f2ea980
+Merge: 3d069fd cf512d0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Mar 12 20:55:41 2016 -0800
+
+    Merge pull request #110 from ikreymer/zset-lex-ops
+    
+    Add zset lexicographical ordering functions
+
+commit cf512d0af51ebe8af6d5007fbb7f7fc6a1a1c80f
+Author: Ilya Kreymer <ikreymer at gmail.com>
+Date:   Thu Feb 25 10:21:30 2016 -0800
+
+    add ZRANGEBYLEX, ZREVRANGEBYLEX, ZREMRANGEBYLEX and ZLEXCOUNT support, closes #109
+
+commit 555a03e1b839fbe4a5ba3b45a90ffa20036c82db
+Author: Kent Rakip <krakip at Kents-MacBook-Pro.local>
+Date:   Fri Feb 19 16:52:21 2016 -0800
+
+    Fix tests for 2.6 and 3.3
+
+commit 2cd6d7586a3ad092a1d9d1dbfa247556656bd1ff
+Author: Kent Rakip <krakip at gmail.com>
+Date:   Fri Feb 19 01:05:43 2016 -0800
+
+    Look for strtod in msvcrt.lib on Windows; test strtod search behavior
+
+commit 3d069fd621df8ffeb3233aea16968bfb7759d731
+Merge: f5da14a 946b143
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Feb 8 23:11:33 2016 -0800
+
+    Merge pull request #104 from gmlexx/master
+    
+    Fix GETSET command
+
+commit 946b143676f5b921f05e5d496e03e7f5f188f4d5
+Author: Alexey Larkov <gmlexx at gmail.com>
+Date:   Tue Feb 2 16:33:37 2016 +0500
+
+    Fix GETSET command
+
+commit f5da14ae74b82caa9acb9d1a32684f74e75c9fe7
+Merge: c16f633 ee498b9
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Jan 16 18:23:52 2016 -0800
+
+    Merge pull request #100 from bluemoo/fix_incr
+    
+    Emulate some subtle redis behavior in incr
+
+commit ee498b91e66813c0a4b8ddb6b9ea613e09f0268f
+Author: Noah Jacobson <ncj102 at gmail.com>
+Date:   Fri Dec 18 22:03:12 2015 +0100
+
+    Prefix expected test output correctly for python 3
+
+commit c16f633606b79153475037f23ea46850d385a3d6
+Merge: bcfb656 22f81b0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Dec 18 12:51:56 2015 -0800
+
+    Merge pull request #98 from OnBeep/scans
+    
+    Implement hscan and sscan methods
+
+commit 2deafd8d442abcefcdca9c17b9cd776b4148c05d
+Author: Noah Jacobson <ncj102 at gmail.com>
+Date:   Fri Dec 18 09:32:18 2015 +0100
+
+    Store values as strings after incr deals with them
+
+commit 8a07c689e2518fcfe81b88443e89028f136c0362
+Author: Noah Jacobson <ncj102 at gmail.com>
+Date:   Fri Dec 18 08:42:11 2015 +0100
+
+    Raise exception if non-integer amounts passed to incr
+
+commit 22f81b0a7f91cf9d5316285f7f81b42b34ff9821
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Dec 17 15:16:43 2015 -0800
+
+    More Py3 compat
+
+commit f029a0a1ad101168ff5c9dca1088df135a2d4d92
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Dec 17 15:10:33 2015 -0800
+
+    Clean out a bad import
+
+commit 12c1475cb1a29d733e4cab14b04521ad8db13965
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Dec 17 15:07:00 2015 -0800
+
+    More Py3 compatible
+
+commit c4d136cba986e0ed71fd0715282f025bd9b8805b
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Dec 17 13:40:22 2015 -0800
+
+    Implement hscan and sscan methods
+
+commit bcfb656121df46a877f272e780d53ab586868cff
+Merge: 4529deb 5af4e92
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Dec 16 23:14:14 2015 -0800
+
+    Merge pull request #96 from nfvs/travis_container_infrastructure
+    
+    Migrate to Travis-CI container infrastructure, add PIP caching.
+
+commit 4529debd81d7c43461573fc42c9a6ff50b5cead8
+Merge: bb6d5df af4a2f0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Dec 16 23:13:51 2015 -0800
+
+    Merge pull request #92 from OnBeep/hyperloglog
+    
+    Simulate HyperLogLog functionality by using SETs
+
+commit 5af4e925f2b5b9f22c5d59b1977c5a12c163c4a1
+Author: Nuno Santos <nunofvsantos at gmail.com>
+Date:   Wed Dec 9 20:17:45 2015 +0100
+
+    Migrate to Travis-CI container infrastructure, add PIP caching.
+
+commit af4a2f0068074666e0fd8db466fd342ce351bb6a
+Author: Nelz <nelz at onbeep.com>
+Date:   Mon Nov 2 19:14:44 2015 -0800
+
+    A-ha, found a bug in my implementation
+
+commit ff58667ee5994f91c6a473e3efbd65c20fbd36c8
+Merge: cbebcc3 bb6d5df
+Author: Nelz <nelz at onbeep.com>
+Date:   Mon Nov 2 18:51:43 2015 -0800
+
+    Merged master
+
+commit cbebcc3984256069fc58c0fee639f92837378417
+Author: Nelz <nelz at onbeep.com>
+Date:   Mon Nov 2 18:43:28 2015 -0800
+
+    Use newly released 2.10.5 version of redis-py
+
+commit bb6d5df5a3fb190b3d4225d292928bbafad38ddf
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Sep 30 21:30:56 2015 -0700
+
+    Add note about flushall
+    
+    Fixes #89.
+
+commit 7e68c2aedbd49cf86a15e1ad2da67350435b3e27
+Merge: fff0029 eb57803
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Sep 30 21:27:32 2015 -0700
+
+    Merge pull request #81 from pitrho/master
+    
+    Implementation of pubsub methods
+
+commit fff0029916419dad928552d639b4d82380d3fd00
+Merge: 8061fff 1e26059
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Sep 30 21:22:24 2015 -0700
+
+    Merge pull request #94 from Tinche/master
+    
+    Pipeline.execute raise_on_error implementation and tests.
+
+commit 1e26059cf6fc0529bc588f83ea6a06cd67f1fefb
+Author: Tin Tvrtkovic <tinchester at gmail.com>
+Date:   Wed Sep 30 21:59:25 2015 +0200
+
+    Pipeline.execute raise_on_error implementation and tests.
+
+commit c3c8a89e34d4c822af7f3de2d5e9111f69b36a0f
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Sep 24 17:13:17 2015 -0700
+
+    Undo my editors auto-formatting
+
+commit 292da2abeb80ad8adb404eaf0bcdf083ba63d6f2
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Sep 24 16:52:33 2015 -0700
+
+    Backport to match 2.10.3 of redis-py (rather than master)
+
+commit d34eaadc90440259f1af6cfc891b6e718898b789
+Author: Nelz <nelz at onbeep.com>
+Date:   Thu Sep 24 15:47:58 2015 -0700
+
+    Simulate HyperLogLog functionality by using SETs
+
+commit 8061fffb4844d6cc8d92cf48ef497b1f195c8894
+Merge: 4af79f6 d7058ff
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Aug 18 07:56:53 2015 -0700
+
+    Merge pull request #86 from fatelei/master
+    
+    [Fix bug & fix code style] TypeError: zadd() keywords must be strings when using FakeRedis.
+
+commit d7058ffd93cf248083d13c2b734f38e553cf9f0d
+Author: wanglei <fatelei at gmail.com>
+Date:   Sat Aug 15 00:03:14 2015 +0800
+
+    Add test for testing the `zadd("foo", 1, 1)` work right.
+
+commit 4af79f636cf109edba9f8623a19c40c6ab83082b
+Merge: 10e7b67 51966f5
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Aug 6 22:16:38 2015 -0700
+
+    Merge pull request #87 from yoloseem/append
+    
+    Support APPEND to not preexisting key
+
+commit 51966f56b793ad8ddf6be46e2109fe81aebfd687
+Author: Hyunjun Kim <khj at linecorp.com>
+Date:   Wed Aug 5 15:49:35 2015 +0900
+
+    Support APPEND to not preexisting key
+
+commit caf56bd3abe089ed7f3de5a177879fe4973dd564
+Author: fate <lei at zhihu.com>
+Date:   Fri Jul 10 19:47:12 2015 +0800
+
+    remove debug code
+
+commit 02856521bf20d4d6727c384b00787683d470f15b
+Author: fate <lei at zhihu.com>
+Date:   Fri Jul 10 19:43:49 2015 +0800
+
+    Fix test
+
+commit 04f5f197239984ca39a115df37d051765ee65e42
+Author: fate <lei at zhihu.com>
+Date:   Fri Jul 10 19:19:12 2015 +0800
+
+    Fix bug: When call method `zadd(name, value, score)` and value is integer, it will lead to raise TypeError zadd() keywords must be strings.
+
+commit 10e7b67dfa62f656795923c8cf36d507619147ec
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Mon Jul 6 06:14:37 2015 -0700
+
+    Bump version to 0.6.2
+
+commit b25b4402ac528db158ca0395eafc048a890dd3e1
+Merge: e7e0069 d902ea3
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Jun 27 14:43:18 2015 -0700
+
+    Merge branch 'rcrdclub-master'
+    
+    Fixes #83.
+    
+    * rcrdclub-master:
+      Add test when neither args nor kwargs are added
+      Proper ZADD support - fixes #83
+
+commit d902ea3c19511be4ddc696826b24b7c78d86837e
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Jun 27 14:42:54 2015 -0700
+
+    Add test when neither args nor kwargs are added
+
+commit 22f5e8b7f224c379e345b8f99a59e0728e915d55
+Author: Sam Sandberg <sam.sandberg at gmail.com>
+Date:   Tue Jun 23 15:08:28 2015 -0400
+
+    Proper ZADD support - fixes #83
+    
+    Complete with tests
+    https://github.com/jamesls/fakeredis/issues/83
+
+commit eb5780368e4140e0ebc74b7322602d97f588cb6e
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 19:38:55 2015 -0700
+
+    Support for bytes encoding in python 3.
+
+commit e7877fd1e27ef82afac7bb5132cda0de823cea07
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 16:37:31 2015 -0700
+
+    Fixed imports in unit tests for Queue.
+
+commit f0da1d39e41e82336f0d9ce6a12fcbe3b0cca8fc
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 16:31:09 2015 -0700
+
+    Changed imports of Queue and Empty to support python 2.6, 2.7 and 3.
+
+commit ead9a8de7721c765caa0e9307b5c8ace6b1f2671
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 15:56:29 2015 -0700
+
+    Refactored code to support python 2.6, 2.7, 3.3 and 3.4
+
+commit b402a792e2615b056013c138ecc028490890803b
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 13:30:34 2015 -0700
+
+    Implemented psubscribe and punsubscribe methods.
+
+commit 552bffcafe10b0809b6a978ee3dd3a5e80d295f7
+Author: Alejandro Mesa <alejom99 at gmail.com>
+Date:   Mon Jun 15 10:12:04 2015 -0700
+
+    Implemented subscribe, publish, pubsub and unsubscribe methods.
+
+commit e7e0069914e0edcfc37eed6a3a7e64a00371a440
+Merge: da69539 d481070
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Jun 3 21:57:57 2015 -0700
+
+    Merge pull request #80 from lfyzjck/master
+    
+    add method `incrby` for fakeredis
+
+commit d4810700e1404ecd5baeb8e8552866e2aeed333f
+Author: Jia Chengkun <ck at zhihu.com>
+Date:   Wed May 13 16:25:11 2015 +0800
+
+    add method `incrby` for fakeredis
+
+commit da69539c4e83b0cd1941287c410f56b91f1d4114
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Sat Apr 4 00:01:13 2015 -0700
+
+    Add support for echo command
+
+commit 771b3537439f873cfede7f3718e27303528f2ad8
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Apr 3 23:55:59 2015 -0700
+
+    Add incrbyfloat
+    
+    Closes #26.
+
+commit 39490591708e3d413d32eed4a4c13741d9fca8c0
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Apr 3 23:36:56 2015 -0700
+
+    Fix linting issues in test
+
+commit cbe0fcc1409f2431a833aa6ecb8218ea0f730151
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Apr 3 23:26:26 2015 -0700
+
+    Fix linting issues
+
+commit 257c7441e1a302cf034323e303b2ab69da23f2c9
+Merge: 739b1d0 aa69cd2
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Apr 3 23:15:29 2015 -0700
+
+    Merge branch 'mothsART-master'
+    
+    * mothsART-master:
+      Simplify redis types detections
+      add a type() instruction with unit tests
+
+commit aa69cd287b88a1e1c872caf781432006c66930de
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Fri Apr 3 23:14:30 2015 -0700
+
+    Simplify redis types detections
+
+commit 6de107274fa635281805703deb9b0b82a9b98d8f
+Author: Ferry Jérémie <ferryjeremie at free.fr>
+Date:   Sat Mar 21 17:58:12 2015 +0100
+
+    add a type() instruction with unit tests
+
+commit 739b1d006ece77b51ba34cb6c88609b73f6c4403
+Merge: ddd9381 0e9d4f5
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Thu Mar 19 19:43:05 2015 -0700
+
+    Merge pull request #75 from msabramo/patch-1
+    
+    README.rst: Syntax highlighting
+
+commit 0e9d4f55847b54a11148c676c693c60edd2f4ef0
+Author: Marc Abramowitz <marc at marc-abramowitz.com>
+Date:   Thu Mar 12 00:20:14 2015 -0700
+
+    README.rst: Syntax highlighting
+
+commit ddd9381f9271dec1f1a17587545acf2d776c41e5
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 11 20:17:37 2015 -0700
+
+    Bumping version to 0.6.1
+
+commit 2860ae08c4e8ea44403d858367513254b0b629df
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 11 20:14:43 2015 -0700
+
+    Split out dev requirements into a separate file
+    
+    requirements.txt is only what's required to run the tests.
+
+commit 804375127d9b80766968e3331e2caf9ee16a0a84
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 11 19:52:01 2015 -0700
+
+    Do not mutate input mapping for hmset
+    
+    Fixes #74.
+
+commit 8195ecaed48ae2f8d65b4250c4d921f2933731f1
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Wed Mar 11 12:42:32 2015 -0700
+
+    Fix py3 tests
+
+commit 7381668023432f4ed89c9b5a1e89da54ae0b7e7e
+Author: James Saryerwinnie <js at jamesls.com>
+Date:   Tue Mar 10 21:04:43 2015 -0700
+
+    Support kwargs for mset
+    
+    This is supported in redis-py so should be supported in fakeredis.
+    
+    Fixes #48
+
+commit b9ae04c63d2a41e89c8d6fbcf04d87d64db4e498
+Author: James Saryerwinnie <js at jamesls.com>
... 1870 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fakeredis.git



More information about the Python-modules-commits mailing list