summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring and changelog tweaks, thanks @bskinn!Jeff Forcier2023-01-201-1/+1
* well that's just super()!Jeff Forcier2023-01-161-1/+1
* Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier2023-01-121-7/+7
* Nuke outdated todoJeff Forcier2023-01-091-1/+0
* bytes_types -> bytesJeff Forcier2023-01-091-2/+1
* Merge branch '2.10'Jeff Forcier2022-04-251-2/+2
|\
| * threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-251-2/+2
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/
* Add docstrings so Channel(Stderr|Stdin)File appear in SphinxJeff Forcier2019-06-141-0/+12
* Whoops this was technically incorrectJeff Forcier2019-06-141-1/+1
* Implement #322 - new ChannelFile subclass for stdin that calls shutdown_write...Jeff Forcier2019-06-141-0/+23
* Fix old docstring re: returned object classJeff Forcier2019-06-141-1/+2
* Merge branch '2.3' into 2.4Jeff Forcier2019-06-141-3/+0
|\
| * Merge branch '2.1' into 2.2Jeff Forcier2019-06-141-3/+0
| |\
| | * Merge branch '2.0' into 2.1Jeff Forcier2019-06-141-3/+0
| | |\
| | | * Seriously?Jeff Forcier2019-06-141-3/+0
| * | | Blacken, 2.2 editionJeff Forcier2018-09-171-0/+1
| * | | Merge branch '2.1' into 2.2Jeff Forcier2018-09-171-75/+83
| |\ \ \ | | |/ /
| | * | Blacken 2.1 branchJeff Forcier2018-09-171-2/+2
| | * | Merge branch '2.0' into 2.1Jeff Forcier2018-09-171-73/+81
| | |\ \ | | | |/
| | | * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-73/+81
* | | | I don't understand why this was ever here, seems extraneousJeff Forcier2019-06-141-3/+0
* | | | Bump black up to 18.6b4Jeff Forcier2018-08-221-1/+0
* | | | Blacken Paramiko on 2.4Chris Rose2018-05-171-77/+89
* | | | flake8 for previous changesetJeff Forcier2017-10-111-2/+4
* | | | String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-14/+14
* | | | Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
|/ / /
* | | Merge branch '2.1'Jeff Forcier2017-06-051-5/+6
|\ \ \ | |/ /
| * | 2.1-specific broken sphinx refsJeff Forcier2017-06-051-5/+6
* | | Merge branch '2.1'Jeff Forcier2017-06-051-18/+25
|\ \ \ | |/ /
| * | Merge branch '2.0' into 2.1Jeff Forcier2017-06-051-18/+25
| |\ \ | | |/
| | * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-18/+25
| * | Merge branch '2.0' into 2.1Jeff Forcier2017-05-311-38/+66
| |\ \ | | |/
* | | Merge branch '2.0'Jeff Forcier2017-05-311-38/+66
|\ \ \ | | |/ | |/|
| * | More death to line continuationsJeff Forcier2017-05-311-2/+3
| * | Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-6/+11
| * | Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-17/+36
| * | Even more flake8.Dorian Pula2017-05-311-17/+20
| * | FormattingJeff Forcier2017-02-201-1/+2
| * | Update channel.pyJames Michael DuPont2017-01-181-1/+1
| * | Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier2016-12-121-52/+0
* | | TODOJeff Forcier2017-03-271-0/+1
| |/ |/|
* | Merge branch '1.17' into 1.18Jeff Forcier2017-02-201-1/+2
|\ \
| * | FormattingJeff Forcier2017-02-201-1/+2
* | | Merge branch '1.17' into 1.18Jeff Forcier2017-01-181-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Update channel.pyJames Michael DuPont2017-01-181-1/+1
* | Don't expect reply to env-setting messages.Jeff Forcier2016-12-051-3/+1
* | Add some warnings about AcceptEnv to env var setting bits.Jeff Forcier2016-12-051-0/+10
* | Cleanup / rename / doc updates / changelog, re #398Jeff Forcier2016-12-051-7/+10
* | Support transmission of environment variablesPhilip Lorenz2016-12-051-0/+41
|/