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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix import * and a bunch of PEP8 formatting
Scott Maxwell
2014-03-07
12
-35
/
+36
*
Start in on star import eradication
Jeff Forcier
2014-03-07
8
-8
/
+9
*
Skip failing test on Py3
Jeff Forcier
2014-03-07
1
-0
/
+5
*
Fix new test for Py3 and start server in tests instead of in setUp so we can ...
Scott Maxwell
2014-01-16
1
-9
/
+10
*
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Scott Maxwell
2014-01-16
1
-2
/
+29
|
\
|
*
Merge branch '1.11' into 1.12
Jeff Forcier
2014-01-08
1
-1
/
+30
|
|
\
|
|
*
Saner (to me) positive assertion
Jeff Forcier
2014-01-08
1
-1
/
+4
|
|
*
Small refactor
Jeff Forcier
2014-01-08
1
-3
/
+5
|
|
*
No need for 'self.tc' within a single test :)
Jeff Forcier
2014-01-08
1
-6
/
+6
|
|
*
Add a testcase for client.save_host_keys.
Martin Blumenstingl
2014-01-08
1
-1
/
+25
*
|
|
Add getcwd test
Scott Maxwell
2014-01-16
1
-2
/
+21
*
|
|
Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...
Scott Maxwell
2013-11-19
10
-74
/
+72
*
|
|
Remove `from __future__ import with_statement`
Scott Maxwell
2013-11-19
1
-2
/
+0
*
|
|
Remove unnecessary vars for open
Scott Maxwell
2013-11-19
1
-17
/
+9
*
|
|
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
2013-11-19
4
-311
/
+259
*
|
|
Remove eval that was required for Py25 support
Scott Maxwell
2013-11-19
1
-1
/
+3
*
|
|
Change all exceptions to modern format (not Py2.5 compatible)
Scott Maxwell
2013-11-19
3
-33
/
+17
*
|
|
Change conditional from PY3 to PY2 to be better prepared for a possible Py4.
Scott Maxwell
2013-11-19
2
-3
/
+3
*
|
|
Fix message to handle long properly, even on Py3
Scott Maxwell
2013-11-02
1
-1
/
+1
*
|
|
Fix some deprecation and resource warnings
Scott Maxwell
2013-11-02
13
-328
/
+329
*
|
|
Make sftp.open handle binary and text, more type conversion
Scott Maxwell
2013-11-02
4
-29
/
+33
*
|
|
Changes inspired by the nischu7 branch
Scott Maxwell
2013-11-01
4
-11
/
+17
*
|
|
Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we...
Scott Maxwell
2013-11-01
1
-1
/
+1
*
|
|
Fixes for Python 2.5 and Python 3.2 support
Scott Maxwell
2013-11-01
6
-17
/
+12
*
|
|
Eliminate all uses of b'' syntax to allow for Python 2.5 support
Scott Maxwell
2013-11-01
4
-32
/
+13
*
|
|
More type fixes
Scott Maxwell
2013-10-31
1
-6
/
+6
*
|
|
Fixes for test_sftp
Scott Maxwell
2013-10-31
1
-34
/
+38
*
|
|
More type conversion
Scott Maxwell
2013-10-31
3
-9
/
+11
*
|
|
More type fixups
Scott Maxwell
2013-10-31
1
-2
/
+2
*
|
|
Setup so we can run test_sftp_big independently
Scott Maxwell
2013-10-31
1
-0
/
+7
*
|
|
Fix bytes/str type in more places
Scott Maxwell
2013-10-31
6
-81
/
+104
*
|
|
Convert and detect types properly, use helper constants, use StringIO and range
Scott Maxwell
2013-10-30
9
-58
/
+72
*
|
|
Fix message sending
Scott Maxwell
2013-10-30
10
-71
/
+82
*
|
|
Fix dict iters, sorts, exceptions, bytes renames and tuple args
Scott Maxwell
2013-10-30
3
-23
/
+39
*
|
|
Use test_path to avoid relative path issues
Scott Maxwell
2013-10-30
5
-17
/
+23
*
|
|
Fix imports
Scott Maxwell
2013-10-30
14
-16
/
+26
*
|
|
Add Py3.2 and Py3.3 to travis
Scott Maxwell
2013-10-30
1
-0
/
+0
|
/
/
*
|
Merge branch '1.11'
Jeff Forcier
2013-09-27
15
-15
/
+15
|
\
\
|
|
/
|
*
Merge branch '1.9' into 1.10
Jeff Forcier
2013-09-27
15
-15
/
+15
|
|
\
|
|
*
Merge branch '1.8' into 1.9
Jeff Forcier
2013-09-27
15
-15
/
+15
|
|
|
\
|
|
|
*
Fixed a typo in the license header of most files
Jeff Forcier
2013-09-27
15
-15
/
+15
*
|
|
|
Merge branch '152-int' into 152-real-int
Jeff Forcier
2013-09-27
3
-2
/
+75
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Introduce ECDSA
Ethan Glasser-Camp
2013-03-25
3
-2
/
+75
*
|
|
|
Fix #179 - missing host variable in fqdn evaluation
Jeff Forcier
2013-09-27
1
-0
/
+11
*
|
|
|
Adding test capturing desired behavior and demonstrating issue #142.
Jason R. Coombs
2013-03-04
1
-0
/
+14
*
|
|
|
Delint test_sftp (remove unused imports and unused variables, remove excess w...
Jason R. Coombs
2013-03-04
1
-13
/
+7
|
/
/
/
*
|
|
Fix broken test.
Olle Lundberg
2013-02-28
1
-4
/
+4
*
|
|
Add tests for identityfile parsing.
Olle Lundberg
2013-02-28
1
-1
/
+30
*
|
|
Whitespace fixes.
Olle Lundberg
2013-02-28
1
-1
/
+3
*
|
|
Add tests for proxycommand parsing.
Olle Lundberg
2013-02-28
1
-0
/
+27
[next]