summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
Commit message (Expand)AuthorAgeFilesLines
...
* Give Channel ._closed as alias to .closed.Jeff Forcier2016-07-251-0/+6
* Merge branch '1.15' into 1.16Jeff Forcier2016-04-241-0/+5
|\
| * Expose some effectively-public Channel attributes in API docs.Jeff Forcier2016-04-241-0/+5
* | Merge branch '1.15' into 1.16Jeff Forcier2015-12-101-3/+3
|\ \ | |/
| * Fix ambiguous API refs causing sphinx to fartJeff Forcier2015-12-101-3/+3
* | Merge branch '1.15' into 1.16Jeff Forcier2015-12-061-1/+13
|\ \ | |/
| * Add warning to Channel.recv_exit_status re: call order.Jeff Forcier2015-12-061-0/+11
| * 80-col tweakJeff Forcier2015-12-061-1/+2
* | Merge branch 'master' into 502-intJeff Forcier2015-11-031-120/+125
|\ \ | |/
| * Merge branch '1.14' into 1.15Jeff Forcier2015-11-021-1/+1
| |\
| | * Merge branch '1.13' into 1.14Jeff Forcier2015-11-021-2/+2
| | |\
| | | * Fix data types in some docstringsSergey Skripnick2015-11-021-2/+2
| * | | Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24Jeff Forcier2015-02-281-1/+1
| * | | Log "clamped" value of self.out_max_packet_sizeJeff Quast2014-12-171-1/+1
| * | | Use modern api to check if event is set.Olle Lundberg2014-12-171-3/+3
| * | | Merge branch 'master' into 216-intJeff Forcier2014-09-101-111/+112
| |\ \ \
| | * \ \ Merge branch 'master' into 372-intJeff Forcier2014-09-081-65/+69
| | |\ \ \
| | | * \ \ Merge branch 'master' into 373-intJeff Forcier2014-09-081-26/+38
| | | |\ \ \
| | | | * | | Make new decorator name a bit slimmer re #377Jeff Forcier2014-09-081-8/+8
| | | | * | | Formatting and docstring tweaks re #377Jeff Forcier2014-09-081-3/+14
| | | | * | | Merge branch 'master' into 377-intJeff Forcier2014-09-081-7/+7
| | | | |\ \ \ | | | | | |/ /
| | | | * | | Use the new decorator and remove repeated code.Olle Lundberg2014-08-211-18/+10
| | | | * | | Add a decorator for checking channel openness.Olle Lundberg2014-08-211-0/+10
| | | * | | | Remove raising of socket excpetions from sendall*.Olle Lundberg2014-08-151-5/+0
| | | * | | | Use new _send method.Olle Lundberg2014-08-151-41/+12
| | | * | | | Add new _send method to reduce code duplication.Olle Lundberg2014-08-151-0/+19
| | | * | | | Whitespace fixes.Olle Lundberg2014-08-151-56/+56
| | | * | | | Document potential brokeness.Olle Lundberg2014-08-151-0/+6
| | | |/ / /
| | * | | | Use the new packet sanitize method in channel.Olle Lundberg2014-08-141-2/+3
| | * | | | Move window and packet constants.Olle Lundberg2014-08-141-9/+1
| | * | | | Add a MAX_WINDOW_SIZE constant.Olle Lundberg2014-08-141-0/+2
| | * | | | Bump the MIN_PACKET_SIZE to what's in the RFC.Olle Lundberg2014-08-141-1/+3
| | * | | | Whitespace fixes.Olle Lundberg2014-08-141-56/+56
| | |/ / /
| * | | | Document that classes can be used as context managersMichael Williamson2014-09-071-0/+2
| * | | | Convert Channel into a context managerMichael Williamson2014-09-071-1/+2
| | |/ / | |/| |
| * | | Merge branch '1.13' into 1.14Jeff Forcier2014-08-251-7/+7
| |\ \ \ | | |/ / | |/| / | | |/
| * | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-2/+3
* | | According to RFC 4254 sec 6.5 the "command" string of an "exec" channelAnselm Kruis2015-03-201-1/+1
| |/ |/|
* | Fix some minor typos.Roy Wellington Ⅳ2014-08-251-7/+7
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-14/+10
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-28/+28
|\
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+2
| * More type conversionScott Maxwell2013-10-311-1/+1
| * More type conversionScott Maxwell2013-10-311-1/+1
| * Switch feed from text to binaryScott Maxwell2013-10-311-1/+1
| * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-1/+1
| * Fix message sendingScott Maxwell2013-10-301-24/+24
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-2/+2
* | Merge branch '1.11' into 1.12Jeff Forcier2014-03-041-237/+193
|\ \ | |/ |/|
| * Channel info fieldsJeff Forcier2014-02-261-144/+98