summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* Remove dead Py2.2 code and fix a bunch of PEP8 formattingScott Maxwell2014-03-081-18/+26
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-0731-422/+323
* Remove race condition regression re #276Jeff Forcier2014-03-071-1/+0
* Start in on star import eradicationJeff Forcier2014-03-072-2/+2
* Remove an old Py2.5-ismJeff Forcier2014-03-071-1/+1
* Make `byte_ord` gentlerpy3-test-parityJeff Forcier2014-03-071-1/+3
* Fix some Py2-isms in constant_time_bytes_eqJeff Forcier2014-03-071-2/+2
* Another fix that looked important but wasn'tJeff Forcier2014-03-071-1/+1
* This doesn't really matter, but whateverJeff Forcier2014-03-071-1/+1
* One spot newer than scott's changes which prob needed a py3-ismJeff Forcier2014-03-071-1/+1
* More minor whitespacey bitsJeff Forcier2014-03-072-2/+2
* Tabs to spacesJeff Forcier2014-03-071-207/+207
* Some whitespacey bitsJeff Forcier2014-03-072-5/+5
* One last obvious missing bitJeff Forcier2014-03-071-2/+0
* Another indentation fix that isn't helping (tho in this case, obvious why)Jeff Forcier2014-03-071-7/+7
* I was really hoping this was causing a lot of the test errors :(Jeff Forcier2014-03-071-2/+2
* Some Epydoc->Sphinx stuff that came from the mergeJeff Forcier2014-03-071-5/+1
* A missed line from the merge.Jeff Forcier2014-03-071-0/+1
* Found a dumb typo.Jeff Forcier2014-03-071-1/+1
* Missed a spotJeff Forcier2014-03-061-1/+1
* Fix a bunch of indentation errors.Jeff Forcier2014-03-057-29/+29
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-0534-592/+926
|\
| * Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-161-2/+2
| |\
| * | Fix getcwd when _cwd is NoneScott Maxwell2014-01-161-1/+1
| * | Fix import of win_pageantScott Maxwell2013-12-051-1/+1
| * | Fix deprecation warning in array conversionScott Maxwell2013-12-041-4/+18
| * | Bump version to 1.13.0 in initScott Maxwell2013-11-191-1/+1
| * | Remove Python 2.5 from travis and fix minimum required version in init and RE...Scott Maxwell2013-11-191-3/+3
| * | Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-194-6/+4
| * | Remove `from __future__ import with_statement`Scott Maxwell2013-11-191-2/+0
| * | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-197-51/+20
| * | Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-1914-58/+40
| * | Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-194-75/+89
| * | More type conversionsScott Maxwell2013-11-021-2/+2
| * | Fix message to handle long properly, even on Py3Scott Maxwell2013-11-023-8/+9
| * | Fix some deprecation and resource warningsScott Maxwell2013-11-024-43/+61
| * | Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-028-38/+49
| * | Changes inspired by the nischu7 branchScott Maxwell2013-11-0116-46/+51
| * | Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-012-2/+2
| * | Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-014-39/+22
| * | More type conversionScott Maxwell2013-10-313-11/+12
| * | More type conversionScott Maxwell2013-10-315-11/+11
| * | More type conversionScott Maxwell2013-10-316-8/+14
| * | Salt needs to be 16 bytes instead of 8Scott Maxwell2013-10-311-1/+1
| * | Switch feed from text to binaryScott Maxwell2013-10-311-1/+1
| * | More type fixupsScott Maxwell2013-10-312-4/+4
| * | Fix bytes/str type in more placesScott Maxwell2013-10-317-25/+43
| * | Fix nextScott Maxwell2013-10-301-15/+32
| * | Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-3016-87/+82
| * | Fix winapiScott Maxwell2013-10-301-215/+215