Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-08 | Some additional badly named tests that I guess weren't in master? | Jeff Forcier | |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2017-10-25 | Mark known slow tests as 'slow' pytest marker, and skip them by default | Jeff Forcier | |
2017-10-23 | Why were these +x? | Jeff Forcier | |
2017-10-23 | Naturally, more tests I found that do not pass/fail correctly. Skip for now | Jeff Forcier | |
2017-10-23 | Replace rest of unittest-style self-asserts in sftp tests | Jeff Forcier | |
2017-10-23 | Start overhauling regular SFTP suite. | Jeff Forcier | |
Includes attempt to split out the longer-lived server component from the client component, in fixtures Also starts tweaking early tests so they're less bad. E.g. test_2_close had its docstring actively disagreeing with its code (which was super confusing since both were committed at the same time in 2005...) | |||
2017-10-23 | Get big sftp tests passing w/ the sftp client + folder crap being a fixture | Jeff Forcier | |
2017-10-23 | Get sftp-big tests apparently passing. | Jeff Forcier | |
Very slowly. Pretty sure we will want to retain module-level fixtures for that stuff. heh. | |||
2017-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2017-10-23 | Rename util func that trips pytest's default discovery. | Jeff Forcier | |
Wouldn't matter as much under pytest-relaxed discovery, but, eh | |||
2017-10-14 | Remove old Python 3.2 code | Hugo | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Allow any buffer type to be written to SFTPFile | Martin Packman | |
Fixes #967 #968 Rollup of earlier branches proposed as #969 and #970 with additional fix inside sftp_client. Includes new tests for SFTPFile usage. Change against the 1.17 branch. | |||
2017-06-06 | Merge branch 'master' into 471-int | Jeff Forcier | |
2017-01-24 | untie agian! | james mike dupont | |
2016-04-23 | Merge branch '1.16' | Jeff Forcier | |
2016-04-23 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-23 | Update existing test to prove #632 | Jeff Forcier | |
2015-12-17 | Merge branch 'master' of github.com:paramiko/paramiko | Adam Meily | |
Conflicts: paramiko/sftp_file.py sites/www/changelog.rst | |||
2015-11-04 | Merge branch 'master' into 562-int | Jeff Forcier | |
2015-11-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-11-02 | Added test for str() of empty SFTPAttributes() | Ulrich Petri | |
2015-09-24 | add unit tests for file-like object methods and update changelog and docs | Adam Meily | |
2015-07-23 | prefetch now requires file_size to be passed in as a parameter | Torkil Gustavsen | |
Calling stat from inside the prefetch-body has led users to receive IOError: The message [<filename>] is not extractable. | |||
2015-02-01 | Add IOError in posix-rename@openssh.com test for python 2 support. | Mika Pflüger | |
2015-01-06 | Add test for posix-rename@openssh.com extension for SFTP client | Mika Pflüger | |
2014-10-14 | Converted all staticmethod/classmethod instances to decorators. | Jacob Beck | |
2014-09-18 | A herp and a derp (and an import shuffle) | Jeff Forcier | |
2014-09-18 | Clean up & tweak failing sftp closure test | Jeff Forcier | |
2014-09-07 | Remove TODO | Michael Williamson | |
2014-09-07 | Fix error on Python 2.5 | Michael Williamson | |
2014-09-07 | Convert SFTPClient to a context manager | Michael Williamson | |
2014-09-05 | Add quick test re #131 | Jeff Forcier | |
2014-09-05 | 80-col tweaks | Jeff Forcier | |
2014-04-24 | Fix some trailing whitespace | Jeff Forcier | |
2014-04-24 | Merge updated a01e449 from al-tonio | Jeff Forcier | |
2014-04-17 | BufferedFile.read() now returns byte strings instead of text strings | Antoine Brenner | |
It is the right thing to do since we have no idea what encoding the file is in, or even if the file is text data. BufferedFile.readline() is unchanged and returns text strings assuming the file is utf-8 encoded. This should fix the following issue: http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252 Antoine Brenner Conflicts: sites/www/changelog.rst | |||
2014-04-16 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/sftp_client.py sites/www/changelog.rst tests/test_sftp.py | |||
2014-04-16 | Fix logging error in sftp_client for filenames containing the character. | Jeff Forcier | |
Bug reported here: http://vlists.pepperfish.net/pipermail/obnam-flarn.net/2013-May/000767.html Antoine Brenner Backported to 1.11 by @bitprophet Conflicts: paramiko/sftp_client.py sites/www/changelog.rst tests/test_sftp.py | |||
2014-03-07 | Fix import * and a bunch of PEP8 formatting | Scott Maxwell | |
2014-03-07 | Start in on star import eradication | Jeff Forcier | |
2014-01-16 | Add getcwd test | Scott Maxwell | |
2013-11-19 | Remove byte conversions and unhexlify calls that we only needed for Py2.5 ↵ | Scott Maxwell | |
support and use the `b` byte string marker instead | |||
2013-11-19 | Remove `from __future__ import with_statement` | Scott Maxwell | |
2013-11-19 | Remove unnecessary vars for open | Scott Maxwell | |