summaryrefslogtreecommitdiff
path: root/tests/stub_sftp.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* flake8 now applied to tests, huzzahJeff Forcier2019-06-081-9/+10
|
* Bump black up to 18.6b4Jeff Forcier2018-08-221-2/+0
|
* Blacken under black 18.5b0Jeff Forcier2018-05-291-3/+3
|
* Blacken Paramiko on 2.4Chris Rose2018-05-171-21/+31
|
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-231-0/+1
|
* Merge branch 'master' into 471-intJeff Forcier2017-06-061-3/+5
|\
| * Additional house style formatting tweaks, mostly re: removal of line ↵Jeff Forcier2017-05-311-2/+4
| | | | | | | | continuations
| * untie agian!james mike dupont2017-01-241-1/+1
| |
* | Add support for posix-rename@openssh.com for the SFTP server side and fix ↵Mika Pflüger2015-02-011-1/+13
|/ | | | tests accordingly.
* Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore README demos/demo_simple.py dev-requirements.txt paramiko/__init__.py paramiko/_winapi.py paramiko/agent.py paramiko/auth_handler.py paramiko/ber.py paramiko/buffered_pipe.py paramiko/channel.py paramiko/client.py paramiko/common.py paramiko/dsskey.py paramiko/ecdsakey.py paramiko/file.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/message.py paramiko/packet.py paramiko/pkey.py paramiko/primes.py paramiko/proxy.py paramiko/py3compat.py paramiko/server.py paramiko/sftp_client.py paramiko/transport.py paramiko/util.py paramiko/win_pageant.py setup.py sites/shared_conf.py sites/www/changelog.rst sites/www/conf.py sites/www/index.rst sites/www/installing.rst test.py tests/loop.py tests/stub_sftp.py tests/test_auth.py tests/test_client.py tests/test_file.py tests/test_hostkeys.py tests/test_kex.py tests/test_message.py tests/test_packetizer.py tests/test_pkey.py tests/test_sftp.py tests/test_sftp_big.py tests/test_transport.py tests/test_util.py
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-3/+2
| |
| * Start in on star import eradicationJeff Forcier2014-03-071-1/+1
| |
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-28/+14
| |
| * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-1/+1
| |
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-14/+28
| |
| * Fix importsScott Maxwell2013-10-301-0/+2
| |
* | Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss2014-02-111-15/+17
|/ | | SebastianDeiss:gssapi-py3-support
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | Conflicts: paramiko/proxy.py
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-3/+1
| | | | bump copyright year to 2007
* [project @ robey@lag.net-20060908022816-ea2856cefb9d83e0]Robey Pointer2006-09-071-1/+3
| | | | fix from john arbash-meinel for the stub sftp server's default open mode
* [project @ robey@lag.net-20060822025601-aab3b723b95d3a9c]Robey Pointer2006-08-211-3/+9
| | | | add 'flags' param to SFTPHandle and make the default impl avoid calling tell() when in append mode; add proper append-mode support to stub_sftp
* [project @ robey@lag.net-20060327001726-7ccb095fd5c416f5]Robey Pointer2006-03-261-4/+11
| | | | roll in some changes from bzr that may be necessary to get stub_sftp to work on windows
* [project @ robey@lag.net-20060326204635-1c5418c54187b95d]Robey Pointer2006-03-261-1/+1
| | | | fix exception-catching error found by alexander belchenko
* [project @ robey@lag.net-20060220031741-3227438ff1b03a29]Robey Pointer2006-02-191-0/+1
| | | | add SFTPClient.truncate. add chmod, chown, utime, and truncate to SFTPFile. and of course tests.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-157]Robey Pointer2005-04-061-1/+1
| | | | | | | | | change SubsystemHandler/SFTPServerInterface API change the API of SubsystemHandler to accept a reference to the ServerInstance object during construction. this will break all code that currently creates subsystem handlers (like sftp servers) -- sorry! lots of little doc fixups (mostly indenting).
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154]Robey Pointer2005-02-281-1/+1
| | | | | | | even better 1.2 lapras re-bump the version # to 1.2 (with a new date since i added more stuff). add 2005 to the copyright date in a bunch of files.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-148]Robey Pointer2005-02-261-0/+192
forgot to check in stub_sftp yikes! don't forget to check this in: needed for unit tests.