summaryrefslogtreecommitdiff
path: root/paramiko/file.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring and changelog tweaks, thanks @bskinn!Jeff Forcier2023-01-201-1/+3
* blackenJeff Forcier2023-01-111-3/+1
* text_type -> strJeff Forcier2023-01-091-2/+1
* bytes_types -> bytesJeff Forcier2023-01-091-2/+2
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-2/+2
* Update BytesIOJeff Forcier2023-01-091-1/+3
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-091-32/+13
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Massively speed up low-level SFTP read/writeJeff Forcier2022-03-071-4/+5
* Blacken under black 18.5b0Jeff Forcier2018-05-291-11/+7
* Blacken Paramiko on 2.4Chris Rose2018-05-171-30/+36
* Same issue as I ran into with invoke: somehow, Python 2.7 intersphinx no long...Jeff Forcier2017-10-131-1/+1
* Tweak comments as suggested in reviewMartin Packman2017-06-091-2/+1
* Allow any buffer type to written to BufferedFileMartin Packman2017-06-091-2/+5
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-10/+10
* More death to line continuationsJeff Forcier2017-05-311-11/+21
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-2/+3
* More flake8 fixes and skip some modules.Dorian Pula2017-05-311-15/+26
* Added bytes as type to writeKalle Møller2017-01-251-1/+1
* Update rest of file re: s/return/returns/Jeff Forcier2015-12-171-5/+5
* Tweak some off-spec or busted docstring bitsJeff Forcier2015-12-171-11/+11
* add unit tests for file-like object methods and update changelog and docsAdam Meily2015-09-241-0/+7
* add missing file-like object methodsAdam Meily2015-09-211-6/+41
* Merge branch '1.14' into 1.15Jeff Forcier2014-12-171-4/+12
|\
| * Refactoringachapp2014-12-171-2/+5
| * new readline test passesachapp2014-12-171-6/+6
| * Test update/Fix progress temp saveachapp2014-12-171-2/+7
* | Merge branch '1.14' into 1.15Jeff Forcier2014-09-181-5/+4
|\ \ | |/
| * Fix more missed epydoc syntaxJeff Forcier2014-09-181-5/+4
* | Turn BufferedFile into a context managerMichael Williamson2014-09-071-1/+3
|/
* FormattingJeff Forcier2014-04-241-1/+2
* Fix some trailing whitespaceJeff Forcier2014-04-241-1/+1
* Merge updated a01e449 from al-tonioJeff Forcier2014-04-241-3/+5
* Reword docs/changelog re #315Jeff Forcier2014-04-241-10/+9
* BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner2014-04-171-6/+15
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-10/+7
* Fix a bunch of indentation errors.Jeff Forcier2014-03-051-12/+12
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-27/+45
|\
| * Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-191-3/+3
| * Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-24/+25
| * More type conversionScott Maxwell2013-10-311-1/+1
| * Fix nextScott Maxwell2013-10-301-15/+32
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-3/+3
| * Fix importsScott Maxwell2013-10-301-1/+1
* | More info field updatesJeff Forcier2014-02-261-32/+17
* | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-2/+2
* | BufferedFileJeff Forcier2014-02-211-13/+10
* | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-1/+1
* | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-6/+6
* | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-1/+1