summaryrefslogtreecommitdiff
path: root/paramiko/sftp_file.py
Commit message (Expand)AuthorAgeFilesLines
* We live in the future nowJeff Forcier2023-01-121-1/+0
* Put back the old faux-long(), kinda, in a few spots onlyJeff Forcier2023-01-111-5/+6
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+1
* Remove or transmute all use of long()Jeff Forcier2023-01-091-6/+6
* Merge branch '2.10'Jeff Forcier2022-04-251-1/+1
|\
| * threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-251-1/+1
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/
* Blacken under black 18.5b0Jeff Forcier2018-05-291-7/+5
* Blacken Paramiko on 2.4Chris Rose2018-05-171-38/+51
* Rename an internal-only 'async' method kwarg for Python 3.7 compatibility.Jeff Forcier2017-11-071-4/+4
* flake8Jeff Forcier2017-10-111-3/+6
* More string format updatesJeff Forcier2017-10-111-6/+6
* sftp: fix BytesWarning: str() on a bytes instanceMichal Reznik2017-09-261-2/+2
* No idea how this fancy quote got in here or why it wasn't causing barfs priorJeff Forcier2017-06-051-1/+1
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-12/+12
* Even moar parentheses over backslashesJeff Forcier2017-05-311-4/+8
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-2/+4
* More flake8 fixes.Dorian Pula2017-05-311-21/+47
* Lots of flake8 fix.Dorian Pula2017-05-311-8/+13
* Merge branch '1.16' into 1.17Jeff Forcier2016-04-251-1/+17
|\
| * Expand SFTPFile.prefetch docstring re #562, re #677Jeff Forcier2016-04-251-1/+13
| * paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]2016-04-251-1/+1
| * paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]2016-04-251-1/+1
| * paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]2016-04-251-2/+6
* | Merge branch '1.16' into 1.17Jeff Forcier2016-04-241-7/+11
|\ \ | |/
| * Merge branch '1.15' into 1.16Jeff Forcier2016-04-241-8/+12
| |\
| | * don't use has_key()Stephen C. Pope2016-04-241-1/+1
| | * fix sftp stallsStephen C. Pope2016-04-241-8/+12
* | | Merge branch 'master' of github.com:paramiko/paramikoAdam Meily2015-12-171-4/+3
|\ \ \ | |/ /
| * | prefetch's file_size param is not optionalTorkil Gustavsen2015-07-231-1/+1
| * | prefetch now requires file_size to be passed in as a parameterTorkil Gustavsen2015-07-231-4/+3
| |/
* | add missing file-like object methodsAdam Meily2015-09-211-27/+37
|/
* Turn BufferedFile into a context managerMichael Williamson2014-09-071-2/+1
* Introduce ClosingContextManager for classes that already implement close()Michael Williamson2014-09-071-7/+2
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-5/+5
* One spot newer than scott's changes which prob needed a py3-ismJeff Forcier2014-03-071-1/+1
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-7/+7
|\
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-2/+2
| * Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-1/+1
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-1/+1
| * More type conversionScott Maxwell2013-10-311-1/+1
| * Fix message sendingScott Maxwell2013-10-301-2/+2
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-3/+3
* | SFTP done, ughJeff Forcier2014-02-261-38/+33
* | Wow there's a lot of SFTP crap.Jeff Forcier2014-02-211-22/+28
* | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-4/+4
* | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-8/+8
* | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-7/+7
* | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-4/+4
* | Merge branch '1.10' into sphinx-256Jeff Forcier2014-02-141-9/+15
|\ \