Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-19 | Use 'with' for opening most file and SFTPFIle objects | Scott Maxwell | |
2013-11-19 | Remove eval that was required for Py25 support | Scott Maxwell | |
2013-11-19 | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | |
2013-11-19 | Change conditional from PY3 to PY2 to be better prepared for a possible Py4. | Scott Maxwell | |
2013-11-02 | Fix message to handle long properly, even on Py3 | Scott Maxwell | |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell | |
2013-11-02 | Make sftp.open handle binary and text, more type conversion | Scott Maxwell | |
2013-11-01 | Changes inspired by the nischu7 branch | Scott Maxwell | |
2013-11-01 | Have to use u'' format in test_sftp so this test won't run on Py3.2 unless ↵ | Scott Maxwell | |
we find a solution | |||
2013-11-01 | Fixes for Python 2.5 and Python 3.2 support | Scott Maxwell | |
2013-11-01 | Eliminate all uses of b'' syntax to allow for Python 2.5 support | Scott Maxwell | |
2013-10-31 | More type fixes | Scott Maxwell | |
2013-10-31 | Fixes for test_sftp | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-31 | More type fixups | Scott Maxwell | |
2013-10-31 | Setup so we can run test_sftp_big independently | Scott Maxwell | |
2013-10-31 | Fix bytes/str type in more places | Scott Maxwell | |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell | |
2013-10-30 | Fix message sending | Scott Maxwell | |
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits. | |||
2013-10-30 | Fix dict iters, sorts, exceptions, bytes renames and tuple args | Scott Maxwell | |
2013-10-30 | Use test_path to avoid relative path issues | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Add Py3.2 and Py3.3 to travis | Scott Maxwell | |
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-09-27 | Merge branch '152-int' into 152-real-int | Jeff Forcier | |
Conflicts: paramiko/hostkeys.py requirements.txt | |||
2013-09-27 | Fix #179 - missing host variable in fqdn evaluation | Jeff Forcier | |
2013-03-25 | Introduce ECDSA | Ethan Glasser-Camp | |
This just adds tests; hooking this up with paramiko comes in the next commit. | |||
2013-03-04 | Adding test capturing desired behavior and demonstrating issue #142. | Jason R. Coombs | |
2013-03-04 | Delint test_sftp (remove unused imports and unused variables, remove excess ↵ | Jason R. Coombs | |
whitespace, move imports to top, remove semicolon terminator) --HG-- extra : source : 01df712a396de5fa7e1c0cc265411fdb2bbc5f41 | |||
2013-02-28 | Fix broken test. | Olle Lundberg | |
2013-02-28 | Add tests for identityfile parsing. | Olle Lundberg | |
2013-02-28 | Whitespace fixes. | Olle Lundberg | |
2013-02-28 | Add tests for proxycommand parsing. | Olle Lundberg | |
2013-02-28 | Add test for host negation. | Olle Lundberg | |
2013-02-28 | Updated tests for new ssh config format. | Olle Lundberg | |
2013-01-05 | Replace useless version check with import from __future__ | Michael Williamson | |
2013-01-05 | Verify Python version >= 2.6 before running context manager test | Michael Williamson | |
2013-01-04 | Turn SFTPFile into a context manager | Michael Williamson | |
2012-11-05 | Implement (& test for) ProxyCommand interpolation. | Jeff Forcier | |
Forgot this earlier. | |||
2012-11-05 | Add failing test(s) re ProxyCommand config parsing | Jeff Forcier | |
2012-10-15 | Refactoring: it's a thing. Re #85 | Jeff Forcier | |
2012-10-15 | Only override unittest assertions when absolutely necessary. | Jeff Forcier | |
Fixes #85 | |||
2012-09-25 | Fix module import in tests | Jeff Forcier | |
2012-09-24 | Fixes to failing-test teardowns to avoid more exceptions or hangs | Jeff Forcier | |
(cherry picked from commit 734f3d6f42ef1564f473fee5526e0354fc8196fc) Conflicts: test.py | |||
2012-09-24 | Handle/fix handling of EINTR errors in a few places. | Douglas Turk | |
(cherry picked from commit 351bdb72e539c373985e108c89f61839f3acdd2a) Conflicts: paramiko/agent.py paramiko/client.py paramiko/transport.py | |||
2012-09-23 | Fix #33 - parse config as described by manpage | Jan Brauer | |
(cherry picked from commit 011805eae07ee7be6140b95f6d8669763c55b3d9) | |||
2012-09-23 | Fix broken tests | Jeff Forcier | |
(cherry picked from commit 00e1072ee5abbc92b5df57e10cadb638d583d971) Conflicts: tests/test_util.py |