summaryrefslogtreecommitdiff
path: root/paramiko/py3compat.py
Commit message (Expand)AuthorAgeFilesLines
* Make `byte_ord` gentlerpy3-test-parityJeff Forcier2014-03-071-1/+3
* Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-191-66/+80
* Fix some deprecation and resource warningsScott Maxwell2013-11-021-2/+10
* Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-011-1/+3
* More type conversionScott Maxwell2013-10-311-5/+5
* More type conversionScott Maxwell2013-10-311-1/+7
* Add Py3 compatibility support helpersScott Maxwell2013-10-301-0/+130