-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: redis/hiredis-py
base: v2.0.0
head repository: redis/hiredis-py
compare: v2.1.1
- 17 commits
- 28 files changed
- 9 contributors
Commits on Apr 14, 2021
-
setup.py: fix build with gcc 4.8
Fix the following build failure on gcc 4.8 which is raised since version 2.0.0 and 9084152: vendor/hiredis/read.c: In function 'redisReaderFree': vendor/hiredis/read.c:646:9: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < r->tasks; i++) { ^ vendor/hiredis/read.c:646:9: note: use option -std=c99 or -std=gnu99 to compile your code This build failure is raised because hiredis source code is built without C99: redis/hiredis@13a35bd Fixes: - http://autobuild.buildroot.org/results/04cbcddf6d83ebad8c98400754f9445375e9e489 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4d701a - Browse repository at this point
Copy the full SHA d4d701aView commit details
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c03ee32 - Browse repository at this point
Copy the full SHA c03ee32View commit details
Commits on Dec 1, 2021
-
Merge pull request #117 from Akarys42/python310
Add support for Python 3.10
Configuration menu - View commit details
-
Copy full SHA for 587f215 - Browse repository at this point
Copy the full SHA 587f215View commit details
Commits on Dec 2, 2021
-
setup.py: Replace imp module with importlib
This fixes the following warning: setup.py:7: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Configuration menu - View commit details
-
Copy full SHA for 1881d00 - Browse repository at this point
Copy the full SHA 1881d00View commit details -
setup.cfg: description-file -> description_file
This fixes the following warning: setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Configuration menu - View commit details
-
Copy full SHA for dd15f01 - Browse repository at this point
Copy the full SHA dd15f01View commit details
Commits on Feb 15, 2022
-
Allow to specify value returned by
gets
when not enough data is ava……ilable RESP3 has native boolean types, to be able to differentiate between insufficient data in buffer and actual False value add option to specify custom sentinel returned by gets when not enough data is available. CamelCase is used to conform to other arguments naming. Closes: #114
Configuration menu - View commit details
-
Copy full SHA for 0b1ac03 - Browse repository at this point
Copy the full SHA 0b1ac03View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bdee395 - Browse repository at this point
Copy the full SHA bdee395View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f25b5 - Browse repository at this point
Copy the full SHA b8f25b5View commit details
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8833c43 - Browse repository at this point
Copy the full SHA 8833c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b042bd9 - Browse repository at this point
Copy the full SHA b042bd9View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 861539c - Browse repository at this point
Copy the full SHA 861539cView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bdf3900 - Browse repository at this point
Copy the full SHA bdf3900View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0baeb3 - Browse repository at this point
Copy the full SHA c0baeb3View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c13c43f - Browse repository at this point
Copy the full SHA c13c43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 303e3de - Browse repository at this point
Copy the full SHA 303e3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17cf975 - Browse repository at this point
Copy the full SHA 17cf975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8890a2d - Browse repository at this point
Copy the full SHA 8890a2dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.1.1