Age | Commit message (Expand) | Author |
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 |
2014-04-16 | Merge branch '1.12' into 1.13 | Jeff Forcier |
2014-04-16 | Fix logging error in sftp_client for filenames containing the character. | Jeff Forcier |
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 sup... | Scott Maxwell |
2013-11-19 | Remove `from __future__ import with_statement` | Scott Maxwell |
2013-11-19 | Remove unnecessary vars for open | Scott Maxwell |
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 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 we... | Scott Maxwell |
2013-11-01 | Fixes for Python 2.5 and Python 3.2 support | Scott Maxwell |
2013-10-31 | Fixes for test_sftp | 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 |
2013-10-30 | Use test_path to avoid relative path issues | Scott Maxwell |
2013-10-30 | Fix imports | Scott Maxwell |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier |
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 w... | Jason R. Coombs |
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 |
2010-04-13 | code style and fix test. | Robey Pointer |
2009-12-18 | added functionality to skip verifying the file, which works around sftp serve... | Larry Wright |
2009-10-31 | bug 411099: chdir() isn't saving the cwd in a normalized way. added test. | Robey Pointer |
2009-07-19 | fix my email address to be the current one. | Robey Pointer |
2008-07-06 | [project @ robey@lag.net-20080706230815-v2ybqxm237zw0wa0] | Robey Pointer |
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer |
2006-09-01 | [project @ robey@lag.net-20060901205930-021bcc34e3d5d8c8] | Robey Pointer |
2006-08-22 | [project @ robey@lag.net-20060823025538-3f8a4d761d7d4118] | Robey Pointer |
2006-08-01 | [project @ robey@lag.net-20060801182143-088ff687e0945937] | Robey Pointer |
2006-05-12 | [project @ robey@lag.net-20060512172544-f1cab2a1959987bf] | Robey Pointer |