index
:
delta/paramiko.git
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.8
1.9
1042-int
1063-int
1070-remove-python26-and-33
1311-int
2.0
2.1
2.10
2.11
2.12
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
216-int
2178-int
3.0
3.1
387-auth-mark-ii
394-int
531-bitprophet-addendum-do-not-delete
531-int
596-int
717-support-match-etc
731-int
897-canonicalization
auth-shakeup
baserock/morph
circle-ci
crypto-1.5-agnostisicm
crypto-rsa-pq
ecdsa-known-hosts-keys-243
final-827-int
fix-proxycommand-infinite-loop-252
gateway-support
i-hate-my-life
main
master
merge-ssh-fork-back-in
proxycommand-closed-fix-789
pytest
python3
re-add-blog
rfc8832-sha2-key-algo
rtd-cryptography
sftp-non-utf8-filenames-546
sphinx-256
tmp
try-multiple-address-families-22
website-178
github.com: paramiko/paramiko.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paramiko
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead Py2.2 code and fix a bunch of PEP8 formatting
Scott Maxwell
2014-03-08
1
-18
/
+26
*
Fix import * and a bunch of PEP8 formatting
Scott Maxwell
2014-03-07
31
-422
/
+323
*
Remove race condition regression re #276
Jeff Forcier
2014-03-07
1
-1
/
+0
*
Start in on star import eradication
Jeff Forcier
2014-03-07
2
-2
/
+2
*
Remove an old Py2.5-ism
Jeff Forcier
2014-03-07
1
-1
/
+1
*
Make `byte_ord` gentler
py3-test-parity
Jeff Forcier
2014-03-07
1
-1
/
+3
*
Fix some Py2-isms in constant_time_bytes_eq
Jeff Forcier
2014-03-07
1
-2
/
+2
*
Another fix that looked important but wasn't
Jeff Forcier
2014-03-07
1
-1
/
+1
*
This doesn't really matter, but whatever
Jeff Forcier
2014-03-07
1
-1
/
+1
*
One spot newer than scott's changes which prob needed a py3-ism
Jeff Forcier
2014-03-07
1
-1
/
+1
*
More minor whitespacey bits
Jeff Forcier
2014-03-07
2
-2
/
+2
*
Tabs to spaces
Jeff Forcier
2014-03-07
1
-207
/
+207
*
Some whitespacey bits
Jeff Forcier
2014-03-07
2
-5
/
+5
*
One last obvious missing bit
Jeff Forcier
2014-03-07
1
-2
/
+0
*
Another indentation fix that isn't helping (tho in this case, obvious why)
Jeff Forcier
2014-03-07
1
-7
/
+7
*
I was really hoping this was causing a lot of the test errors :(
Jeff Forcier
2014-03-07
1
-2
/
+2
*
Some Epydoc->Sphinx stuff that came from the merge
Jeff Forcier
2014-03-07
1
-5
/
+1
*
A missed line from the merge.
Jeff Forcier
2014-03-07
1
-0
/
+1
*
Found a dumb typo.
Jeff Forcier
2014-03-07
1
-1
/
+1
*
Missed a spot
Jeff Forcier
2014-03-06
1
-1
/
+1
*
Fix a bunch of indentation errors.
Jeff Forcier
2014-03-05
7
-29
/
+29
*
Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...
Jeff Forcier
2014-03-05
34
-592
/
+926
|
\
|
*
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Scott Maxwell
2014-01-16
1
-2
/
+2
|
|
\
|
*
|
Fix getcwd when _cwd is None
Scott Maxwell
2014-01-16
1
-1
/
+1
|
*
|
Fix import of win_pageant
Scott Maxwell
2013-12-05
1
-1
/
+1
|
*
|
Fix deprecation warning in array conversion
Scott Maxwell
2013-12-04
1
-4
/
+18
|
*
|
Bump version to 1.13.0 in init
Scott Maxwell
2013-11-19
1
-1
/
+1
|
*
|
Remove Python 2.5 from travis and fix minimum required version in init and RE...
Scott Maxwell
2013-11-19
1
-3
/
+3
|
*
|
Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...
Scott Maxwell
2013-11-19
4
-6
/
+4
|
*
|
Remove `from __future__ import with_statement`
Scott Maxwell
2013-11-19
1
-2
/
+0
|
*
|
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
2013-11-19
7
-51
/
+20
|
*
|
Change all exceptions to modern format (not Py2.5 compatible)
Scott Maxwell
2013-11-19
14
-58
/
+40
|
*
|
Change conditional from PY3 to PY2 to be better prepared for a possible Py4.
Scott Maxwell
2013-11-19
4
-75
/
+89
|
*
|
More type conversions
Scott Maxwell
2013-11-02
1
-2
/
+2
|
*
|
Fix message to handle long properly, even on Py3
Scott Maxwell
2013-11-02
3
-8
/
+9
|
*
|
Fix some deprecation and resource warnings
Scott Maxwell
2013-11-02
4
-43
/
+61
|
*
|
Make sftp.open handle binary and text, more type conversion
Scott Maxwell
2013-11-02
8
-38
/
+49
|
*
|
Changes inspired by the nischu7 branch
Scott Maxwell
2013-11-01
16
-46
/
+51
|
*
|
Fixes for Python 2.5 and Python 3.2 support
Scott Maxwell
2013-11-01
2
-2
/
+2
|
*
|
Eliminate all uses of b'' syntax to allow for Python 2.5 support
Scott Maxwell
2013-11-01
4
-39
/
+22
|
*
|
More type conversion
Scott Maxwell
2013-10-31
3
-11
/
+12
|
*
|
More type conversion
Scott Maxwell
2013-10-31
5
-11
/
+11
|
*
|
More type conversion
Scott Maxwell
2013-10-31
6
-8
/
+14
|
*
|
Salt needs to be 16 bytes instead of 8
Scott Maxwell
2013-10-31
1
-1
/
+1
|
*
|
Switch feed from text to binary
Scott Maxwell
2013-10-31
1
-1
/
+1
|
*
|
More type fixups
Scott Maxwell
2013-10-31
2
-4
/
+4
|
*
|
Fix bytes/str type in more places
Scott Maxwell
2013-10-31
7
-25
/
+43
|
*
|
Fix next
Scott Maxwell
2013-10-30
1
-15
/
+32
|
*
|
Convert and detect types properly, use helper constants, use StringIO and range
Scott Maxwell
2013-10-30
16
-87
/
+82
|
*
|
Fix winapi
Scott Maxwell
2013-10-30
1
-215
/
+215
[next]