Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | Twiddle File test to lack faux-misspellings in its cut-up strings | Jeff Forcier | |
2023-01-11 | flake8 | Jeff Forcier | |
2023-01-11 | blacken | Jeff Forcier | |
2023-01-09 | Remove sys.version_info checks | Jeff Forcier | |
2023-01-09 | Update BytesIO | Jeff Forcier | |
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
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-23 | Why were these +x? | Jeff Forcier | |
2017-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2017-06-09 | Allow any buffer type to written to BufferedFile | Martin Packman | |
Fixes #967 Also adds test coverage for writing various types to BufferedFile which required some small changes to the test LoopbackFile subclass. Change against the 1.17 branch. | |||
2015-09-24 | add unit tests for file-like object methods and update changelog and docs | Adam Meily | |
2014-12-17 | Refactoring | achapp | |
Added comments. Removed fifth line from test because it was unnecessary since the final line could be used instead. | |||
2014-12-17 | new readline test passes | achapp | |
Changed file.py readline() to always check for a newline. Had to make a few changes for what went into self._rbuffer in the case where buffer size was met or exceeded and we found a newline. | |||
2014-12-17 | Test update/Fix progress temp save | achapp | |
Edited test to catch readline error. file.py code change in progress (DOES NOT WORK PROPERLY) so saving it temporarily. | |||
2014-08-25 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
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-03-07 | Start in on star import eradication | Jeff Forcier | |
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-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer | |
bump copyright year to 2007 | |||
2005-02-28 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154] | Robey Pointer | |
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. | |||
2004-09-11 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-81] | Robey Pointer | |
more unit tests add test for BufferedFile.read(-1) and sftp.normalize(). | |||
2004-06-10 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-57] | Robey Pointer | |
more unit tests add a unit test for sending a large (1MB) file with line buffering but no linefeeds (this triggered several bugs and inefficiencies), and another test to verify that the write buffer is flushed on seek. | |||
2004-03-08 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-32] | Robey Pointer | |
add unit tests add unit tests for BufferedFile and SFTP (it's a start). remove the demo sftp client because it was 99% copied from the other demos, which makes it kinda confusing. the unit tests are a much better example. |