summaryrefslogtreecommitdiff
path: root/paramiko/util.py
Commit message (Expand)AuthorAgeFilesLines
* Handpick remaining-ly relevant changes from #2110Jeff Forcier2023-01-181-2/+2
* Nuke retry_on_signal, pointless on modern Py3Jeff Forcier2023-01-161-11/+0
* No more (object)ionsJeff Forcier2023-01-161-2/+2
* Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier2023-01-121-2/+2
* We live in the future nowJeff Forcier2023-01-121-1/+0
* Update a bunch of no/low impact python2/3 references/commentsJeff Forcier2023-01-121-3/+3
* blackenJeff Forcier2023-01-111-2/+10
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-0/+21
* Remove or transmute all use of long()Jeff Forcier2023-01-091-3/+3
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-091-7/+3
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-2/+22
* util: store thread assigned id in thread-local storageRichard Kojedzinszky2022-03-181-11/+7
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Add new SSHConfig constructorsJeff Forcier2019-08-261-0/+3
* Merge branch '2.3' into 2.4Jeff Forcier2018-12-141-9/+9
|\
| * flake8 fixes after upgrading it to 3.6.0Jeff Forcier2018-12-141-9/+9
| * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-16/+17
* | Bump black up to 18.6b4Jeff Forcier2018-08-221-2/+0
* | Blacken under black 18.5b0Jeff Forcier2018-05-291-5/+6
* | Blacken Paramiko on 2.4Chris Rose2018-05-171-16/+18
* | Whoops, can't .format() bytes. Grump grump.Jeff Forcier2017-10-181-1/+1
* | Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-161-2/+2
* | More string format updatesJeff Forcier2017-10-111-4/+7
|/
* Even moar parentheses over backslashesJeff Forcier2017-05-311-2/+1
* flake8 fixes for 2.0 branchJeff Forcier2017-05-311-1/+1
* More flake8 fixes and fix tests.Dorian Pula2017-05-311-9/+17
* log_to_file() should append instead of replacePierce Lopez2017-02-231-1/+1
* Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-1/+1
|\
| * Merge branch '1.14' into 1.15Jeff Forcier2015-11-021-1/+1
| |\
| | * Merge branch '1.13' into 1.14Jeff Forcier2015-11-021-1/+1
| | |\
| | | * Fixed a typo in method nameAlex Gaynor2015-11-021-1/+1
* | | | Missing import and extra import. All things in balanceAlex Gaynor2014-12-181-2/+1
* | | | A bunch of cleanupAlex Gaynor2014-12-181-34/+0
* | | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-13/+40
|\ \ \ \ | |/ / /
| * | | Merge branch '1.14' into 1.15Jeff Forcier2014-12-171-9/+0
| |\ \ \ | | |/ /
| | * | Merge branch '1.13' into 1.14Jeff Forcier2014-12-171-9/+0
| | |\ \ | | | |/
| | | * Remove unused import and functions.Olle Lundberg2014-12-171-9/+0
| * | | Merge branch 'master' into 419-intJeff Forcier2014-12-171-4/+5
| |\ \ \
| | * \ \ Merge branch '1.14' into 1.15Jeff Forcier2014-11-121-4/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch '1.13' into 1.14Jeff Forcier2014-11-121-4/+5
| | | |\ \ | | | | |/
| | | | * Improve byte/string interactions in debug logging.Jeff Forcier2014-11-121-4/+5
| * | | | Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-1/+1
| |/ / /
* | | | Start porting ECDSA to cryptography. Everything except the to_der seems to workAlex Gaynor2014-11-081-2/+1
* | | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-09-181-0/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into 216-intJeff Forcier2014-09-101-0/+4
| |\ \ \
| * | | | Introduce ClosingContextManager for classes that already implement close()Michael Williamson2014-09-071-0/+8
| | |/ / | |/| |
* | | | Switched everything to use cryptographyAlex Gaynor2014-09-151-31/+0
| |/ / |/| |
* | | Add a utility method for value clamping.Olle Lundberg2014-08-141-0/+3
|/ /
* | Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-5/+4
|/
* Remove dead Py2.2 code and fix a bunch of PEP8 formattingScott Maxwell2014-03-081-18/+26