summaryrefslogtreecommitdiff
path: root/redis/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* check exception.args rather than exception.messagessl-py27-fixAndy McCurdy2019-10-111-1/+2
* Version 3.3.103.3.10Zac Bristow2019-10-101-1/+1
* Version 3.3.93.3.9Zac Bristow2019-10-101-0/+50
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-091-1/+3
* attempt to provide only healthy connections from the poolAndy McCurdy2019-02-041-13/+0
* Remove unnecessary compat shim for 'bytes'Jon Dufresne2018-12-281-2/+0
* Merge branch 'master' into fix/no-interruptederror-on-python-2.7Andy McCurdy2018-11-141-42/+2
|\
| * Use unicode literals throughout projectJon Dufresne2018-11-031-12/+0
| * Use io package for BytesIOJon Dufresne2018-11-031-5/+0
| * Remove Queue package workarounds for older unsupported PythonsJon Dufresne2018-11-031-24/+2
| * Remove duplicate import of errnoJon Dufresne2018-11-011-1/+0
| * pycodestyle fixes in clientRoey Prat2018-10-281-1/+1
* | InterruptedError does not exist in Python < 3.3.Louis-Dominique Dubeau2018-07-121-10/+3
|/
* Fix PEP8 issues.Seth M. Larson2017-03-231-1/+1
* Implement review commentsSeth M. Larson2017-03-231-2/+3
* InterruptedError is not defined in Python 2Seth M. Larson2017-03-231-2/+11
* Retry `select` calls on `InterruptedError`Carlton Gibson2016-06-101-0/+11
* Style fixes (2)Thomas Steinacher2016-05-241-2/+2
* Style fixesThomas Steinacher2016-05-241-2/+3
* For Python < 3.5, automatically retry EINTRThomas Steinacher2016-05-241-0/+57
* satisfy pep8 updatesAndy McCurdy2015-09-281-13/+26
* Fix pep8 errorsPaul Keene2015-02-101-17/+32
* Handle percent-encoded URLs in parsing codePaul Keene2015-02-091-1/+2
* UnicodeDecodeErrorfix unicode encode error when using pipeline in combination...Hendrik Muhs2014-12-041-0/+11
* Cleaned up URL parsing code, now returns ConnectionPool instances.Andy McCurdy2014-05-111-2/+2
* added SLOWLOG support. finally can partially close #170 :)Andy McCurdy2014-04-081-1/+1
* connection pool testsandy2013-06-041-0/+2
* use iterators for dict traversal in both python 2 and 3andy2013-05-231-5/+5
* pep8andy2013-04-271-1/+1
* pep8andy2013-04-221-4/+4
* compat: extract queue imports to _compat module.James Arthur2013-04-191-0/+27
* in _compat for py3k only encode if param is not bytes type in b()Salimane Adjao Moustapha2012-09-141-1/+1
* Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-071-2/+4
* Fixed compatibility issue with Python 2.5 and 2.6 introduced in theAlex Grönholm2012-08-071-2/+2
* Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-0/+48