Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use unicode literals throughout project | Jon Dufresne | 2018-11-03 | 1 | -12/+0 |
| | | | | Remove workaround for handling unicode with older Pythons. | ||||
* | Use io package for BytesIO | Jon Dufresne | 2018-11-03 | 1 | -5/+0 |
| | | | | Available on all supported Python versions. | ||||
* | Remove Queue package workarounds for older unsupported Pythons | Jon Dufresne | 2018-11-03 | 1 | -24/+2 |
| | |||||
* | Remove duplicate import of errno | Jon Dufresne | 2018-11-01 | 1 | -1/+0 |
| | |||||
* | pycodestyle fixes in client | Roey Prat | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | Fix PEP8 issues. | Seth M. Larson | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Implement review comments | Seth M. Larson | 2017-03-23 | 1 | -2/+3 |
| | |||||
* | InterruptedError is not defined in Python 2 | Seth M. Larson | 2017-03-23 | 1 | -2/+11 |
| | | | Fixes #845 | ||||
* | Retry `select` calls on `InterruptedError` | Carlton Gibson | 2016-06-10 | 1 | -0/+11 |
| | | | | Ref #738 | ||||
* | Style fixes (2) | Thomas Steinacher | 2016-05-24 | 1 | -2/+2 |
| | |||||
* | Style fixes | Thomas Steinacher | 2016-05-24 | 1 | -2/+3 |
| | |||||
* | For Python < 3.5, automatically retry EINTR | Thomas Steinacher | 2016-05-24 | 1 | -0/+57 |
| | |||||
* | satisfy pep8 updates | Andy McCurdy | 2015-09-28 | 1 | -13/+26 |
| | |||||
* | Fix pep8 errors | Paul Keene | 2015-02-10 | 1 | -17/+32 |
| | |||||
* | Handle percent-encoded URLs in parsing code | Paul Keene | 2015-02-09 | 1 | -1/+2 |
| | |||||
* | UnicodeDecodeErrorfix unicode encode error when using pipeline in ↵ | Hendrik Muhs | 2014-12-04 | 1 | -0/+11 |
| | | | | combination with msgpack and lua | ||||
* | Cleaned up URL parsing code, now returns ConnectionPool instances. | Andy McCurdy | 2014-05-11 | 1 | -2/+2 |
| | | | | | | | StrictRedis.from_url() now creations a connection pool instance and passes that as the connection_pool argument to the client class. Cleaned up the test suite for URL parsing and BlockingConnectionPool tests | ||||
* | added SLOWLOG support. finally can partially close #170 :) | Andy McCurdy | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | connection pool tests | andy | 2013-06-04 | 1 | -0/+2 |
| | |||||
* | use iterators for dict traversal in both python 2 and 3 | andy | 2013-05-23 | 1 | -5/+5 |
| | |||||
* | pep8 | andy | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | pep8 | andy | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | compat: extract queue imports to _compat module. | James Arthur | 2013-04-19 | 1 | -0/+27 |
| | | | | Adds python 2.5 support for the LifoQueue structure. | ||||
* | in _compat for py3k only encode if param is not bytes type in b() | Salimane Adjao Moustapha | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed PEP 8 violations introduced in previous commits | Alex Grönholm | 2012-08-07 | 1 | -2/+4 |
| | |||||
* | Fixed compatibility issue with Python 2.5 and 2.6 introduced in the | Alex Grönholm | 2012-08-07 | 1 | -2/+2 |
| | | | previous commit | ||||
* | Fixed Python 3.2+ compatibility | Alex Grönholm | 2012-08-07 | 1 | -0/+48 |