summaryrefslogtreecommitdiff
path: root/paramiko/sftp_server.py
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-1/+1
* Harmonize into *args from *larg, *largsYaroslav Halchenko2023-01-241-4/+4
* blackenJeff Forcier2023-01-161-6/+2
* well that's just super()!Jeff Forcier2023-01-161-3/+3
* Put back the old faux-long(), kinda, in a few spots onlyJeff Forcier2023-01-111-1/+5
* Some semi-missed removals of 'long'Jeff Forcier2023-01-091-3/+1
* bytes_types -> bytesJeff Forcier2023-01-091-5/+4
* string_types -> strJeff Forcier2023-01-091-4/+4
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+2
* Remove or transmute all use of long()Jeff Forcier2023-01-091-1/+1
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Blacken Paramiko on 2.4Chris Rose2018-05-171-53/+108
* Whoops, can't .format() bytes. Grump grump.Jeff Forcier2017-10-181-2/+2
* Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-161-2/+2
* flake8Jeff Forcier2017-10-111-1/+1
* More string format updatesJeff Forcier2017-10-111-3/+3
* Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
* flake8Jeff Forcier2017-06-061-1/+3
* Merge branch 'master' into 471-intJeff Forcier2017-06-061-35/+65
|\
| * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-1/+1
| * Python 2.6 compat formatstringsJeff Forcier2017-06-011-1/+1
| * Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-10/+12
| * Additional PEP8 fixes.Dorian Pula2017-05-311-32/+60
* | Add support for posix-rename@openssh.com for the SFTP server side and fix tes...Mika Pflüger2015-02-011-0/+4
|/
* Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-2/+2
* Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-9/+9
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-9/+19
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-41/+42
|\
| * Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-4/+1
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-4/+2
| * Fix message to handle long properly, even on Py3Scott Maxwell2013-11-021-3/+3
| * Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-3/+7
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-3/+3
| * More type conversionScott Maxwell2013-10-311-2/+2
| * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-2/+2
| * Fix message sendingScott Maxwell2013-10-301-26/+26
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-4/+6
* | SFTP done, ughJeff Forcier2014-02-261-19/+12
* | Wow there's a lot of SFTP crap.Jeff Forcier2014-02-211-3/+3
* | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
* | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-10/+10
* | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-8/+8
* | Epydoc -> Sphinx.Olle Lundberg2014-01-231-24/+24
|/
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* [project @ robey@lag.net-20080604053906-vz5toqvlp5miqy1x]Robey Pointer2008-06-031-1/+5
* [project @ robey@lag.net-20080518231221-znq4h93fzdgotwf1]Robey Pointer2008-05-181-1/+2
* [project @ robey@lag.net-20080323023616-fpo17kr0qxxbgthv]Robey Pointer2008-03-221-3/+5
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20060829181836-1cd17df7729c4db8]Robey Pointer2006-08-291-8/+8